svn commit: r442964 - in head/devel: . py-pytest-capturelog py3-pytest-capturelog

Ben Woods woodsb02 at FreeBSD.org
Fri Jun 9 00:04:39 UTC 2017


Author: woodsb02
Date: Fri Jun  9 00:04:38 2017
New Revision: 442964
URL: https://svnweb.freebsd.org/changeset/ports/442964

Log:
  [NEW] devel/py3-pytest-capturelog: Add Python 3.x version of this port
  
  PR:		219833

Added:
  head/devel/py3-pytest-capturelog/
  head/devel/py3-pytest-capturelog/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile
  head/devel/py-pytest-capturelog/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jun  8 23:53:48 2017	(r442963)
+++ head/devel/Makefile	Fri Jun  9 00:04:38 2017	(r442964)
@@ -4980,6 +4980,7 @@
     SUBDIR += py3-pyicu
     SUBDIR += py3-pylru-cache
     SUBDIR += py3-pytest
+    SUBDIR += py3-pytest-capturelog
     SUBDIR += py3-pytest-runner
     SUBDIR += py3-pytest-xdist
     SUBDIR += py3-python-magic

Modified: head/devel/py-pytest-capturelog/Makefile
==============================================================================
--- head/devel/py-pytest-capturelog/Makefile	Thu Jun  8 23:53:48 2017	(r442963)
+++ head/devel/py-pytest-capturelog/Makefile	Fri Jun  9 00:04:38 2017	(r442964)
@@ -12,9 +12,9 @@ COMMENT=	Py.test plugin to capture log messages
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py>=1.1.1:devel/py-py
+RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}py>=1.1.1:devel/py-py
 
-USES=		python
+USES?=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Added: head/devel/py3-pytest-capturelog/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-pytest-capturelog/Makefile	Fri Jun  9 00:04:38 2017	(r442964)
@@ -0,0 +1,10 @@
+# Created by: Ben Woods <woodsb02 at FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-pytest-capturelog
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py>=1.1.1:devel/py3-py
+
+USES=		python:3
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list