diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-15 12:27:06 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-15 12:27:06 +0000 |
| commit | 96bb3b8aa4011bdd0aa310c460af452ab52c70df (patch) | |
| tree | 0c27b21475b9532d2819461ffce315b7dacb7e05 /dev-python/python-vitrageclient/python-vitrageclient-4.1.1.ebuild | |
| parent | ed4430da9cc2caf4935ee5744de22a5ce43acd99 (diff) | |
| download | baldeagleos-repo-96bb3b8aa4011bdd0aa310c460af452ab52c70df.tar.gz baldeagleos-repo-96bb3b8aa4011bdd0aa310c460af452ab52c70df.tar.xz baldeagleos-repo-96bb3b8aa4011bdd0aa310c460af452ab52c70df.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/python-vitrageclient/python-vitrageclient-4.1.1.ebuild')
| -rw-r--r-- | dev-python/python-vitrageclient/python-vitrageclient-4.1.1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/python-vitrageclient/python-vitrageclient-4.1.1.ebuild b/dev-python/python-vitrageclient/python-vitrageclient-4.1.1.ebuild new file mode 100644 index 000000000000..4fb435db3960 --- /dev/null +++ b/dev-python/python-vitrageclient/python-vitrageclient-4.1.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="A client for the OpenStack Vitrage API" +HOMEPAGE="https://github.com/openstack/python-vitrageclient" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=">=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/pbr-3.1.1[${PYTHON_USEDEP}] + >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}] + !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}] + >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] + >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}] + >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}] + >=dev-python/networkx-2.3[${PYTHON_USEDEP}] + >=dev-python/pydot-1.4.1[${PYTHON_USEDEP}]" |
