From 3a997cc95211851416d0fa4d71f7a64cb9832dc6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 21 Feb 2021 09:13:35 +0100 Subject: dev-python/lz4: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/lz4/Manifest | 2 -- .../lz4/files/lz4-3.0.2-test-fail-skip.patch | 19 ------------- dev-python/lz4/lz4-3.1.1.ebuild | 33 ---------------------- dev-python/lz4/lz4-3.1.2.ebuild | 28 ------------------ 4 files changed, 82 deletions(-) delete mode 100644 dev-python/lz4/files/lz4-3.0.2-test-fail-skip.patch delete mode 100644 dev-python/lz4/lz4-3.1.1.ebuild delete mode 100644 dev-python/lz4/lz4-3.1.2.ebuild (limited to 'dev-python/lz4') diff --git a/dev-python/lz4/Manifest b/dev-python/lz4/Manifest index 1865ef79a683..94346fa3a8a5 100644 --- a/dev-python/lz4/Manifest +++ b/dev-python/lz4/Manifest @@ -1,3 +1 @@ -DIST lz4-3.1.1.tar.gz 154325 BLAKE2B 2d40728087aea735aeac4d39c415edf94f9aca83c77e4a36fe53f6f32f6c1595c0b1ad97c11f6e58cacafb95e0e12d29336d9f072d4f0d47f2d522f552a368bf SHA512 b6ddcabcb323b88eeff1fa9cb91d379d6435ab51b2b51e080138892fbce57d92c8175e2ae1ef72e8a2f95429aaa4be66a5e8cd9d4dbc5bcd6b44ec26b7df96db -DIST lz4-3.1.2.tar.gz 153729 BLAKE2B f7d8b1b6dd4ee59d07eb4c2108516f939041bb1f131c62925986c2ad49406222c3eeac5232528979d6277aa5c1a950999f7bb3e984ffe26788e9d92a7eccf2e8 SHA512 bd277baf83a4d7819c2deee64e053fc030c5ccff8d5ea91762bfad2c38d5922f5305f8435b060821e86480be06716fa826cd05f407188077cc20637122e7c397 DIST lz4-3.1.3.tar.gz 159016 BLAKE2B 2ab86799cbd37b96550ebb5d0e1a3c301cbcee2a42c6da189f5ae0fee4eb9c5614860dd044363e2c9312e3ab275eb527a116210604a72bd74354f49589d6567b SHA512 170b5330a8ec0eb4d69f3692c54eaa384fd4de78a7e7db95721d2f1e521ae9558f814e63bbb31db2775a81f7cd7eaea1420ad2c96406cff95d25bc5d30811aba diff --git a/dev-python/lz4/files/lz4-3.0.2-test-fail-skip.patch b/dev-python/lz4/files/lz4-3.0.2-test-fail-skip.patch deleted file mode 100644 index 40e6be63ff01..000000000000 --- a/dev-python/lz4/files/lz4-3.0.2-test-fail-skip.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/tests/stream/test_stream_1.py 2020-04-29 13:00:05.213776356 -0700 -+++ b/tests/stream/test_stream_1.py 2020-04-29 13:16:33.958779776 -0700 -@@ -172,6 +172,8 @@ - - - def test_invalid_config_d_4(store_comp_size): -+ -+ pytest.skip('Known test failure, bug: https://github.com/python-lz4/python-lz4/issues/199') - d_kwargs = {} - d_kwargs['strategy'] = "double_buffer" - d_kwargs['buffer_size'] = 1 << (8 * store_comp_size['store_comp_size']) -@@ -231,6 +233,8 @@ - - - def test_invalid_config_d_5(): -+ -+ pytest.skip('Known test failure, bug: https://github.com/python-lz4/python-lz4/issues/199') - d_kwargs = {} - d_kwargs['strategy'] = "double_buffer" diff --git a/dev-python/lz4/lz4-3.1.1.ebuild b/dev-python/lz4/lz4-3.1.1.ebuild deleted file mode 100644 index dce203cc7ad1..000000000000 --- a/dev-python/lz4/lz4-3.1.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="LZ4 Bindings for Python" -HOMEPAGE="https://pypi.org/project/lz4/ https://github.com/python-lz4/python-lz4" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux" - -RDEPEND="app-arch/lz4" -DEPEND=" - ${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] - dev-python/pkgconfig[${PYTHON_USEDEP}] - test? ( - dev-python/psutil[${PYTHON_USEDEP}] - ) -" - -# known test failure: https://github.com/python-lz4/python-lz4/issues/199 -PATCHES=( - "${FILESDIR}/lz4-3.0.2-test-fail-skip.patch" -) - -distutils_enable_tests pytest diff --git a/dev-python/lz4/lz4-3.1.2.ebuild b/dev-python/lz4/lz4-3.1.2.ebuild deleted file mode 100644 index a3e561216594..000000000000 --- a/dev-python/lz4/lz4-3.1.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="LZ4 Bindings for Python" -HOMEPAGE="https://pypi.org/project/lz4/ https://github.com/python-lz4/python-lz4" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND="app-arch/lz4:=" -DEPEND=${RDEPEND} -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] - dev-python/pkgconfig[${PYTHON_USEDEP}] - test? ( - dev-python/psutil[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad