mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to 1.0.4
- Update MASTER_SITES - Relax USES=python - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://gitlab.com/Screwtapello/bdflib/commits/master
This commit is contained in:
parent
4307937b9d
commit
1c5d16d28b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482529
@ -2,11 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bdflib
|
||||
PORTVERSION= 1.0.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= x11-fonts python
|
||||
MASTER_SITES= CHEESESHOP/source/b/${PORTNAME}
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
@ -14,11 +13,12 @@ COMMENT= Library for working with BDF font files
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|version=guess_version()|version="${PORTVERSION}"|' ${WRKSRC}/${PYSETUP}
|
||||
@${REINPLACE_CMD} -e '/version=/ s|guess_version()|"${PORTVERSION}"|' ${WRKSRC}/setup.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1482199919
|
||||
SHA256 (bdflib-v1.0.3.tar.gz) = 263413abd904c5e03d92b0111d455e777d0a00c5e6655d63787bfa673c5a5144
|
||||
SIZE (bdflib-v1.0.3.tar.gz) = 16922
|
||||
TIMESTAMP = 1540042232
|
||||
SHA256 (bdflib-v1.0.4.tar.gz) = ad5b19ed6cff5d5b7bec4f78f92747212b0b141ff3cc234b2a6e0d0ca46d8959
|
||||
SIZE (bdflib-v1.0.4.tar.gz) = 17101
|
||||
|
@ -2,4 +2,4 @@ This library allows Python to read, modify, and write out bitmap fonts in
|
||||
the BDF file format, such as are used as screen fonts in GNOME and KDE
|
||||
(among others).
|
||||
|
||||
WWW: https://pypi.org/project/bdflib/
|
||||
WWW: https://gitlab.com/Screwtapello/bdflib
|
||||
|
Loading…
Reference in New Issue
Block a user