summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-05 00:30:57 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-05 10:36:36 +0100
commit28d5e70da16a30010561c78082ba3243cdc7c7c3 (patch)
tree8625c636ed5ee5e8369a995b79a60b69c05f0dbe /dev-python/lz4
parentdev-python/lxml: Clean old up (diff)
downloadgentoo-28d5e70da16a30010561c78082ba3243cdc7c7c3.tar.gz
gentoo-28d5e70da16a30010561c78082ba3243cdc7c7c3.tar.bz2
gentoo-28d5e70da16a30010561c78082ba3243cdc7c7c3.zip
dev-python/lz4: Clean old up
Diffstat (limited to 'dev-python/lz4')
-rw-r--r--dev-python/lz4/Manifest2
-rw-r--r--dev-python/lz4/lz4-0.10.0.ebuild24
-rw-r--r--dev-python/lz4/lz4-0.9.0.ebuild24
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/lz4/Manifest b/dev-python/lz4/Manifest
index eb4a0610dd93..1879b1d64955 100644
--- a/dev-python/lz4/Manifest
+++ b/dev-python/lz4/Manifest
@@ -1,4 +1,2 @@
-DIST lz4-0.10.0.tar.gz 91852 BLAKE2B 0817c76e4e7936b61083b5912e1f29380797e0ad985c6df7f7697f757e43d3c7a95852b595f30475c68223e237522c88b097f9a35fc3d0b8984bfe869430cf66 SHA512 5a998eb2a541e7a6b8ff7a2d8c1fc0e6d30cddb35ec2b400f60726a6c9d996e2488c738dd841c16069a13d3eaadad3479ca173cd8c863c7e73cd5a26d77ef658
DIST lz4-0.10.1.tar.gz 92068 BLAKE2B e581540036d1008c5efa008a1b980c1bd612bab94635b7a506e230921bd17c534fb99272e3ea09bc5be4faf09e0a8f701224c433df1615b4e708d620a23e1149 SHA512 538880742257e08b027c45c33aa29e12d7303826f63817d1f6d316ea9b69dfb20710a4f573499ce141cffd12fbac701305405521cb815e2329333934e7e1f2c9
DIST lz4-0.8.2.tar.gz 30818 BLAKE2B ec51d733ebd33fcb00d3d3b634d11be39d92b14741a595139e23b5b067955a43ca325a0a655233a5ae3a62e18a1cf70cc21787d443703fc1a56ab7a765d5e2f4 SHA512 e516d5c3309f214fa422b040a0aacdda079395624dd4f5548ed7af637b1594012aac75b309cef260b41c10a623410f815fc089b54ca5d80955d5f2ead12841b1
-DIST lz4-0.9.0.tar.gz 86939 BLAKE2B f05201273c89bc844199d54f1f05dea87aee211273b16dbaf612abc941b557f83b2cc25b492c502ae65364df59105a439891f75f9786b96665e0453e6efc373e SHA512 744d1759e3aecdd75c1045594f05ca8d7b849c737315d5115d7e84e6a8fbe8463bde301466686245662d71f916aed691a6628b8cf5af9c1c1ad2a0352e11947d
diff --git a/dev-python/lz4/lz4-0.10.0.ebuild b/dev-python/lz4/lz4-0.10.0.ebuild
deleted file mode 100644
index 3e2cd6e23b11..000000000000
--- a/dev-python/lz4/lz4-0.10.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="LZ4 Bindings for Python"
-HOMEPAGE="https://pypi.python.org/pypi/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 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
- nosetests || die
-}
diff --git a/dev-python/lz4/lz4-0.9.0.ebuild b/dev-python/lz4/lz4-0.9.0.ebuild
deleted file mode 100644
index 3e2cd6e23b11..000000000000
--- a/dev-python/lz4/lz4-0.9.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="LZ4 Bindings for Python"
-HOMEPAGE="https://pypi.python.org/pypi/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 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
- nosetests || die
-}