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:
Ruslan Makhmatkhanov 2015-06-01 20:48:03 +00:00
parent 5924b39eb7
commit 9a238ca329
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388284

View file

@ -3,6 +3,7 @@
PORTNAME= fonttools
PORTVERSION= 2.5
PORTREVISION= 1
CATEGORIES= print python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,14 +13,11 @@ COMMENT= Open source library for manipulating fonts, written in Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYXML}
RUN_DEPENDS= ${PYXML}
USE_GITHUB= yes
GH_ACCOUNT= behdad
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist distutils
NO_ARCH= yes
DOCSDIR= ${PREFIX}/share/doc/py-fonttools