From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- dev-python/construct/Manifest | 4 +--- dev-python/construct/construct-2.8.21.ebuild | 27 --------------------------- dev-python/construct/construct-2.9.45.ebuild | 1 - 3 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 dev-python/construct/construct-2.8.21.ebuild (limited to 'dev-python/construct') diff --git a/dev-python/construct/Manifest b/dev-python/construct/Manifest index e51c0b18b684..7e9418fdd0a5 100644 --- a/dev-python/construct/Manifest +++ b/dev-python/construct/Manifest @@ -1,5 +1,3 @@ -DIST construct-2.8.21.tar.gz 706022 BLAKE2B a7fb81185b380b444bede5dffce11158d93f0076cc3fbd836cdef3cf8425e2bcce0cf7b8e2d2654effc8beac3d3d0f722dd2786103f9b85f05b98216fc7684cb SHA512 f8e2c8d0f437cce760b1439fc68e2b10dccf852e1bf3c42e0569a3e32fe218d2a4d4cc662229455a910fa8a7cf0fc0500cb0d38ad0485f1b9fd954334f343562 DIST construct-2.9.45.tar.gz 1042299 BLAKE2B 4d646c3a340b969e83e15436422732f4f4380ef24cd0e9f258f3d3666f17b08ab628d19db39bb8fcd3f370c2b0c93a8329fba56727f28d7a23d868d001610927 SHA512 78d64f3e567e6c9cef842d3e15f416d48856d229a8c6f21e282d3123a86fdd243b20dba5040c6e1d28b67422881351b303262132263efdf94bb73adde0d5dfc1 -EBUILD construct-2.8.21.ebuild 728 BLAKE2B b5018642e486443e268c560ad2c6e7d1ec8fadc82d419716216454a2a913487a961daf5f7025029f28f2922bb0065a1ec1ad6e407a5790b93f8dfbf69e550a48 SHA512 31d64198a2c1fb8c0082f58a4c2b44c4bebf04ec1336520c1f16acff46fe86ea0feaa78077a2125e0c4b65df7dad2fad4a73fc32550cfb7b12b7d3a9329bea2c -EBUILD construct-2.9.45.ebuild 973 BLAKE2B 1341559194f95e013c913b11c48831600241381a35ac311047019abae6d0e86ee28d7a5d69f1d56df9e405309768e93cf010a72c4a6e186889256fdae6492425 SHA512 8e00b0d565e1f55053e0ea2bde44fd12027bb0636832825b3c0740e8a636ed492741e223eaf4c5be03b70a3bd10fa69ab1a24a5b683af3ea5dbeecb124b61c63 +EBUILD construct-2.9.45.ebuild 897 BLAKE2B ad4d6ffc3a39d37a245fdd55b5c347543359caa98e6d16d3bc8665a26e0ddaecdadc86436349426823d0aa9fdadd3d1beda1b6a71b381a84880f59e759430f84 SHA512 599896e1655219be88627cc8d6fad64cfc52336820d0c7b2c17746f24b85c765109bf86da7fe3e4bea78c3697ccb3c9b5b07075e377fb70535e6ed4304ec61bd MISC metadata.xml 491 BLAKE2B bf8f7729988a0a4c39c9f8081a4b05560d1596a69c8670e378ea1f1f81b8dd5a2c366e8211c36e07f809378c6ae769b01181a4ceaf3f82ec8eb2b1879d874a87 SHA512 a8a85937bda8fb36a51bd6e0c0bcb1ce721073ee07a8e198c88b64ee484e8fd1c813e937443885e5ea2e532cda3971e8eb59385797a7a8f44ec9524a57acbbf9 diff --git a/dev-python/construct/construct-2.8.21.ebuild b/dev-python/construct/construct-2.8.21.ebuild deleted file mode 100644 index 9b6945e26a56..000000000000 --- a/dev-python/construct/construct-2.8.21.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="A powerful declarative parser for binary data" -HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/" -SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/scimath[${PYTHON_USEDEP}]' 'python2_7') - )" - -python_test() { - pytest -vv || die "Tests failed under ${EPYTHON}" -} diff --git a/dev-python/construct/construct-2.9.45.ebuild b/dev-python/construct/construct-2.9.45.ebuild index 877483c6d924..9857a0e9b5f8 100644 --- a/dev-python/construct/construct-2.9.45.ebuild +++ b/dev-python/construct/construct-2.9.45.ebuild @@ -19,7 +19,6 @@ RESTRICT="test" DEPEND="test? ( dev-python/numpy[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/scimath[${PYTHON_USEDEP}]' 'python2_7') )" python_test() { -- cgit v1.2.3