svn commit: r443062 - in head/devel: . py-pbr py3-pbr

Ben Woods woodsb02 at FreeBSD.org
Sat Jun 10 02:43:15 UTC 2017


Author: woodsb02
Date: Sat Jun 10 02:43:14 2017
New Revision: 443062
URL: https://svnweb.freebsd.org/changeset/ports/443062

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

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jun 10 02:37:12 2017	(r443061)
+++ head/devel/Makefile	Sat Jun 10 02:43:14 2017	(r443062)
@@ -4969,6 +4969,7 @@
     SUBDIR += py3-lxml
     SUBDIR += py3-mccabe
     SUBDIR += py3-nose
+    SUBDIR += py3-pbr
     SUBDIR += py3-pip
     SUBDIR += py3-pluggy
     SUBDIR += py3-ply

Modified: head/devel/py-pbr/Makefile
==============================================================================
--- head/devel/py-pbr/Makefile	Sat Jun 10 02:37:12 2017	(r443061)
+++ head/devel/py-pbr/Makefile	Sat Jun 10 02:43:14 2017	(r443062)
@@ -14,11 +14,11 @@ COMMENT=	Python Build Reasonableness
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip
+RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip
 
 NO_ARCH=	yes
 
-USES=		python shebangfix
+USES?=		python shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 SHEBANG_FILES=	pbr/tests/testpackage/setup.py
 

Added: head/devel/py3-pbr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py3-pbr/Makefile	Sat Jun 10 02:43:14 2017	(r443062)
@@ -0,0 +1,10 @@
+# Created by: Ben Woods <woodsb02 at FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-pbr
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>0:devel/py3-pip
+
+USES=		python:3.3+ shebangfix
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list