Date: Sat, 10 Jun 2017 01:56:43 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443054 - in head/devel: . py-scripttest py3-scripttest Message-ID: <201706100156.v5A1uheY002526@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Sat Jun 10 01:56:43 2017 New Revision: 443054 URL: https://svnweb.freebsd.org/changeset/ports/443054 Log: [NEW] devel/py3-scripttest: Create Python 3.x version of this port PR: 219833 Added: head/devel/py3-scripttest/ head/devel/py3-scripttest/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-scripttest/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jun 10 01:51:02 2017 (r443053) +++ head/devel/Makefile Sat Jun 10 01:56:43 2017 (r443054) @@ -4987,6 +4987,7 @@ SUBDIR += py3-python-magic SUBDIR += py3-pytz SUBDIR += py3-rubymarshal + SUBDIR += py3-scripttest SUBDIR += py3-setproctitle SUBDIR += py3-setuptools_scm SUBDIR += py3-simplejson Modified: head/devel/py-scripttest/Makefile ============================================================================== --- head/devel/py-scripttest/Makefile Sat Jun 10 01:51:02 2017 (r443053) +++ head/devel/py-scripttest/Makefile Sat Jun 10 01:56:43 2017 (r443054) @@ -11,9 +11,9 @@ COMMENT= Helper to test command-line scripts LICENSE= MIT -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest +TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest -USES= python +USES?= python USE_PYTHON= autoplist distutils USE_GITHUB= yes Added: head/devel/py3-scripttest/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-scripttest/Makefile Sat Jun 10 01:56:43 2017 (r443054) @@ -0,0 +1,10 @@ +# Created by: Ben Woods <woodsb02@FreeBSD.org> +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-scripttest + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706100156.v5A1uheY002526>