svn commit: r466000 - head/devel/py-pyutil

Antoine Brodin antoine at FreeBSD.org
Fri Mar 30 20:33:36 UTC 2018


Author: antoine
Date: Fri Mar 30 20:33:35 2018
New Revision: 466000
URL: https://svnweb.freebsd.org/changeset/ports/466000

Log:
  Restrict again to version 2.7, zbase32 is only available in py27 flavor

Modified:
  head/devel/py-pyutil/Makefile

Modified: head/devel/py-pyutil/Makefile
==============================================================================
--- head/devel/py-pyutil/Makefile	Fri Mar 30 20:20:00 2018	(r465999)
+++ head/devel/py-pyutil/Makefile	Fri Mar 30 20:33:35 2018	(r466000)
@@ -14,10 +14,10 @@ COMMENT=	Collection of mature utilities for Python pro
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.0:devel/py-simplejson@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}zbase32>=1.0:converters/zbase32
+		${PYTHON_PKGNAMEPREFIX}zbase32>=1.0:converters/zbase32@${FLAVOR}
 
 NO_ARCH=	yes
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	autoplist concurrent distutils
 
 post-extract:


More information about the svn-ports-all mailing list