dev-python/oslo-config: New package
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
db2c48bb89
commit
e67b7c6973
1
dev-python/oslo-config/Manifest
Normal file
1
dev-python/oslo-config/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST oslo-config-8.7.0.tar.gz 160291 BLAKE2B b307d37a850d4ef1c12ea8f5761a60bb25de8202c2aff95f4fa9bb4f452974011b1e51eea3f47668f7fbcafaf0b853a03bfb202f2fbe61d047676fc1ce0c06c6 SHA512 d13cbbe7688adef0da81c8dd86f48b69daa92521416cd7c1dd992728f2435f8cbe2fbdb7d3643cca80a2174c05a77fccc36723757bbf9a6987fb549a91252892
|
21
dev-python/oslo-config/metadata.xml
Normal file
21
dev-python/oslo-config/metadata.xml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>prometheanfire@gentoo.org</email>
|
||||||
|
<name>Matthew Thode</name>
|
||||||
|
</maintainer>
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>python@gentoo.org</email>
|
||||||
|
<name>Python</name>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription lang="en">
|
||||||
|
The Oslo configuration API supports parsing command line arguments.
|
||||||
|
Oslo also supports .ini style configuration files.
|
||||||
|
</longdescription>
|
||||||
|
<stabilize-allarches/>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">oslo.config</remote-id>
|
||||||
|
<remote-id type="launchpad">oslo</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
32
dev-python/oslo-config/oslo-config-8.7.0.ebuild
Normal file
32
dev-python/oslo-config/oslo-config-8.7.0.ebuild
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
PYTHON_COMPAT=( python3_{7..9} )
|
||||||
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
MY_PN=${PN/-/.}
|
||||||
|
|
||||||
|
DESCRIPTION="Oslo Configuration API"
|
||||||
|
HOMEPAGE="https://launchpad.net/oslo https://opendev.org/openstack/oslo.config/"
|
||||||
|
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
|
||||||
|
RDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/rfc3986-1.2.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
|
||||||
|
dev-python/importlib_metadata[${PYTHON_USEDEP}]
|
||||||
|
"
|
Loading…
Reference in a new issue