svn commit: r388284 - head/print/py-fonttools

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Jun 1 20:48:04 UTC 2015


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


More information about the svn-ports-all mailing list