Date: Fri, 8 Nov 2019 19:12:54 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517088 - head/devel/py-python-gitlab Message-ID: <201911081912.xA8JCsYk003921@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Nov 8 19:12:54 2019 New Revision: 517088 URL: https://svnweb.freebsd.org/changeset/ports/517088 Log: - Limit python version (does not build with 3.7+) Approved by: portmgr blanket Modified: head/devel/py-python-gitlab/Makefile Modified: head/devel/py-python-gitlab/Makefile ============================================================================== --- head/devel/py-python-gitlab/Makefile Fri Nov 8 19:09:49 2019 (r517087) +++ head/devel/py-python-gitlab/Makefile Fri Nov 8 19:12:54 2019 (r517088) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.4.2:ww TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httmock>0:www/py-httmock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python +USES= python:-3.6 OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911081912.xA8JCsYk003921>