Date: Mon, 2 Jul 2018 12:55:24 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473730 - head/devel/py-jira Message-ID: <201807021255.w62CtO7c005834@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Jul 2 12:55:23 2018 New Revision: 473730 URL: https://svnweb.freebsd.org/changeset/ports/473730 Log: devel/py-jira: allow build/usage with python 3 PR: 229462 Modified: head/devel/py-jira/Makefile (contents, props changed) Modified: head/devel/py-jira/Makefile ============================================================================== --- head/devel/py-jira/Makefile Mon Jul 2 12:54:56 2018 (r473729) +++ head/devel/py-jira/Makefile Mon Jul 2 12:55:23 2018 (r473730) @@ -41,7 +41,7 @@ TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:2.7 +USES= python USE_PYTHON= distutils autoplist .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807021255.w62CtO7c005834>