Date: Sat, 11 Jul 2020 21:58:16 +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: r542059 - head/databases/py-litecli Message-ID: <202007112158.06BLwGFY086509@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jul 11 21:58:16 2020 New Revision: 542059 URL: https://svnweb.freebsd.org/changeset/ports/542059 Log: Unbreak bulk -a Modified: head/databases/py-litecli/Makefile Modified: head/databases/py-litecli/Makefile ============================================================================== --- head/databases/py-litecli/Makefile Sat Jul 11 21:37:46 2020 (r542058) +++ head/databases/py-litecli/Makefile Sat Jul 11 21:58:16 2020 (r542059) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=1.0.1 ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${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?202007112158.06BLwGFY086509>