summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2015-03-14 21:19:22 +0000
committerrodent <rodent@pkgsrc.org>2015-03-14 21:19:22 +0000
commite806a8e60a23c580c3b5431fd2e08b45b7e619bb (patch)
treeb7d3df6a3d81eac3e18b0f1835567479400df57e /devel
parent0aac5d4fa480af0d241078c7b207fd7ab5b4c10b (diff)
downloadpkgsrc-e806a8e60a23c580c3b5431fd2e08b45b7e619bb.tar.gz
Updated to latest release, 0.10.18. Move bin/pbr in post-install and use
ALTERNATIVES. CHANGES ======= 0.10.8 ------ * Support script text override for newer develop 0.10.7 ------ * _get_revno only returns a commit count 0.10.6 ------ * Integration test PBR commits 0.10.5 ------ * Move write_pbr_json to avoid issues with nose 0.10.4 ------ * Properly check for git before getting git dir * Use post version signifiers * Only import sphinx during hook processing 0.10.3 ------ * Stop including git sha in version strings * Write and read more complex git sha info 0.10.2 ------ * Remove all 2.7 filtering * Stop filtering out argparse * Remove mirror testing from the integration script 0.10.1 ------ * Prefix git suffixes with + instead of
Diffstat (limited to 'devel')
-rw-r--r--devel/py-pbr/Makefile9
-rw-r--r--devel/py-pbr/PLIST22
-rw-r--r--devel/py-pbr/distinfo8
3 files changed, 32 insertions, 7 deletions
diff --git a/devel/py-pbr/Makefile b/devel/py-pbr/Makefile
index de635817cda..e0d6586e7f2 100644
--- a/devel/py-pbr/Makefile
+++ b/devel/py-pbr/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/08/07 01:34:19 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2015/03/14 21:19:22 rodent Exp $
-DISTNAME= pbr-0.10.0
+DISTNAME= pbr-0.10.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://pypi.python.org/packages/source/p/pbr/
@@ -12,8 +12,13 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
+PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
REPLACE_PYTHON+= pbr/tests/testpackage/setup.py
+post-install:
+ ${MV} ${DESTDIR}${PREFIX}/bin/pbr \
+ ${DESTDIR}${PREFIX}/bin/pbr${PYVERSSUFFIX}
+
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-pbr/PLIST b/devel/py-pbr/PLIST
index d925497eff0..73f5763b400 100644
--- a/devel/py-pbr/PLIST
+++ b/devel/py-pbr/PLIST
@@ -1,14 +1,25 @@
-@comment $NetBSD: PLIST,v 1.1 2014/06/14 16:46:52 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/03/14 21:19:22 rodent Exp $
+bin/pbr${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pbr/__init__.py
${PYSITELIB}/pbr/__init__.pyc
${PYSITELIB}/pbr/__init__.pyo
+${PYSITELIB}/pbr/builddoc.py
+${PYSITELIB}/pbr/builddoc.pyc
+${PYSITELIB}/pbr/builddoc.pyo
+${PYSITELIB}/pbr/cmd/__init__.py
+${PYSITELIB}/pbr/cmd/__init__.pyc
+${PYSITELIB}/pbr/cmd/__init__.pyo
+${PYSITELIB}/pbr/cmd/main.py
+${PYSITELIB}/pbr/cmd/main.pyc
+${PYSITELIB}/pbr/cmd/main.pyo
${PYSITELIB}/pbr/core.py
${PYSITELIB}/pbr/core.pyc
${PYSITELIB}/pbr/core.pyo
@@ -18,6 +29,9 @@ ${PYSITELIB}/pbr/extra_files.pyo
${PYSITELIB}/pbr/find_package.py
${PYSITELIB}/pbr/find_package.pyc
${PYSITELIB}/pbr/find_package.pyo
+${PYSITELIB}/pbr/git.py
+${PYSITELIB}/pbr/git.pyc
+${PYSITELIB}/pbr/git.pyo
${PYSITELIB}/pbr/hooks/__init__.py
${PYSITELIB}/pbr/hooks/__init__.pyc
${PYSITELIB}/pbr/hooks/__init__.pyo
@@ -36,9 +50,15 @@ ${PYSITELIB}/pbr/hooks/files.pyo
${PYSITELIB}/pbr/hooks/metadata.py
${PYSITELIB}/pbr/hooks/metadata.pyc
${PYSITELIB}/pbr/hooks/metadata.pyo
+${PYSITELIB}/pbr/options.py
+${PYSITELIB}/pbr/options.pyc
+${PYSITELIB}/pbr/options.pyo
${PYSITELIB}/pbr/packaging.py
${PYSITELIB}/pbr/packaging.pyc
${PYSITELIB}/pbr/packaging.pyo
+${PYSITELIB}/pbr/pbr_json.py
+${PYSITELIB}/pbr/pbr_json.pyc
+${PYSITELIB}/pbr/pbr_json.pyo
${PYSITELIB}/pbr/testr_command.py
${PYSITELIB}/pbr/testr_command.pyc
${PYSITELIB}/pbr/testr_command.pyo
diff --git a/devel/py-pbr/distinfo b/devel/py-pbr/distinfo
index d2f8e4f2f0c..ca3ce0d607e 100644
--- a/devel/py-pbr/distinfo
+++ b/devel/py-pbr/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/08/07 01:34:19 rodent Exp $
+$NetBSD: distinfo,v 1.3 2015/03/14 21:19:22 rodent Exp $
-SHA1 (pbr-0.10.0.tar.gz) = bbb7cf4532551c83cf41860993690c2fc3a71437
-RMD160 (pbr-0.10.0.tar.gz) = 8619d5c03c51508482fe3bfabf01307460b7f034
-Size (pbr-0.10.0.tar.gz) = 77690 bytes
+SHA1 (pbr-0.10.8.tar.gz) = 8f90442f669e3a725d5682623aa94f9e38c4601d
+RMD160 (pbr-0.10.8.tar.gz) = f98c385e7f17dc6fff27bf2ab1e057a89e8c191a
+Size (pbr-0.10.8.tar.gz) = 82952 bytes