svn commit: r527944 - head/www/py-flask-restplus

Antoine Brodin antoine at FreeBSD.org
Sat Mar 7 13:14:03 UTC 2020


Author: antoine
Date: Sat Mar  7 13:14:02 2020
New Revision: 527944
URL: https://svnweb.freebsd.org/changeset/ports/527944

Log:
  Clean up

Modified:
  head/www/py-flask-restplus/Makefile

Modified: head/www/py-flask-restplus/Makefile
==============================================================================
--- head/www/py-flask-restplus/Makefile	Sat Mar  7 12:51:30 2020	(r527943)
+++ head/www/py-flask-restplus/Makefile	Sat Mar  7 13:14:02 2020	(r527944)
@@ -25,9 +25,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}blinker>0:devel/p
 		${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal@${PY_FLAVOR}
 #missing ports for tests:devel/py-pytest-benchmark, devel/py-pytest-profiling, devel/py-pytest-faker
 
-USES=		python:2.7+
+USES=		python
 USE_PYTHON=	autoplist distutils
-PY_ENUM34=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	noirbizarre


More information about the svn-ports-head mailing list