Date: Sat, 23 Nov 2019 17:34:16 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518258 - in head/www: py-pyramid py-pyramid_rpc Message-ID: <201911231734.xANHYGjq078625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911231734.xANHYGjq078625>