From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scandir/
Date: Wed, 10 Oct 2018 06:40:59 +0000 (UTC) [thread overview]
Message-ID: <1539153577.26415c6f85273503ecda283c2ee24e4253b43313.monsieurp@gentoo> (raw)
commit: 26415c6f85273503ecda283c2ee24e4253b43313
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 3 20:30:57 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 10 06:39:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26415c6f
dev-python/scandir: clean up old.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
dev-python/scandir/Manifest | 1 -
dev-python/scandir/scandir-1.6.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-python/scandir/Manifest b/dev-python/scandir/Manifest
index ab5848625e9..2dbde674136 100644
--- a/dev-python/scandir/Manifest
+++ b/dev-python/scandir/Manifest
@@ -1,4 +1,3 @@
-DIST scandir-1.6.tar.gz 29670 BLAKE2B ad8c231783c14246341cd23bd79185ee10894bb29107ba7c0bfdf51982bda99fd8ce45ea52ff42687371d56b3e6d43cf1d6cc65bdaecf43da9059e524a801e6d SHA512 d01e0551696787caded787a430eea787a69a27c725505277420fd607b3fcc892218377bb340651fd906bdeb3a57e99879df3c86aeadd2399fcbe45cb2118b9db
DIST scandir-1.7.tar.gz 32812 BLAKE2B ed80775b5acca85d8829e2fb46df33fdda08d9dad6cc0e175d1270dc51b6eb4d381a5bd813e2dfd2072ac0af0d642d20ae818e569688ffbe5decaf4421f5e979 SHA512 47c6d9642938f374eb03228cdb6c8d77aa2af01a84b7efc518d223851562a615b616e92100bbeb38c4fa7455ef5f7ae4af8d406f5148d1a26a403708b4a27023
DIST scandir-1.8.tar.gz 33065 BLAKE2B 020789b939f347de49dba6eb35cf53733a34b283a4226d91746dca4f26b0fdcbe708cb48a795085c8887921bdad77c3fd054c15dcf83b1f4624ee81f1735f2da SHA512 9c2c578cc736887e7d1ebe51f62569599e386deeac55363a84cd1abe4f73c60a43ae9849b3570ed99079016908ceab5e3755b014256d1cab535c1677255690f3
DIST scandir-1.9.0.tar.gz 33315 BLAKE2B 70c0cb0819f205b3cee37f471f84be2bddb565cd7341e5a28b9f1263f3176450cd5f2edacd63130e4f3f38940d0d3e1a01239f4729ac05e5cf5fd0005e712f8d SHA512 41dacf42734ac9a53bb5bd5d783023236d68bb4883c853fb2ee34224206c577a4a277d4a8cf8f9be6fd5a8b59d9b4fe4568a0c815a62ec84ce99ded933961ec3
diff --git a/dev-python/scandir/scandir-1.6.ebuild b/dev-python/scandir/scandir-1.6.ebuild
deleted file mode 100644
index eee1a9dbdbf..00000000000
--- a/dev-python/scandir/scandir-1.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 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="A better directory iterator and faster os.walk()"
-HOMEPAGE="https://github.com/benhoyt/scandir"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- ${EPYTHON} test/run_tests.py -v || die "tests failed under ${EPYTHON}"
-}
next reply other threads:[~2018-10-10 6:41 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-10 6:40 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-16 20:34 [gentoo-commits] repo/gentoo:master commit in: dev-python/scandir/ Michał Górny
2022-09-16 20:16 Arthur Zamarin
2022-09-16 18:22 Arthur Zamarin
2022-09-11 7:55 Agostino Sarubbo
2022-09-11 7:55 Agostino Sarubbo
2022-09-10 22:57 Jakov Smolić
2022-09-10 22:57 Jakov Smolić
2022-09-10 22:37 Jakov Smolić
2021-06-05 18:14 Michał Górny
2020-11-19 19:52 Michał Górny
2020-09-20 15:47 Michał Górny
2020-03-25 15:27 Agostino Sarubbo
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 13:12 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 12:23 Agostino Sarubbo
2019-08-04 13:44 Alexey Shvetsov
2019-06-01 21:56 Patrice Clement
2019-06-01 21:56 Patrice Clement
2019-04-17 3:38 Aaron Bauman
2019-04-13 21:56 Patrice Clement
2019-04-13 21:56 Patrice Clement
2019-03-31 20:30 Sergei Trofimovich
2019-03-15 10:13 Mikle Kolyada
2019-03-10 21:38 Matt Turner
2019-03-10 21:38 Matt Turner
2019-03-03 8:51 Joshua Kinard
2019-03-03 2:10 Matt Turner
2019-03-02 20:49 Thomas Deutschmann
2019-03-02 18:31 Mikle Kolyada
2019-02-22 20:17 Sergei Trofimovich
2019-02-21 20:28 Markus Meier
2019-02-07 12:31 Tobias Klausmann
2019-01-23 19:29 Sergei Trofimovich
2018-12-22 7:15 Mikle Kolyada
2018-11-19 21:15 Fabian Groffen
2018-10-27 18:46 Sergei Trofimovich
2018-10-17 10:36 Tobias Klausmann
2018-09-14 21:25 Patrice Clement
2018-09-11 19:05 Sergei Trofimovich
2018-08-13 17:46 Patrice Clement
2018-08-05 13:53 Patrice Clement
2018-06-24 14:51 Patrice Clement
2018-05-16 15:58 Andreas Sturmlechner
2018-05-16 12:28 Agostino Sarubbo
2018-04-22 1:35 Thomas Deutschmann
2018-03-21 20:24 Markus Meier
2018-03-12 0:51 Matt Turner
2018-03-08 13:06 Patrice Clement
2018-03-04 22:40 Sergei Trofimovich
2018-02-13 22:03 Matt Thode
2017-10-01 14:14 Patrice Clement
2017-10-01 14:14 Patrice Clement
2017-09-25 13:37 Pacho Ramos
2017-07-25 22:40 Patrice Clement
2017-07-25 22:34 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1539153577.26415c6f85273503ecda283c2ee24e4253b43313.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox