From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pluggy/
Date: Fri, 15 Nov 2019 12:13:46 +0000 (UTC) [thread overview]
Message-ID: <1573820020.f99e7f4e4618ea8867b971aff84a59999429c10f.mgorny@gentoo> (raw)
commit: f99e7f4e4618ea8867b971aff84a59999429c10f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 11:39:11 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 12:13:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99e7f4e
dev-python/pluggy: Remove 0.6.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pluggy/Manifest | 1 -
dev-python/pluggy/pluggy-0.6.0.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/dev-python/pluggy/Manifest b/dev-python/pluggy/Manifest
index 6482a70baea..52f78e4d78a 100644
--- a/dev-python/pluggy/Manifest
+++ b/dev-python/pluggy/Manifest
@@ -2,5 +2,4 @@ DIST pluggy-0.11.0.tar.gz 56897 BLAKE2B 2d40ca953fa0ead7516dd81007ef6f1f88b0ebe4
DIST pluggy-0.12.0.tar.gz 57658 BLAKE2B 53c35f16fa73ffd115c7988032593e925e538f1a49a36a0db4db406b013f6f68f293ebbe3673243748d5707e72520192775e59cb8e1bbe4f9a448a5f3ba64651 SHA512 a3a64caefc797334b73b0614e467613b99909037a62dcbfbb0cf917788ee8d12af4f43d7c371634ac6eb6f32a5aa08e51aa8179e70b5998d4d055cd7f535129f
DIST pluggy-0.13.0.tar.gz 57726 BLAKE2B bbf473271c1ea6520d71a6dbbf145a2c3b1a2f2a58e4427b0584f5cb9e3cafc7dba9fcc3c8480211ca0c9ddc721288e49bfbf57bcae1320c667b7c7324cdddea SHA512 82cf7d8aa4a0e09f8ba5048cd7ce038f34ca1453fe0c5a7926a2113e64528d0861955f8544035b4ffd61f0227e3d30d8d4180a05bf80e0de4809546e990bd4c7
DIST pluggy-0.5.2.tar.gz 18935 BLAKE2B 8e5bbab9ed0c78a0c6da076ad03618e66780f9ff209f4d08223e7a381eb4d7573727793f4543799e0e557991d4edcdbfd22c0565b69814379806912a4631abf3 SHA512 850b1a7b9e55d46d5deb16b8bc71e3f9d6c26b78fe34379b295a9780f3da8abb3c44f524f175d0392b61fc2d36d66d156db3f499a3c1666e2ff3e3c6344153cb
-DIST pluggy-0.6.0.tar.gz 19678 BLAKE2B 79db59c5f0ce0dd157630d039ec50643f615789b6b993d84e9ab1bdc9ce04b32df336d88df13f13a16a1f0bd4acb7b900208e98c84f007bdc3654f9a1d5f19a2 SHA512 dd58dabe2e65eee64d62c8748c2bbd99457288e99b819eb12312f2acdb0740ac46fd08f83522bc992297b9f14eec14c216c2c9688580f68393bf6fc609e65812
DIST pluggy-0.7.1.tar.gz 47784 BLAKE2B 49eb28779717ead8963e14101cdfb830feeecff756a59f080e79e70465d48dbbc6e6100305e8b32031cefb0ba06bb10494f29bc8ddd38d4296016ecebaafccc1 SHA512 e19f6c1b3f2e711df1c8b075a2b802751afd218f1b692f08b2434c01d71c402331ff8c937550fbdfece2098f6d6856422d485f193e188916b365ded2e4087697
diff --git a/dev-python/pluggy/pluggy-0.6.0.ebuild b/dev-python/pluggy/pluggy-0.6.0.ebuild
deleted file mode 100644
index 63f1dd813ea..00000000000
--- a/dev-python/pluggy/pluggy-0.6.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="plugin and hook calling mechanisms for python"
-HOMEPAGE="https://pluggy.readthedocs.io/ https://github.com/pytest-dev/pluggy https://pypi.org/project/pluggy/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- py.test -v || die "tests failed with ${EPYTHON}"
-}
next reply other threads:[~2019-11-15 12:13 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-15 12:13 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-15 7:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/pluggy/ Michał Górny
2024-10-14 12:42 Michał Górny
2024-05-08 18:31 Michał Górny
2024-05-08 8:15 Michał Górny
2024-05-08 7:50 Michał Górny
2024-04-21 2:35 Michał Górny
2024-02-08 14:48 Michał Górny
2024-01-24 18:56 Michał Górny
2023-09-30 6:46 Michał Górny
2023-09-30 5:52 Arthur Zamarin
2023-08-27 15:59 Michał Górny
2023-07-24 11:06 Michał Górny
2023-07-24 10:05 Jakov Smolić
2023-06-21 15:01 Michał Górny
2023-06-20 5:38 Michał Górny
2023-05-03 10:47 Fabian Groffen
2022-06-10 4:15 Michał Górny
2022-06-10 3:09 Sam James
2022-05-09 20:38 Michał Górny
2022-05-09 15:01 Michał Górny
2022-04-14 18:41 Fabian Groffen
2021-11-09 14:01 Michał Górny
2021-11-09 10:38 Michał Górny
2021-10-16 22:23 Sam James
2021-10-16 22:22 Sam James
2021-10-16 22:00 Sam James
2021-10-10 15:35 Agostino Sarubbo
2021-10-06 23:06 Sam James
2021-10-06 23:06 Sam James
2021-10-04 0:47 Sam James
2021-10-03 18:51 Sam James
2021-10-03 18:51 Sam James
2021-08-26 7:09 Michał Górny
2021-08-21 22:15 James Le Cuirot
2021-05-05 17:05 Michał Górny
2020-11-28 7:47 Sam James
2020-10-16 4:48 Joshua Kinard
2020-07-11 22:28 Sam James
2020-05-25 16:16 Michał Górny
2020-04-26 19:02 Matt Turner
2020-04-08 20:53 Sergei Trofimovich
2020-04-04 10:52 Sergei Trofimovich
2020-03-31 17:54 Mart Raudsepp
2020-03-29 14:35 Sergei Trofimovich
2020-03-28 11:59 Michał Górny
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 13:12 Agostino Sarubbo
2020-03-14 18:09 Mikle Kolyada
2020-03-03 7:22 Matt Turner
2020-02-06 9:02 Sergei Trofimovich
2020-02-05 19:26 Sergei Trofimovich
2020-02-03 12:39 Agostino Sarubbo
2020-01-31 22:17 Sergei Trofimovich
2020-01-30 12:55 Agostino Sarubbo
2020-01-30 10:10 Agostino Sarubbo
2020-01-07 19:22 Sergei Trofimovich
2020-01-03 12:40 Agostino Sarubbo
2019-12-24 14:15 Mikle Kolyada
2019-12-20 12:51 Agostino Sarubbo
2019-12-20 12:30 Agostino Sarubbo
2019-12-20 12:13 Agostino Sarubbo
2019-12-17 7:27 Sergei Trofimovich
2019-12-17 1:25 Aaron Bauman
2019-11-22 7:04 Michał Górny
2019-11-19 18:36 Matthew Thode
2019-11-16 11:02 Michał Górny
2019-11-15 12:13 Michał Górny
2019-11-15 12:13 Michał Górny
2019-05-11 16:02 Virgil Dupras
2019-04-17 3:38 Aaron Bauman
2019-04-08 22:07 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 2:10 Matt Turner
2019-03-02 20:49 Thomas Deutschmann
2019-03-02 18:31 Mikle Kolyada
2019-03-01 16:20 Virgil Dupras
2019-02-22 20:17 Sergei Trofimovich
2019-02-21 20:28 Markus Meier
2019-02-07 12:31 Tobias Klausmann
2019-01-27 19:47 Virgil Dupras
2018-11-19 21:15 Fabian Groffen
2018-09-11 17:29 Virgil Dupras
2018-09-10 18:35 Virgil Dupras
2018-06-08 9:59 Mikle Kolyada
2018-03-11 20:40 Matt Turner
2018-02-24 3:21 Thomas Deutschmann
2018-02-21 20:18 Michał Górny
2017-12-16 21:49 Mike Gilbert
2017-11-11 14:57 Sergei Trofimovich
2017-09-16 5:40 Tim Harder
2017-09-16 5:40 Tim Harder
2017-07-29 20:38 Matt Thode
2017-07-11 20:33 Sebastien Fabbro
2017-06-21 10:27 Alexis Ballier
2017-02-23 6:22 Tim Harder
2017-02-23 5:50 Tim Harder
2017-01-21 18:54 Agostino Sarubbo
2016-10-26 23:05 Tim Harder
2016-02-01 15:44 Justin Lecher
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=1573820020.f99e7f4e4618ea8867b971aff84a59999429c10f.mgorny@gentoo \
--to=mgorny@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