From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- dev-python/sphinxcontrib-programoutput/Manifest | 4 +-- .../sphinxcontrib-programoutput-0.11.ebuild | 4 +-- .../sphinxcontrib-programoutput-0.8.ebuild | 40 ---------------------- 3 files changed, 3 insertions(+), 45 deletions(-) delete mode 100644 dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild (limited to 'dev-python/sphinxcontrib-programoutput') diff --git a/dev-python/sphinxcontrib-programoutput/Manifest b/dev-python/sphinxcontrib-programoutput/Manifest index 0a8d45d5041c..70f1c66bf8d8 100644 --- a/dev-python/sphinxcontrib-programoutput/Manifest +++ b/dev-python/sphinxcontrib-programoutput/Manifest @@ -1,5 +1,3 @@ DIST sphinxcontrib-programoutput-0.11.tar.gz 18267 BLAKE2B 790483b09a00199e4f6a4bb723827001e3dc252b294244ddb5ed3edc78cd8dde41fd0c5cab6d4fb715c85f8c447bf25d690b4f921341769de6d7d1c9dc7f4a71 SHA512 4aa655f8632093035de986fa31291f95e95c4c0f4d1458bb8c8cc077cca73d579b16a8bf103d7b34faafb2171c617c40200008d89186f8ed37a812459f0376cf -DIST sphinxcontrib-programoutput-0.8.tar.gz 14419 BLAKE2B ab902026ffbf4b590a5ff2617a609bff3adbefb9ef76982b6ecbbc34b7393f154db36e893b85e6316506142038f2b67f96c08e2158180164692bdbc28186dbcc SHA512 9ab769f794cf8c47f2d755b343c1326b8335c1f8161294727abada81af189545d549350536d28ac2c5f27cc309330f875b7affef6f997651e3a9f9dfbe6bd174 -EBUILD sphinxcontrib-programoutput-0.11.ebuild 1008 BLAKE2B 150343415422a3fccbfa05f5e301b2db2521cb9e7d770d8ddd9188ff93eaaba3076d3a4b15fa7c41d689407b8f6452c909bacf0aea9258454dd0495326ef0730 SHA512 f1175df4b893f4ec4fc04c32dc9f7ac09302837a057223c6e287225370dab6c0493cff51f1c01fc78ef7e40c76e872aa3ae28d1a5f8fca89d859857b15c2f028 -EBUILD sphinxcontrib-programoutput-0.8.ebuild 883 BLAKE2B fec36d833161fb93039549c153d35eab34f90bcf338ae3a605f9fd777e788cf49750c858bd2330e4a91e29e137f92546cc0481c1f199ffd526d17bbd1f6d1a21 SHA512 8b125dea667d57788385320ea7f82babf3d73e3cf5b0a0a74d297e241038934bb8a880a5bd785b2edeca49441bc9ddffb1ad4d4662c9a861fe8533406a3b52d8 +EBUILD sphinxcontrib-programoutput-0.11.ebuild 999 BLAKE2B db69b578e012ffc8ed293d80df579076da8af7a8a129a2853860b79dbecb5afebedc6cce2be716a0fa107e0c11267e28b94bf9b81169bb0afcf786edd7d248bc SHA512 beb65a75030fb24b8d0e4e201dd93f74928f178b7b7ef69438d56310a6f5c88c804aa63be265399c47cd52de7bc0473b654b64ec3f780d3d0ba079df55459528 MISC metadata.xml 527 BLAKE2B 6a601963d2cf81b69cbfdfbb3190e6a9b497ed48d08127d41ef6643cd4501028ac8163efe34dd3587e3ef19ef579c98d0d3dffedb065ff26909aaf1854af76ef SHA512 27ca1eab6719f5d577938ea7c105fd2aec99fd94d80b8d1beb14f18233ee3290a5c9a3046314c07645306a7967e14d6dff269cc377c0bbac72e309a5d669d181 diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild index 4ccfbe6596e7..d99ac1bde4ca 100644 --- a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild +++ b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild deleted file mode 100644 index 24754c6574ba..000000000000 --- a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_5 pypy ) - -inherit distutils-r1 - -DESCRIPTION="Extension to sphinx to include program output" -HOMEPAGE="https://sphinxcontrib-programoutput.readthedocs.io/en/latest/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - -IUSE="doc test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-python/sphinx-1.1[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_compile_all() { - use doc && emake -C doc html -} - -python_test() { - py.test -v -v || die -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/_build/html/. ) - distutils-r1_python_install_all -} -- cgit v1.2.3