[Midnightbsd-cvs] mports [24122] trunk/devel: add py-pbr

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 3 12:08:49 EDT 2018


Revision: 24122
          http://svnweb.midnightbsd.org/mports/?rev=24122
Author:   laffer1
Date:     2018-09-03 12:08:48 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
add py-pbr

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py-pbr/
    trunk/devel/py-pbr/Makefile
    trunk/devel/py-pbr/distinfo
    trunk/devel/py-pbr/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-09-03 16:06:49 UTC (rev 24121)
+++ trunk/devel/Makefile	2018-09-03 16:08:48 UTC (rev 24122)
@@ -509,6 +509,7 @@
 SUBDIR += py-orbit
 SUBDIR += py-parsedatetime
 SUBDIR += py-parsing
+SUBDIR += py-pbr
 SUBDIR += py-ply
 SUBDIR += py-pkgconfig
 SUBDIR += py-pyasn1

Added: trunk/devel/py-pbr/Makefile
===================================================================
--- trunk/devel/py-pbr/Makefile	                        (rev 0)
+++ trunk/devel/py-pbr/Makefile	2018-09-03 16:08:48 UTC (rev 24122)
@@ -0,0 +1,23 @@
+# $MidnightBSD$
+
+PORTNAME=	pbr
+PORTVERSION=	3.1.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Python Build Reasonableness
+
+LICENSE=	apache2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip
+
+NO_ARCH=	yes
+
+USES=		python shebangfix
+USE_PYTHON=	autoplist concurrent distutils
+SHEBANG_FILES=	pbr/tests/testpackage/setup.py
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-pbr/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-pbr/distinfo
===================================================================
--- trunk/devel/py-pbr/distinfo	                        (rev 0)
+++ trunk/devel/py-pbr/distinfo	2018-09-03 16:08:48 UTC (rev 24122)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1500373768
+SHA256 (pbr-3.1.1.tar.gz) = 05f61c71aaefc02d8e37c0a3eeb9815ff526ea28b3b76324769e6158d7f95be1
+SIZE (pbr-3.1.1.tar.gz) = 102665


Property changes on: trunk/devel/py-pbr/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-pbr/pkg-descr
===================================================================
--- trunk/devel/py-pbr/pkg-descr	                        (rev 0)
+++ trunk/devel/py-pbr/pkg-descr	2018-09-03 16:08:48 UTC (rev 24122)
@@ -0,0 +1,8 @@
+PBR is a library that injects some useful and sensible default
+behaviors into your setuptools run. It started off life as the chunks
+of code that were copied between all of the OpenStack projects. Around
+the time that OpenStack hit 18 different projects each with at least 3
+active branches, it seems like a good time to make that code into a
+proper re-usable library.
+
+WWW: https://github.com/openstack-dev/pbr


Property changes on: trunk/devel/py-pbr/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list