diff options
Diffstat (limited to 'dev-python/python-manilaclient')
4 files changed, 52 insertions, 6 deletions
diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest index 8d187b183d91..9a8d37d76d46 100644 --- a/dev-python/python-manilaclient/Manifest +++ b/dev-python/python-manilaclient/Manifest @@ -1,5 +1,7 @@ DIST python-manilaclient-1.14.0.tar.gz 193535 BLAKE2B 33052c0c601d1a51f6200e5a05ddeeb96e57a174bf8adc929b848e99bce05764596ff5bf79922757d9b9d2785eff8c81681751f1b7bb6263d6d1eb88f8502e29 SHA512 9cfeffa8919af788b50b2753d722ee5472b45332a8e8dcfd290719344d1d6e7c7880ba0166ccc1c39b1eb15adaa1d8b012d923a04f4ba5b3a2a9774af981bb6a DIST python-manilaclient-1.21.0.tar.gz 208720 BLAKE2B 62249b9d3ba22e77d59e060e372901fc3447f44e06c91236c74ba9c16b69bf52ebb8a186405dc2906177bc974df979507c8c9b085a81b8da61618cfc0a07d1fb SHA512 bedaf6d23968a36498e7cd4500f02540debe2b8aa1d7eb73b654c09f1da6a0e397fdd68b978c5e7706365354dbb42f7ddbcd0b2801f3ae706aaa7c2059a16c62 -EBUILD python-manilaclient-1.14.0.ebuild 1339 BLAKE2B 4f425b82de383baae7614950c86bdc6cde2f51e264eadfdbfeab0112832bc01e69dd90bec0492901bf0ff9584b5d97fc5158c56efc996d0eb3d18738097b2af3 SHA512 9c92f935951a86ef8c934f01c050d891061cdfed8f341cb5e4eed62533c92dd9f42c3938200935f320d4f6758610e435c009fa3d3939248706b010a41b3adb4e -EBUILD python-manilaclient-1.21.0.ebuild 1434 BLAKE2B c568679b917d51a7f8933fe91ebdf7d225300a412e30254f5e4993c3c91a0c54f782f3710cedab6779de9efff6de6120efd4967bd65a7c03a04934c11e56aae3 SHA512 1c039980e54415b13b0d0cff8b686d6018c98fdef37a69cf78c78b3574ccf88b73344e4c64c2a4340802cbee0dffc05f49cbed8aff14dd9975ad2854c8f3f20e +DIST python-manilaclient-1.27.0.tar.gz 214632 BLAKE2B 5a0b6433712ae34f52b72838a771a6e81c7c28ff0b049f208bdf9b5fd311025ebe90e850b071def454f76245f19a28b27fea5dda59473f445e9882917eae90d9 SHA512 0dd621c8ff22abdf81177887fc8bc7b9792d637eabc092de06d5059ed3fcea0218961643a1e5256fd130e5d1753be143b474342d9daf5c8e5e39c305527ad811 +EBUILD python-manilaclient-1.14.0.ebuild 1326 BLAKE2B 2ef68454bf58e1832f00088aba530d0e0d3ca711fd1fb13206d1cd679e05639cca54697b52e88fd6311f4e42b36c0f1a44c7729615af7f31add7169f41fbbe2d SHA512 bf4b5ceaab690f7b58c625400a86da7708f5d4a07e759ceb9a7924914db43f83b2a7c65c4edc1581ccc5f36af72c2bd1b1becf90900dfbbb082a3b021380aa3d +EBUILD python-manilaclient-1.21.0.ebuild 1429 BLAKE2B 60639ed6ffd98934b8dcfded412148ba03d9d75a63e2dab61227ec5fefbd4e58d8c6faa4e6cfc95b05cabefe365fe51369ea2ebbed1ae22f3e580bcf4ac5b035 SHA512 da897884ea46d4ca009a45d578c2508e0027912cee6dd6640d0af2289c52205e2eb910f4f6c6b1067bce74c1ed5bb6c68e06fc8bc78f0faed54689b11b7d0c24 +EBUILD python-manilaclient-1.27.0.ebuild 1479 BLAKE2B 2a535620e09e1c17772e712435ac1aaf665a2eb083bd7e0865da05c3401c1f79e40632ff8df9624b00ad6902d8bd933b307bdec87705eaf8a95a0ef1a18f71ed SHA512 02451c578236b7c01766225f2ff5ad4576fc794f35d21da25d963567eda17f0e96c90f8c84a9a85372b938500100a424ffa1e4d3a8311b7c547918d5c1bba122 MISC metadata.xml 610 BLAKE2B 9ff81f126608795602d31173afdff53356b7dd97c211523dce93af86ab9dc0d57c84117401a72fbfc2c2fcc6467d0e1a0adceb7c1616c6c0cc9294945fd987f8 SHA512 917b1ad570615b9d3a509c55e7ab70d88f47cdc7efbc9cf0f141be5ef5316141d0327050b61f8a64a87836a409b08ae410886a8634a8df137cd032bf1c205208 diff --git a/dev-python/python-manilaclient/python-manilaclient-1.14.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-1.14.0.ebuild index 7e26fe8f4b34..cb4a3dc2ce84 100644 --- a/dev-python/python-manilaclient/python-manilaclient-1.14.0.ebuild +++ b/dev-python/python-manilaclient/python-manilaclient-1.14.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 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 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_5 ) inherit distutils-r1 diff --git a/dev-python/python-manilaclient/python-manilaclient-1.21.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-1.21.0.ebuild index d7ed22682b91..95a2fedd7550 100644 --- a/dev-python/python-manilaclient/python-manilaclient-1.21.0.ebuild +++ b/dev-python/python-manilaclient/python-manilaclient-1.21.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 diff --git a/dev-python/python-manilaclient/python-manilaclient-1.27.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-1.27.0.ebuild new file mode 100644 index 000000000000..67263cf25243 --- /dev/null +++ b/dev-python/python-manilaclient/python-manilaclient-1.27.0.ebuild @@ -0,0 +1,44 @@ +# 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 Manila API" +HOMEPAGE="https://github.com/openstack/python-manilaclient" +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-1.8[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + virtual/python-ipaddress[${PYTHON_USEDEP}] + >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}] + >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}] + !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] + >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}] + <dev-python/prettytable-0.8[${PYTHON_USEDEP}] + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] + >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}] + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] + !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}] + >=dev-python/six-1.10.0[${PYTHON_USEDEP}] + >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}] + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] + >=dev-python/docutils-0.11[${PYTHON_USEDEP}] +" + +python_prepare_all() { + # built in... + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +} |