Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2017 02:32:08 +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: r443060 - in head/devel: . py-pluggy py3-pluggy
Message-ID:  <201706100232.v5A2W8ht017226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sat Jun 10 02:32:08 2017
New Revision: 443060
URL: https://svnweb.freebsd.org/changeset/ports/443060

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

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jun 10 02:19:04 2017	(r443059)
+++ head/devel/Makefile	Sat Jun 10 02:32:08 2017	(r443060)
@@ -4970,6 +4970,7 @@
     SUBDIR += py3-mccabe
     SUBDIR += py3-nose
     SUBDIR += py3-pip
+    SUBDIR += py3-pluggy
     SUBDIR += py3-ply
     SUBDIR += py3-pretend
     SUBDIR += py3-prompt_toolkit

Modified: head/devel/py-pluggy/Makefile
==============================================================================
--- head/devel/py-pluggy/Makefile	Sat Jun 10 02:19:04 2017	(r443059)
+++ head/devel/py-pluggy/Makefile	Sat Jun 10 02:32:08 2017	(r443060)
@@ -13,9 +13,9 @@ COMMENT=	Plugin and hook calling mechanisms for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-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
 
 NO_ARCH=	yes

Added: head/devel/py3-pluggy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-pluggy/Makefile	Sat Jun 10 02:32:08 2017	(r443060)
@@ -0,0 +1,10 @@
+# Created by: Ben Woods <woodsb02@FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-pluggy
+
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest
+
+USES=		python:3.3+
+
+.include "${MASTERDIR}/Makefile"



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