svn commit: r443054 - in head/devel: . py-scripttest py3-scripttest
Ben Woods
woodsb02 at FreeBSD.org
Sat Jun 10 01:56:45 UTC 2017
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 at FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-scripttest
+
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest
+
+USES= python:3.3+
+
+.include "${MASTERDIR}/Makefile"
More information about the svn-ports-all
mailing list