Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2020 18:59:05 +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: r558001 - in head/www: py-enmerkar py-instabot
Message-ID:  <202012131859.0BDIx51s014448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 13 18:59:04 2020
New Revision: 558001
URL: https://svnweb.freebsd.org/changeset/ports/558001

Log:
  Unbreak bulk -a

Modified:
  head/www/py-enmerkar/Makefile
  head/www/py-instabot/Makefile

Modified: head/www/py-enmerkar/Makefile
==============================================================================
--- head/www/py-enmerkar/Makefile	Sun Dec 13 18:57:15 2020	(r558000)
+++ head/www/py-enmerkar/Makefile	Sun Dec 13 18:59:04 2020	(r558001)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/www/py-instabot/Makefile
==============================================================================
--- head/www/py-instabot/Makefile	Sun Dec 13 18:57:15 2020	(r558000)
+++ head/www/py-instabot/Makefile	Sun Dec 13 18:59:04 2020	(r558001)
@@ -31,7 +31,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=2019.11.2
 		${PYTHON_PKGNAMEPREFIX}tqdm>=4.41.1:misc/py-tqdm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.7:net/py-urllib3@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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