Date: Sat, 10 Jun 2017 01:25:30 +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: r443048 - in head/devel: . py-pytest-timeout py3-pytest-timeout Message-ID: <201706100125.v5A1PUIM089234@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706100125.v5A1PUIM089234>