dev-python/oslo-policy: update HOMEPAGE

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-09-13 08:22:37 +02:00
parent 9a09b94c9c
commit 5e41d1bf8a
2 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
</maintainer>
<stabilize-allarches/>
<upstream>
<bugs-to>https://bugs.launchpad.net/oslo.policy</bugs-to>
<remote-id type="pypi">oslo.policy</remote-id>
<remote-id type="github">openstack/oslo.policy</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -9,7 +9,11 @@ PYTHON_COMPAT=( python3_8 )
inherit distutils-r1
DESCRIPTION="Support for RBAC policy enforcement across all OpenStack services"
HOMEPAGE="https://pypi.org/project/oslo.policy"
HOMEPAGE="
https://opendev.org/openstack/oslo.policy
https://pypi.org/project/oslo.policy
https://github.com/openstack/oslo.policy
"
SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz"
S="${WORKDIR}/oslo.policy-${PV}"