Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 2020 13:14:02 +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: r527944 - head/www/py-flask-restplus
Message-ID:  <202003071314.027DE2VC050879@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003071314.027DE2VC050879>