mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
21
python/py-pbr/Makefile
Normal file
21
python/py-pbr/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/py-pbr/Makefile 472884 2018-06-20 17:05:41Z mat $
|
||||
|
||||
PORTNAME= pbr
|
||||
PORTVERSION= 3.1.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Python Build Reasonableness
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:python/py-pip@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= autoplist distutils
|
||||
SHEBANG_FILES= pbr/tests/testpackage/setup.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-pbr/distinfo
Normal file
3
python/py-pbr/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1500373768
|
||||
SHA256 (pbr-3.1.1.tar.gz) = 05f61c71aaefc02d8e37c0a3eeb9815ff526ea28b3b76324769e6158d7f95be1
|
||||
SIZE (pbr-3.1.1.tar.gz) = 102665
|
||||
8
python/py-pbr/pkg-descr
Normal file
8
python/py-pbr/pkg-descr
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user