diff options
Diffstat (limited to 'dev-python/python-zaqarclient')
-rw-r--r-- | dev-python/python-zaqarclient/Manifest | 4 | ||||
-rw-r--r-- | dev-python/python-zaqarclient/python-zaqarclient-1.11.0.ebuild | 39 | ||||
-rw-r--r-- | dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild | 4 |
3 files changed, 44 insertions, 3 deletions
diff --git a/dev-python/python-zaqarclient/Manifest b/dev-python/python-zaqarclient/Manifest index cb41c438bf55..6e0ceabe7973 100644 --- a/dev-python/python-zaqarclient/Manifest +++ b/dev-python/python-zaqarclient/Manifest @@ -1,3 +1,5 @@ +DIST python-zaqarclient-1.11.0.tar.gz 85724 BLAKE2B 84e34998a76bd475b3aad2882f076f8ca89dcfc1a24155d0e88269fda3d82d4b1348461d1f59a5f21726dbc56b37219d9e75957737452e759672505a1f16a4c9 SHA512 4b57cd336a6517760d32a5e01a7c87a9ee0526323a222faa6fcd6e33a506b0746d6418e9eee3fa00e7ba4a01912ee108fe1feb3469e0a14089cc760a0756b7fb DIST python-zaqarclient-1.2.0.tar.gz 66649 BLAKE2B b1fc054661562b861c39344c73abc8c85fd585b47099a8625ed2a4862997693b793c77698c6147da44affda12cd17d529b5b028d867d5b74400bd7dde13ef4e1 SHA512 1590839460815daa1f0754d47ef789e0c2d2a078265bbb6595eac32114a36c5f15512a2781841955fe99cbdf2cdaa8a13061f535229a284f5b98f97d017dd8a2 -EBUILD python-zaqarclient-1.2.0.ebuild 1236 BLAKE2B 286558bbbd72679eeb20d956e26bd76512b0c28f0c2e7bfca3ae43b7df8ce04aaccf6336091507b661c3fcf9aeeaedb1841fc06182b91c04f490202d400b5856 SHA512 866164d76223cd4bd8bedd2ff979b25c5d05e199bc73e676f347c488c48bec5092fa681cd79ce8f55a0ca069b1ee601d74426cf605c190fe98fbcbf9296cd042 +EBUILD python-zaqarclient-1.11.0.ebuild 1211 BLAKE2B 4c4e418c260e6c8579be9a8725452576dab02954a199193ee68319201a58cc7979c3518f06e3be199bc0a0095dd0ac04484e744666021a23cde52f1c4cdfc474 SHA512 61176845ad7a8236bd772ee0c01da68b1aab4a39eb7b225c24e8e443cae26826804f76fede8fffac0004eb400bd9f457b7a5122d18d28d0f284ff586e14559dc +EBUILD python-zaqarclient-1.2.0.ebuild 1231 BLAKE2B 3f98d1a5e0da71b62d362b1d5619a58c88d1221e4830ec564cb44e4924defbbbc2fd211c6102570bffccbd513b2437aabac6dacb0f9d06749e7e8984c5e9dcc8 SHA512 2c0b856cfe3c72cf25a81c3c8d082579093880cd882c455f61bdce1eebd87885b5502e5df405d887efb87ed769074ae766ad509a134b9a4e853223a60f5bcf16 MISC metadata.xml 607 BLAKE2B 28721f37ce75146475891a79e765fc5ebc12f2e4067b259328fd63fc6aabb16d328d720c2e31cfe538841a638f15e63f141b35a930495e132470cdc0a3777a63 SHA512 73cd47155606b208b2ba83664732ec7fda229f075a86837bae68344bb3fbc10756a049a1f83815f65346d93fbee7a30b629c6769646da2385afab6237173038e diff --git a/dev-python/python-zaqarclient/python-zaqarclient-1.11.0.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-1.11.0.ebuild new file mode 100644 index 000000000000..ffda29d8a9d2 --- /dev/null +++ b/dev-python/python-zaqarclient/python-zaqarclient-1.11.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="A client for the OpenStack Zaqar API" +HOMEPAGE="https://github.com/openstack/python-zaqarclient" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] + >=dev-python/six-1.10.0[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] + >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}] + <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}] + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] + >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}] + >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}] +" + +python_prepare_all() { + # built in... + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +} diff --git a/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild index 6c344d02bad8..f8f15737a346 100644 --- a/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild +++ b/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 |