svn commit: r533969 - head/devel/cram

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 4 19:20:53 UTC 2020


Author: sunpoet
Date: Mon May  4 19:20:48 2020
New Revision: 533969
URL: https://svnweb.freebsd.org/changeset/ports/533969

Log:
  Update USES=python for py-check-manifest 0.42 update

Modified:
  head/devel/cram/Makefile

Modified: head/devel/cram/Makefile
==============================================================================
--- head/devel/cram/Makefile	Mon May  4 19:20:42 2020	(r533968)
+++ head/devel/cram/Makefile	Mon May  4 19:20:48 2020	(r533969)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}check-manifest>=
 		${PYTHON_PKGNAMEPREFIX}pep8>=0:devel/pep8@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyflakes>=0:devel/py-pyflakes@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list