Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2017 00:04:38 +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: r442964 - in head/devel: . py-pytest-capturelog py3-pytest-capturelog
Message-ID:  <201706090004.v5904caS060716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706090004.v5904caS060716>