svn commit: r443048 - in head/devel: . py-pytest-timeout py3-pytest-timeout
Ben Woods
woodsb02 at FreeBSD.org
Sat Jun 10 01:25:31 UTC 2017
Author: woodsb02
Date: Sat Jun 10 01:25:30 2017
New Revision: 443048
URL: https://svnweb.freebsd.org/changeset/ports/443048
Log:
[NEW] devel/py3-pytest-timeout: Add Python 3.x version of this port
PR: 219833
Added:
head/devel/py3-pytest-timeout/
head/devel/py3-pytest-timeout/Makefile (contents, props changed)
Modified:
head/devel/Makefile
head/devel/py-pytest-timeout/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Fri Jun 9 23:58:55 2017 (r443047)
+++ head/devel/Makefile Sat Jun 10 01:25:30 2017 (r443048)
@@ -4982,6 +4982,7 @@
SUBDIR += py3-pytest
SUBDIR += py3-pytest-capturelog
SUBDIR += py3-pytest-runner
+ SUBDIR += py3-pytest-timeout
SUBDIR += py3-pytest-xdist
SUBDIR += py3-python-magic
SUBDIR += py3-pytz
Modified: head/devel/py-pytest-timeout/Makefile
==============================================================================
--- head/devel/py-pytest-timeout/Makefile Fri Jun 9 23:58:55 2017 (r443047)
+++ head/devel/py-pytest-timeout/Makefile Sat Jun 10 01:25:30 2017 (r443048)
@@ -13,9 +13,9 @@ COMMENT= Pytest plugin to abort hanging tests
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.6.4:devel/py-pytest
+RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>=2.6.4:devel/py-pytest
-USES= python
+USES?= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
Added: head/devel/py3-pytest-timeout/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py3-pytest-timeout/Makefile Sat Jun 10 01:25:30 2017 (r443048)
@@ -0,0 +1,10 @@
+# Created by: Ben Woods <woodsb02 at FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-pytest-timeout
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.6.4:devel/py3-pytest
+
+USES= python:3
+
+.include "${MASTERDIR}/Makefile"
More information about the svn-ports-all
mailing list