Date: Mon, 1 Jun 2015 20:48:04 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388284 - head/print/py-fonttools Message-ID: <201506012048.t51Km4vR010154@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Mon Jun 1 20:48:03 2015 New Revision: 388284 URL: https://svnweb.freebsd.org/changeset/ports/388284 Log: 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. Modified: head/print/py-fonttools/Makefile Modified: head/print/py-fonttools/Makefile ============================================================================== --- head/print/py-fonttools/Makefile Mon Jun 1 20:35:13 2015 (r388283) +++ head/print/py-fonttools/Makefile Mon Jun 1 20:48:03 2015 (r388284) @@ -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 manipul 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506012048.t51Km4vR010154>