svn commit: r518258 - in head/www: py-pyramid py-pyramid_rpc

Antoine Brodin antoine at FreeBSD.org
Sat Nov 23 17:34:17 UTC 2019


Author: antoine
Date: Sat Nov 23 17:34:16 2019
New Revision: 518258
URL: https://svnweb.freebsd.org/changeset/ports/518258

Log:
  Unbreak bulk -a
  
  Pointy hat:	bofh

Modified:
  head/www/py-pyramid/Makefile
  head/www/py-pyramid_rpc/Makefile

Modified: head/www/py-pyramid/Makefile
==============================================================================
--- head/www/py-pyramid/Makefile	Sat Nov 23 17:30:05 2019	(r518257)
+++ head/www/py-pyramid/Makefile	Sat Nov 23 17:34:16 2019	(r518258)
@@ -28,7 +28,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 #		${PYTHON_PKGNAMEPREFIX}zope.component>=3.6.0:devel/py-zope.component@${PY_FLAVOR}
 
 NO_ARCH=	yes
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/www/py-pyramid_rpc/Makefile
==============================================================================
--- head/www/py-pyramid_rpc/Makefile	Sat Nov 23 17:30:05 2019	(r518257)
+++ head/www/py-pyramid_rpc/Makefile	Sat Nov 23 17:34:16 2019	(r518258)
@@ -13,7 +13,7 @@ COMMENT=	RPC support for the Pyramid web framework
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyramid>=0:www/py-pyramid@${PY_FLAVOR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list