Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lz4/
Date: Fri, 05 Jan 2018 09:36:55
Message-Id: 1515144996.28d5e70da16a30010561c78082ba3243cdc7c7c3.mgorny@gentoo
1 commit: 28d5e70da16a30010561c78082ba3243cdc7c7c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 23:30:57 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 09:36:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d5e70d
7
8 dev-python/lz4: Clean old up
9
10 dev-python/lz4/Manifest | 2 --
11 dev-python/lz4/lz4-0.10.0.ebuild | 24 ------------------------
12 dev-python/lz4/lz4-0.9.0.ebuild | 24 ------------------------
13 3 files changed, 50 deletions(-)
14
15 diff --git a/dev-python/lz4/Manifest b/dev-python/lz4/Manifest
16 index eb4a0610dd9..1879b1d6495 100644
17 --- a/dev-python/lz4/Manifest
18 +++ b/dev-python/lz4/Manifest
19 @@ -1,4 +1,2 @@
20 -DIST lz4-0.10.0.tar.gz 91852 BLAKE2B 0817c76e4e7936b61083b5912e1f29380797e0ad985c6df7f7697f757e43d3c7a95852b595f30475c68223e237522c88b097f9a35fc3d0b8984bfe869430cf66 SHA512 5a998eb2a541e7a6b8ff7a2d8c1fc0e6d30cddb35ec2b400f60726a6c9d996e2488c738dd841c16069a13d3eaadad3479ca173cd8c863c7e73cd5a26d77ef658
21 DIST lz4-0.10.1.tar.gz 92068 BLAKE2B e581540036d1008c5efa008a1b980c1bd612bab94635b7a506e230921bd17c534fb99272e3ea09bc5be4faf09e0a8f701224c433df1615b4e708d620a23e1149 SHA512 538880742257e08b027c45c33aa29e12d7303826f63817d1f6d316ea9b69dfb20710a4f573499ce141cffd12fbac701305405521cb815e2329333934e7e1f2c9
22 DIST lz4-0.8.2.tar.gz 30818 BLAKE2B ec51d733ebd33fcb00d3d3b634d11be39d92b14741a595139e23b5b067955a43ca325a0a655233a5ae3a62e18a1cf70cc21787d443703fc1a56ab7a765d5e2f4 SHA512 e516d5c3309f214fa422b040a0aacdda079395624dd4f5548ed7af637b1594012aac75b309cef260b41c10a623410f815fc089b54ca5d80955d5f2ead12841b1
23 -DIST lz4-0.9.0.tar.gz 86939 BLAKE2B f05201273c89bc844199d54f1f05dea87aee211273b16dbaf612abc941b557f83b2cc25b492c502ae65364df59105a439891f75f9786b96665e0453e6efc373e SHA512 744d1759e3aecdd75c1045594f05ca8d7b849c737315d5115d7e84e6a8fbe8463bde301466686245662d71f916aed691a6628b8cf5af9c1c1ad2a0352e11947d
24
25 diff --git a/dev-python/lz4/lz4-0.10.0.ebuild b/dev-python/lz4/lz4-0.10.0.ebuild
26 deleted file mode 100644
27 index 3e2cd6e23b1..00000000000
28 --- a/dev-python/lz4/lz4-0.10.0.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="LZ4 Bindings for Python"
41 -HOMEPAGE="https://pypi.python.org/pypi/lz4 https://github.com/python-lz4/python-lz4"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -SLOT="0"
45 -LICENSE="BSD"
46 -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
47 -IUSE="test"
48 -
49 -DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
50 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
51 -
52 -python_test() {
53 - nosetests || die
54 -}
55
56 diff --git a/dev-python/lz4/lz4-0.9.0.ebuild b/dev-python/lz4/lz4-0.9.0.ebuild
57 deleted file mode 100644
58 index 3e2cd6e23b1..00000000000
59 --- a/dev-python/lz4/lz4-0.9.0.ebuild
60 +++ /dev/null
61 @@ -1,24 +0,0 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=6
66 -
67 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
68 -
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="LZ4 Bindings for Python"
72 -HOMEPAGE="https://pypi.python.org/pypi/lz4 https://github.com/python-lz4/python-lz4"
73 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
74 -
75 -SLOT="0"
76 -LICENSE="BSD"
77 -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
78 -IUSE="test"
79 -
80 -DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
81 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
82 -
83 -python_test() {
84 - nosetests || die
85 -}