svn commit: r552012 - head/databases/py-sqlalchemy-migrate

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 10 18:01:51 UTC 2020


Author: sunpoet
Date: Sat Oct 10 18:01:44 2020
New Revision: 552012
URL: https://svnweb.freebsd.org/changeset/ports/552012

Log:
  Update USES=python for py-sqlparse 0.4.0 update

Modified:
  head/databases/py-sqlalchemy-migrate/Makefile

Modified: head/databases/py-sqlalchemy-migrate/Makefile
==============================================================================
--- head/databases/py-sqlalchemy-migrate/Makefile	Sat Oct 10 18:01:40 2020	(r552011)
+++ head/databases/py-sqlalchemy-migrate/Makefile	Sat Oct 10 18:01:44 2020	(r552012)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=0.7.
 		${PYTHON_PKGNAMEPREFIX}six>=1.7.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pbr>=1.3:devel/py-pbr@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils concurrent autoplist
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list