print/py-fonttools: drop pyxml dependency
Drop dependency on pyxml. The message in setup.py is kinda confusing, but it will only be triggered on pythons < 2.0, because xml.parsers.expat is in standard library on higher versions of python. This is modern port, that supports python3. Bump PORTREVISION because of dependency change.
This commit is contained in:
parent
5924b39eb7
commit
9a238ca329
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388284
1 changed files with 2 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= fonttools
|
PORTNAME= fonttools
|
||||||
PORTVERSION= 2.5
|
PORTVERSION= 2.5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= print python
|
CATEGORIES= print python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
@ -12,14 +13,11 @@ COMMENT= Open source library for manipulating fonts, written in Python
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYXML}
|
|
||||||
RUN_DEPENDS= ${PYXML}
|
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= behdad
|
GH_ACCOUNT= behdad
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= autoplist distutils
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
DOCSDIR= ${PREFIX}/share/doc/py-fonttools
|
DOCSDIR= ${PREFIX}/share/doc/py-fonttools
|
||||||
|
|
Loading…
Reference in a new issue