mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
dev-python/os-resource-classes: enable py3.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_8 )
|
PYTHON_COMPAT=( python3_{8..9} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ DESCRIPTION="A list of standardized resource classes for OpenStack"
|
|||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://github.com/openstack/os-resource-classes
|
https://github.com/openstack/os-resource-classes
|
||||||
https://opendev.org/openstack/os-resource-classes
|
https://opendev.org/openstack/os-resource-classes
|
||||||
https://pypi.org/project/os-resource-classes
|
https://pypi.org/project/os-resource-classes/
|
||||||
"
|
"
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user