pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pbr
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 24 16:35:46 UTC 2017
Modified Files:
pkgsrc/devel/py-pbr: Makefile distinfo
Log Message:
3.1.1
* Restore previous IP binding
3.1.0
* allow user to override the output location of api docs
* fix tests based on API change in Sphinx
* Updated from global requirements
* Add binding option for WSGI server
* Ignore index URL lines in requirements.txt files
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-pbr/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-pbr/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pbr/Makefile
diff -u pkgsrc/devel/py-pbr/Makefile:1.18 pkgsrc/devel/py-pbr/Makefile:1.19
--- pkgsrc/devel/py-pbr/Makefile:1.18 Mon May 29 11:08:23 2017
+++ pkgsrc/devel/py-pbr/Makefile Mon Jul 24 16:35:46 2017
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.18 2017/05/29 11:08:23 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2017/07/24 16:35:46 adam Exp $
-DISTNAME= pbr-3.0.1
+DISTNAME= pbr-3.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pbr/}
MAINTAINER= rodent%NetBSD.org@localhost
-HOMEPAGE= http://pypi.python.org/pypi/pbr
+HOMEPAGE= http://docs.openstack.org/developer/pbr/
COMMENT= Python Build Reasonableness
LICENSE= apache-2.0
@@ -25,8 +25,7 @@ DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../.
REPLACE_PYTHON+= pbr/tests/testpackage/setup.py
post-install:
- ${MV} ${DESTDIR}${PREFIX}/bin/pbr \
- ${DESTDIR}${PREFIX}/bin/pbr${PYVERSSUFFIX} || ${TRUE}
+ cd ${DESTDIR}${PREFIX}/bin && ${MV} pbr pbr${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
Index: pkgsrc/devel/py-pbr/distinfo
diff -u pkgsrc/devel/py-pbr/distinfo:1.16 pkgsrc/devel/py-pbr/distinfo:1.17
--- pkgsrc/devel/py-pbr/distinfo:1.16 Mon May 29 11:08:23 2017
+++ pkgsrc/devel/py-pbr/distinfo Mon Jul 24 16:35:46 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/05/29 11:08:23 wiz Exp $
+$NetBSD: distinfo,v 1.17 2017/07/24 16:35:46 adam Exp $
-SHA1 (pbr-3.0.1.tar.gz) = 0281587b971d66b80f173fa96c1b2cc97794fdff
-RMD160 (pbr-3.0.1.tar.gz) = 7a624c2e92158a4bc25cd08f166e8016f7213d1f
-SHA512 (pbr-3.0.1.tar.gz) = 30ffb8f0c0184c7613add7094ff065d709d9c83e829f7e65ea60f5d1e0fbd267c3067aed8eff0c7767110b079e118141743f4f63185f8617925566ff14a40412
-Size (pbr-3.0.1.tar.gz) = 100518 bytes
+SHA1 (pbr-3.1.1.tar.gz) = 30e236b4d5375e04b6f01a51870c80dbdae7d723
+RMD160 (pbr-3.1.1.tar.gz) = df04c5be3a5e069b865b74309adbd5fc2b616664
+SHA512 (pbr-3.1.1.tar.gz) = c01fb83678f8fc3acddc153dd341a17ed9d602b6770f0ff244b1c5b54c37d4ddcbd0c3d726f7d7020865819e02797c1c79a0c15e9ee2ae5c1510fce7112b2a3a
+Size (pbr-3.1.1.tar.gz) = 102665 bytes
Home |
Main Index |
Thread Index |
Old Index