Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scandir/
Date: Sat, 13 Apr 2019 21:56:23
Message-Id: 1555192572.e3b483ec8b36070bc72af6ee83c26c9b312a054b.monsieurp@gentoo
1 commit: e3b483ec8b36070bc72af6ee83c26c9b312a054b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 21:55:55 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 21:56:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b483ec
7
8 dev-python/scandir: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-python/scandir/Manifest | 2 --
14 dev-python/scandir/scandir-1.7.ebuild | 23 -----------------------
15 dev-python/scandir/scandir-1.8.ebuild | 23 -----------------------
16 3 files changed, 48 deletions(-)
17
18 diff --git a/dev-python/scandir/Manifest b/dev-python/scandir/Manifest
19 index ac4ea3373b2..92525081228 100644
20 --- a/dev-python/scandir/Manifest
21 +++ b/dev-python/scandir/Manifest
22 @@ -1,4 +1,2 @@
23 DIST scandir-1.10.0.tar.gz 33311 BLAKE2B 47576618c41a477ff7bab9daecf2e4719ed0c497a25fd68b4bacae073fc418f9fc51503812af726d1d124f07cccfb418ae09c196cf7ce283abf5d3bbc36b7e09 SHA512 42a570320018ffff2172ada67002334446c73c53813b36d63558d3854ded2fac0b266fcaf399cf9a735ceba110636b6901683fb26cde1e286ff476bc37e3d335
24 -DIST scandir-1.7.tar.gz 32812 BLAKE2B ed80775b5acca85d8829e2fb46df33fdda08d9dad6cc0e175d1270dc51b6eb4d381a5bd813e2dfd2072ac0af0d642d20ae818e569688ffbe5decaf4421f5e979 SHA512 47c6d9642938f374eb03228cdb6c8d77aa2af01a84b7efc518d223851562a615b616e92100bbeb38c4fa7455ef5f7ae4af8d406f5148d1a26a403708b4a27023
25 -DIST scandir-1.8.tar.gz 33065 BLAKE2B 020789b939f347de49dba6eb35cf53733a34b283a4226d91746dca4f26b0fdcbe708cb48a795085c8887921bdad77c3fd054c15dcf83b1f4624ee81f1735f2da SHA512 9c2c578cc736887e7d1ebe51f62569599e386deeac55363a84cd1abe4f73c60a43ae9849b3570ed99079016908ceab5e3755b014256d1cab535c1677255690f3
26 DIST scandir-1.9.0.tar.gz 33315 BLAKE2B 70c0cb0819f205b3cee37f471f84be2bddb565cd7341e5a28b9f1263f3176450cd5f2edacd63130e4f3f38940d0d3e1a01239f4729ac05e5cf5fd0005e712f8d SHA512 41dacf42734ac9a53bb5bd5d783023236d68bb4883c853fb2ee34224206c577a4a277d4a8cf8f9be6fd5a8b59d9b4fe4568a0c815a62ec84ce99ded933961ec3
27
28 diff --git a/dev-python/scandir/scandir-1.7.ebuild b/dev-python/scandir/scandir-1.7.ebuild
29 deleted file mode 100644
30 index ca8fa0e8d05..00000000000
31 --- a/dev-python/scandir/scandir-1.7.ebuild
32 +++ /dev/null
33 @@ -1,23 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A better directory iterator and faster os.walk()"
44 -HOMEPAGE="https://github.com/benhoyt/scandir"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
50 -IUSE="test"
51 -
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53 -
54 -python_test() {
55 - ${EPYTHON} test/run_tests.py -v || die "tests failed under ${EPYTHON}"
56 -}
57
58 diff --git a/dev-python/scandir/scandir-1.8.ebuild b/dev-python/scandir/scandir-1.8.ebuild
59 deleted file mode 100644
60 index f355a307197..00000000000
61 --- a/dev-python/scandir/scandir-1.8.ebuild
62 +++ /dev/null
63 @@ -1,23 +0,0 @@
64 -# Copyright 1999-2018 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=6
68 -
69 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
70 -
71 -inherit distutils-r1
72 -
73 -DESCRIPTION="A better directory iterator and faster os.walk()"
74 -HOMEPAGE="https://github.com/benhoyt/scandir"
75 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
76 -
77 -LICENSE="BSD"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
80 -IUSE="test"
81 -
82 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
83 -
84 -python_test() {
85 - ${EPYTHON} test/run_tests.py -v || die "tests failed under ${EPYTHON}"
86 -}