dev-python/pbr: bump to 5.1.0, use a constant SOURCE_URI.

This commit is contained in:
fbrosson
2018-11-02 00:31:44 +00:00
parent 3c9f3e6d92
commit 0350e66387

View File

@@ -5,12 +5,14 @@ behaviors into your setuptools run.
PBR is only mildly configurable. The basic idea is that theres a decent way \
to run things and if you do, you should reap the rewards, because then its \
simple and repeatable."
HOMEPAGE="https://pypi.org/project/pbr/"
HOMEPAGE="https://docs.openstack.org/pbr/latest/
https://pypi.org/project/pbr/
https://github.com/openstack-dev/pbr"
COPYRIGHT="2013-2018 OpenStack Contributors"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://files.pythonhosted.org/packages/c8/c3/935b102539529ea9e6dcf3e8b899583095a018b09f29855ab754a2012513/pbr-$portVersion.tar.gz"
CHECKSUM_SHA256="1b8be50d938c9bb75d0eaf7eda111eec1bf6dc88a62a6412e33bf077457e0f45"
SOURCE_URI="https://files.pythonhosted.org/packages/source/p/pbr/pbr-$portVersion.tar.gz"
CHECKSUM_SHA256="f20ec0abbf132471b68963bb34d9c78e603a5cf9e24473f14358e66551d47475"
ARCHITECTURES="any"