diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-05 22:21:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-05 22:21:25 +0100 |
commit | 9cbface1e252b19ae2c58e93928131582683ea9f (patch) | |
tree | 25c16bab18a5c738174afeabc2620bd118fea6cf /dev-python/lz4 | |
parent | dev-python/ifaddr: Remove old (diff) | |
download | gentoo-9cbface1e252b19ae2c58e93928131582683ea9f.tar.gz gentoo-9cbface1e252b19ae2c58e93928131582683ea9f.tar.bz2 gentoo-9cbface1e252b19ae2c58e93928131582683ea9f.zip |
dev-python/lz4: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lz4')
-rw-r--r-- | dev-python/lz4/Manifest | 1 | ||||
-rw-r--r-- | dev-python/lz4/lz4-3.0.2.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/lz4/Manifest b/dev-python/lz4/Manifest index 74fd56f30dfc..27c5efa22fce 100644 --- a/dev-python/lz4/Manifest +++ b/dev-python/lz4/Manifest @@ -1,2 +1 @@ -DIST lz4-3.0.2.tar.gz 152443 BLAKE2B 3bf452b5b5ee65caed13b21fd7c39f32ccdea18e6d900facf74e3271868299a2da258b2b0058efaea12a3b42006f0ad0d17004692c95be951c173fee1a1162be SHA512 c31116ee3cd70241b19bff6c59d1852d4c26ad5f0c9a56cd2ecec58e8c2751773162c7ac6a2d887e8cf537bc869ed8866929164f976849efa3ea041eacc4535a DIST lz4-3.1.1.tar.gz 154325 BLAKE2B 2d40728087aea735aeac4d39c415edf94f9aca83c77e4a36fe53f6f32f6c1595c0b1ad97c11f6e58cacafb95e0e12d29336d9f072d4f0d47f2d522f552a368bf SHA512 b6ddcabcb323b88eeff1fa9cb91d379d6435ab51b2b51e080138892fbce57d92c8175e2ae1ef72e8a2f95429aaa4be66a5e8cd9d4dbc5bcd6b44ec26b7df96db diff --git a/dev-python/lz4/lz4-3.0.2.ebuild b/dev-python/lz4/lz4-3.0.2.ebuild deleted file mode 100644 index 81d3c0303da7..000000000000 --- a/dev-python/lz4/lz4-3.0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,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 |