diff options
Diffstat (limited to 'dev-python/python-glanceclient')
-rw-r--r-- | dev-python/python-glanceclient/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-glanceclient/python-glanceclient-2.16.0.ebuild | 18 |
2 files changed, 2 insertions, 18 deletions
diff --git a/dev-python/python-glanceclient/Manifest b/dev-python/python-glanceclient/Manifest index f58a57546b86..69f509c16cbe 100644 --- a/dev-python/python-glanceclient/Manifest +++ b/dev-python/python-glanceclient/Manifest @@ -1,5 +1,5 @@ DIST python-glanceclient-2.13.1.tar.gz 187298 BLAKE2B e2fa34ea7840404e183fbb77592f656b296d54942581b2e1dda71285f791cf7f7d5b3b6ef2da28deb4e314f1d35395548e923f548854b7ad3ef4aa50ad000d62 SHA512 deb8454aea8b2c231604663fac2f6515e3cd6e86dc1cf3cd2174ba2e35f9d605bf162f5a089d80f52da11f97c540f5c160b96864b85d7535463ec170cba81689 DIST python-glanceclient-2.16.0.tar.gz 189395 BLAKE2B 9de8b162c1eb5bfb44700f41cbdcd4f8a983d8c7bd7b281df09db67df6a0de5dee905330f03c967be9e1c3b2aaa379e4c8594f7f4cdbb34870a1e87cb7ccaf1f SHA512 b853f529752247873d9f319d4ec6f4cabc89ee4c26a0c1013e7609fc38e3c9f68d774b3682166e8155e21572a0a011eb6859a84c253ca9f7a9b8b1ccf79b5322 EBUILD python-glanceclient-2.13.1.ebuild 2482 BLAKE2B 4e81e78d4e40a6d9e7913b5215dd721cf05554f57978ebad3f5b061d8d08e1e129f47b2934473885dbb51a07530adaaaee2591290cda6ea4fd4cd3e6846a6495 SHA512 6d07c1d89f6178098a67a8c9a62df65971ab6dd69c6cdecc3ca20e7212794b7b62f83de3fdcb1559fb5c5a0722525b1b8dbb4f708cabd178896b275cf5a87b25 -EBUILD python-glanceclient-2.16.0.ebuild 2484 BLAKE2B daf69c0c3cfb54f9e617fabd05b1d73e090cd8cf04633914dfa894db18374b0cc3b60c6a684bc5c41d3f4f19f5bfb7e60468461e8383f3bdf9fdf7a397a3ca3c SHA512 43dc80839af621283b9c782f1948ff1e8244900496bead7cc6249bdfac63efd3dab8ac9446ae746805d79149e94c6f71513cc17111d9585bf587a6987f0a13c1 +EBUILD python-glanceclient-2.16.0.ebuild 2055 BLAKE2B fcf56fa52d0714df3d15e0eb237359060c0d1ec5f6fbfdb9336b0fb23eb9141216847cf5d31d6738ad3efb3ca219293a2491941a73c61b383b97f03809937f57 SHA512 a56dfbebc51572b56900d88474998e9709b124393fc2462dfc3e0b7151adbd042756b2f34c8ab8732fa08d651e527d09204b517ebc1766f13b05dc0c00450718 MISC metadata.xml 632 BLAKE2B 69885578505253d6ec3d0245779a89ebe5c75ab8a8e9fecbf95c29d4aa17ba6864e69c1806a01cde0e92080a86ccbae146bdb2c003f50fd3dfd32b6d2186536f SHA512 d807a9aadecb131f92d6a476a8bc0b0293d46c6ac761a2d1ddb596ac219c6c8ac349402e3f56d150e78ad81c5d2838a33b3d35222a18f9a416f969f6d6208d8f diff --git a/dev-python/python-glanceclient/python-glanceclient-2.16.0.ebuild b/dev-python/python-glanceclient/python-glanceclient-2.16.0.ebuild index ac7282a691dd..8c0dda871d11 100644 --- a/dev-python/python-glanceclient/python-glanceclient-2.16.0.ebuild +++ b/dev-python/python-glanceclient/python-glanceclient-2.16.0.ebuild @@ -13,8 +13,7 @@ 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" -IUSE="doc test" -REQUIRED_USE="test? ( doc )" +IUSE="test" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] !~dev-python/pbr-2.1.0" @@ -35,11 +34,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}] ) - doc? ( - >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}] - !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}] - ) " RDEPEND=" ${CDEPEND} @@ -57,22 +51,12 @@ RDEPEND=" " python_prepare_all() { - sed -e 's:intersphinx_mapping:_&:' -i doc/source/conf.py || die sed -i '/^hacking/d' test-requirements.txt || die distutils-r1_python_prepare_all } -python_compile_all() { - use doc && esetup.py build_sphinx -} - python_test() { testr init testr run || die "testsuite failed under python2.7" flake8 tests && einfo "run flake8 over tests folder passed" || die } - -python_install_all() { - use doc && local HTML_DOCS=( doc/build/html/. ) - distutils-r1_python_install_all -} |