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/zict/
Date: Sun, 29 Mar 2020 12:22:13
Message-Id: 1585483953.8b49fc33a77b81cab300636de2dddf1e7312a38e.mgorny@gentoo
1 commit: 8b49fc33a77b81cab300636de2dddf1e7312a38e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 12:12:33 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 12:12:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b49fc33
7
8 dev-python/zict: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/zict/Manifest | 2 --
13 dev-python/zict/zict-0.1.2.ebuild | 32 --------------------------------
14 dev-python/zict/zict-0.1.3.ebuild | 30 ------------------------------
15 3 files changed, 64 deletions(-)
16
17 diff --git a/dev-python/zict/Manifest b/dev-python/zict/Manifest
18 index 5160f2f891d..0d839674f03 100644
19 --- a/dev-python/zict/Manifest
20 +++ b/dev-python/zict/Manifest
21 @@ -1,3 +1 @@
22 -DIST zict-0.1.2.tar.gz 10839 BLAKE2B 6256e6202f6cca1db025d21c42b98163ad897ceda6a1b878e75165b358ec0a4b9150f04ecdc05f5408dd74c97212b8301d1f45d91f92dad138789570ffcfa562 SHA512 13fc6647bc1506bc5e8f69d39a07851a06634949ce917f294762ff3143c8a539117f8731b103df2663708fa1e8c968359985d9c4273aa952f500a89019c176e3
23 -DIST zict-0.1.3.tar.gz 11199 BLAKE2B f91c51888816b3b3693ee272379e36c58141afeba14cf25eff9e1416cd59900ca9ab146d7fe806a22939e97dfb3f1657e443eb1420f4d5170a3723df32c3d73b SHA512 2051ff589f9dfc822ceb6a0adebb62e7b782bd426be5035163e78031814927dca221bfcc27ce47fb3d0287b1ec7e1ff120ccebf150e447df213aaa2136f744a4
24 DIST zict-0.1.4.tar.gz 11335 BLAKE2B 30a70f04328762687ea9e6805e540469c26a85898278f2d83e1004d2663cd728a03df68e4900cf22b9d3b3ec6efc44a0fae3e5e0ff631a8bb8cc1d8ac510b8ee SHA512 3381c7fd64a99145f80800772dde381ae16225209aa9300f9d1a2c36b5ac1c4281d4068202e607985666ad44cce7d18317d4d8ca4d3ea4f9a227d4f4180e015c
25
26 diff --git a/dev-python/zict/zict-0.1.2.ebuild b/dev-python/zict/zict-0.1.2.ebuild
27 deleted file mode 100644
28 index 85e4db0c5b5..00000000000
29 --- a/dev-python/zict/zict-0.1.2.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python3_6 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Mutable mapping tools"
42 -HOMEPAGE="https://github.com/dask/zict/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
48 -IUSE="test"
49 -RESTRICT="!test? ( test )"
50 -
51 -RDEPEND="dev-python/HeapDict[${PYTHON_USEDEP}]"
52 -DEPEND="
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 - test? (
55 - dev-python/HeapDict[${PYTHON_USEDEP}]
56 - dev-python/lmdb[${PYTHON_USEDEP}]
57 - dev-python/pytest[${PYTHON_USEDEP}]
58 - )
59 -"
60 -
61 -python_test() {
62 - py.test || die
63 -}
64
65 diff --git a/dev-python/zict/zict-0.1.3.ebuild b/dev-python/zict/zict-0.1.3.ebuild
66 deleted file mode 100644
67 index 5fb26c305b9..00000000000
68 --- a/dev-python/zict/zict-0.1.3.ebuild
69 +++ /dev/null
70 @@ -1,30 +0,0 @@
71 -# Copyright 1999-2020 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=7
75 -PYTHON_COMPAT=( python3_{6,7} )
76 -
77 -inherit distutils-r1
78 -
79 -DESCRIPTION="Mutable mapping tools"
80 -HOMEPAGE="https://github.com/dask/zict/"
81 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
82 -
83 -LICENSE="BSD"
84 -SLOT="0"
85 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
86 -IUSE="test"
87 -RESTRICT="!test? ( test )"
88 -
89 -RDEPEND="dev-python/HeapDict[${PYTHON_USEDEP}]"
90 -DEPEND="
91 - dev-python/setuptools[${PYTHON_USEDEP}]
92 - test? (
93 - dev-python/HeapDict[${PYTHON_USEDEP}]
94 - dev-python/lmdb[${PYTHON_USEDEP}]
95 - dev-python/pytest[${PYTHON_USEDEP}]
96 - )"
97 -
98 -python_test() {
99 - py.test || die
100 -}