From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_metadata/
Date: Sun, 5 Sep 2021 06:05:11 +0000 (UTC) [thread overview]
Message-ID: <1630821908.d30f785038817a7668ad3fc787ce8c0398ad6e22.mgorny@gentoo> (raw)
commit: d30f785038817a7668ad3fc787ce8c0398ad6e22
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 4 22:10:46 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 5 06:05:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d30f7850
dev-python/importlib_metadata: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/importlib_metadata/Manifest | 3 --
.../importlib_metadata-4.6.3.ebuild | 42 ----------------------
.../importlib_metadata-4.7.1.ebuild | 42 ----------------------
.../importlib_metadata-4.8.0.ebuild | 42 ----------------------
4 files changed, 129 deletions(-)
diff --git a/dev-python/importlib_metadata/Manifest b/dev-python/importlib_metadata/Manifest
index 7662ed652a5..506dd399c99 100644
--- a/dev-python/importlib_metadata/Manifest
+++ b/dev-python/importlib_metadata/Manifest
@@ -1,6 +1,3 @@
DIST importlib_metadata-4.6.1.tar.gz 39801 BLAKE2B 89a792eee17f31a86c27820a0b3972cd8f6a06314763930ccdf0cfce31435f8074e6f8f27050d1618713ee6d517f0cd8dfba6a86b1e8917af2769ae22ac40cf5 SHA512 2a0bcef3d49de00a1013eac48f1ce020cb89ab895f5e4a1673b46a1ad8f84515148eff33608847331de8ee05d7e10040e128b2c887065d3ca16d0bd338c761c0
-DIST importlib_metadata-4.6.3.tar.gz 39852 BLAKE2B a6ab735a8471cddbdd1cefcbbabb29664a8dc96c4163a361422066081f00ffb627612a4b7522cd636de9cb030d0add61dcbb38d085dc759f810239017bb5f681 SHA512 b34b3384bfa1043a1b366505c43fb8a8f0a3a055637cd745009095026dc8a1424c1065fbff5a9170523a3b9b0a48951b615dc64b7bf096bbc2c40261fa200e60
DIST importlib_metadata-4.6.4.tar.gz 39881 BLAKE2B b7ae57ee18506807a4a0c03d657408047548535e5b6be5f654ba70eb34a1f92701a063a39f4bbc4c67fee3afbda5bb76e87caf588c2915416113547edbdab57a SHA512 20aad4adbea8bc417a77cd67a6e22e690e95913ee34822d79e4bb0472f396ece2137ab4cabc455a8154251fe563ed7f56a68bdb7b08a91c8a32f735608cb4a7c
-DIST importlib_metadata-4.7.1.tar.gz 41556 BLAKE2B 8b42ca10b6b5861ce3ac26afab74b16f0a23674a3e8a3cd1ea899082ca4ff172d32274d5fded7682872a116e5f32d511b6dee7d4711b7e53368a96f3824ac755 SHA512 dd99f27b0456d8a35ac02c0bba81e72c81ff8c37827c935b8eac32e125380421bf78a5ba9078ca5b0aa09412251c27301ba2d459d44fe644761e77dd10767940
-DIST importlib_metadata-4.8.0.tar.gz 41556 BLAKE2B 230bb197342d00427b1284f776c2e3f5191074b8d0bf67d986ab227207f1e971a6d19fda4a81fd4406f4c80926e7815c410d7d4d327fc87861dafe05fec58c88 SHA512 2c20bbd33334e62f2b20c9e743b901c857764ae003c5f6d42d19970d3940f8b6b1a033b9581c175605b4851571211a8c718a6893a355f92d73a76844875b5c74
DIST importlib_metadata-4.8.1.tar.gz 41779 BLAKE2B c6aab81784f45770eef3be14257a30111d30fa8f6c1f7d30722ca93bd4d548b826fc4a4ea54eb627d55d5ff3b539d96d3c0968ac3edf5e4dad013ef83d271618 SHA512 ad9ab435d4a49a12c9440d1d53cfc835fd889fee032db6ad1dded59b6e453f26ef97bca303e22d945124295ec7c50fa55837a13e7790dea01562a1724571f9fe
diff --git a/dev-python/importlib_metadata/importlib_metadata-4.6.3.ebuild b/dev-python/importlib_metadata/importlib_metadata-4.6.3.ebuild
deleted file mode 100644
index 2c120eefe43..00000000000
--- a/dev-python/importlib_metadata/importlib_metadata-4.6.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# NB: this package extends beyond built-in importlib stuff in py3.8+
-# new entry_point API not yet included in cpython release
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Read metadata from Python packages"
-HOMEPAGE="https://github.com/python/importlib_metadata"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
- $(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' pypy3)
- dev-python/zipp[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/pyfakefs[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/importlib_resources[${PYTHON_USEDEP}]
- ' pypy3 python3_8)
- )
-"
-
-distutils_enable_sphinx docs dev-python/jaraco-packaging dev-python/rst-linker
-distutils_enable_tests unittest
-
-python_prepare_all() {
- # Skip a test that requires pep517 which is not in the tree
- sed -e 's:test_find_local:_&:' -i tests/test_integration.py || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/importlib_metadata/importlib_metadata-4.7.1.ebuild b/dev-python/importlib_metadata/importlib_metadata-4.7.1.ebuild
deleted file mode 100644
index 2c120eefe43..00000000000
--- a/dev-python/importlib_metadata/importlib_metadata-4.7.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# NB: this package extends beyond built-in importlib stuff in py3.8+
-# new entry_point API not yet included in cpython release
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Read metadata from Python packages"
-HOMEPAGE="https://github.com/python/importlib_metadata"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
- $(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' pypy3)
- dev-python/zipp[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/pyfakefs[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/importlib_resources[${PYTHON_USEDEP}]
- ' pypy3 python3_8)
- )
-"
-
-distutils_enable_sphinx docs dev-python/jaraco-packaging dev-python/rst-linker
-distutils_enable_tests unittest
-
-python_prepare_all() {
- # Skip a test that requires pep517 which is not in the tree
- sed -e 's:test_find_local:_&:' -i tests/test_integration.py || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/importlib_metadata/importlib_metadata-4.8.0.ebuild b/dev-python/importlib_metadata/importlib_metadata-4.8.0.ebuild
deleted file mode 100644
index 2c120eefe43..00000000000
--- a/dev-python/importlib_metadata/importlib_metadata-4.8.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# NB: this package extends beyond built-in importlib stuff in py3.8+
-# new entry_point API not yet included in cpython release
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Read metadata from Python packages"
-HOMEPAGE="https://github.com/python/importlib_metadata"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
- $(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' pypy3)
- dev-python/zipp[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/pyfakefs[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/importlib_resources[${PYTHON_USEDEP}]
- ' pypy3 python3_8)
- )
-"
-
-distutils_enable_sphinx docs dev-python/jaraco-packaging dev-python/rst-linker
-distutils_enable_tests unittest
-
-python_prepare_all() {
- # Skip a test that requires pep517 which is not in the tree
- sed -e 's:test_find_local:_&:' -i tests/test_integration.py || die
-
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2021-09-05 6:05 UTC|newest]
Thread overview: 201+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-05 6:05 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-19 15:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_metadata/ Michał Górny
2023-04-19 6:34 Michał Górny
2023-04-15 19:39 Michał Górny
2023-04-11 20:59 Louis Sautier
2023-04-10 6:07 Michał Górny
2023-04-10 5:30 Michał Górny
2023-04-10 5:30 Michał Górny
2023-04-10 5:21 Sam James
2023-04-08 5:13 Michał Górny
2023-04-01 17:43 Michał Górny
2023-03-19 4:13 Michał Górny
2023-03-19 4:13 Michał Górny
2023-02-03 12:32 Michał Górny
2023-02-03 12:04 Arthur Zamarin
2023-01-02 14:54 Michał Górny
2022-12-25 17:33 Michał Górny
2022-12-19 6:46 Michał Górny
2022-11-25 13:53 Arthur Zamarin
2022-11-25 5:14 Michał Górny
2022-11-03 19:41 Arthur Zamarin
2022-11-03 19:34 Arthur Zamarin
2022-10-02 18:54 Arthur Zamarin
2022-07-29 12:49 Michał Górny
2022-07-29 11:43 Arthur Zamarin
2022-06-26 4:49 Michał Górny
2022-06-24 11:33 Arthur Zamarin
2022-06-24 11:32 Arthur Zamarin
2022-06-02 8:32 Michał Górny
2022-05-24 6:16 Michał Górny
2022-05-22 5:53 Michał Górny
2022-04-19 16:03 Michał Górny
2022-04-19 13:46 Jakov Smolić
2022-03-27 9:50 Fabian Groffen
2022-03-15 14:10 Michał Górny
2022-03-15 11:36 Jakov Smolić
2022-03-14 17:04 Michał Górny
2022-03-04 7:18 Michał Górny
2022-02-28 8:28 Michał Górny
2022-02-15 9:05 Michał Górny
2022-02-11 9:42 Michał Górny
2022-02-07 21:15 James Le Cuirot
2022-01-18 17:50 Michał Górny
2022-01-18 12:24 Sam James
2022-01-17 9:21 Michał Górny
2021-12-20 8:40 Michał Górny
2021-12-16 21:05 Michał Górny
2021-12-09 22:39 Michał Górny
2021-12-09 21:24 Sam James
2021-11-09 14:01 Michał Górny
2021-11-09 10:23 Michał Górny
2021-10-03 19:24 Michał Górny
2021-10-03 18:48 Sam James
2021-09-05 6:35 Michał Górny
2021-09-05 6:02 Sam James
2021-08-29 21:50 Michał Górny
2021-08-29 6:57 Michał Górny
2021-08-27 7:28 Michał Górny
2021-08-14 8:03 Michał Górny
2021-08-07 14:52 Michał Górny
2021-08-07 14:43 Sam James
2021-08-01 12:25 Michał Górny
2021-07-12 22:53 Michał Górny
2021-07-12 21:50 Sam James
2021-07-05 6:07 Michał Górny
2021-06-27 14:20 Michał Górny
2021-06-24 8:00 Michał Górny
2021-06-24 4:26 Agostino Sarubbo
2021-06-04 7:15 Michał Górny
2021-06-02 16:12 Michał Górny
2021-05-31 19:11 Michał Górny
2021-05-29 8:06 Michał Górny
2021-05-27 23:18 Michał Górny
2021-05-27 23:18 Michał Górny
2021-05-26 20:39 Michał Górny
2021-05-24 21:20 Joshua Kinard
2021-05-17 17:59 Georgy Yakovlev
2021-05-06 11:03 Michał Górny
2021-05-06 9:57 Sam James
2021-04-21 6:40 Michał Górny
2021-04-19 7:23 Michał Górny
2021-04-18 16:18 Michał Górny
2021-04-18 7:05 Michał Górny
2021-04-18 1:41 Sam James
2021-04-13 9:05 Michał Górny
2021-04-09 22:25 Michał Górny
2021-04-09 22:17 Sam James
2021-03-30 11:10 Michał Górny
2021-03-30 9:27 Sam James
2021-03-30 7:17 Michał Górny
2021-03-29 8:37 Louis Sautier
2021-03-29 8:37 Louis Sautier
2021-03-29 7:46 Michał Górny
2021-03-28 9:48 Michał Górny
2021-03-27 7:49 Michał Górny
2021-03-14 22:10 Michał Górny
2021-03-08 7:25 Michał Górny
2021-03-07 23:03 Michał Górny
2021-03-06 16:38 Michał Górny
2021-03-02 8:25 Michał Górny
2021-03-02 1:34 Sam James
2021-02-24 21:43 Michał Górny
2021-02-24 7:59 Michał Górny
2021-02-23 18:43 Michał Górny
2021-01-13 20:16 Michał Górny
2021-01-13 19:06 Sam James
2021-01-11 9:21 Michał Górny
2021-01-05 21:27 Michał Górny
2021-01-05 21:03 Sam James
2020-12-25 23:35 Michał Górny
2020-12-25 23:00 Sam James
2020-12-14 8:21 Michał Górny
2020-12-13 20:24 Louis Sautier
2020-12-02 12:02 Louis Sautier
2020-12-02 12:02 Louis Sautier
2020-11-28 8:32 Sam James
2020-11-24 22:19 Louis Sautier
2020-11-24 0:05 Louis Sautier
2020-11-24 0:05 Louis Sautier
2020-10-25 21:48 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-09-23 12:13 Louis Sautier
2020-09-23 7:29 Michał Górny
2020-09-20 15:38 Michał Górny
2020-08-18 15:39 Sam James
2020-07-23 10:00 Michał Górny
2020-07-23 8:56 Sergei Trofimovich
2020-07-17 0:35 Sam James
2020-07-12 2:45 Sam James
2020-07-09 10:39 Michał Górny
2020-07-09 10:39 Michał Górny
2020-07-09 8:41 Agostino Sarubbo
2020-07-09 8:27 Agostino Sarubbo
2020-07-03 9:58 Michał Górny
2020-06-28 12:00 Michał Górny
2020-06-26 21:16 Mart Raudsepp
2020-06-06 8:38 Michał Górny
2020-05-30 7:27 Michał Górny
2020-05-30 7:27 Michał Górny
2020-05-01 8:40 Mart Raudsepp
2020-04-13 21:50 Sergei Trofimovich
2020-04-09 2:07 Patrick McLean
2020-03-27 11:19 Louis Sautier
2020-03-27 11:19 Louis Sautier
2020-03-26 14:40 Louis Sautier
2020-03-21 9:24 Mart Raudsepp
2020-03-03 7:22 Matt Turner
2020-02-23 8:54 Sergei Trofimovich
2020-02-23 8:54 Sergei Trofimovich
2020-02-12 18:21 Agostino Sarubbo
2020-02-06 8:34 Sergei Trofimovich
2020-01-31 22:17 Sergei Trofimovich
2020-01-30 12:31 Agostino Sarubbo
2020-01-30 12:11 Agostino Sarubbo
2020-01-30 11:05 Agostino Sarubbo
2020-01-30 11:00 Agostino Sarubbo
2020-01-30 10:17 Agostino Sarubbo
2020-01-30 7:28 Sergei Trofimovich
2020-01-29 10:17 Agostino Sarubbo
2020-01-29 6:44 Michał Górny
2020-01-29 6:44 Michał Górny
2020-01-11 1:08 Louis Sautier
2020-01-11 1:08 Louis Sautier
2019-12-30 10:15 Sergei Trofimovich
2019-12-24 14:21 Mikle Kolyada
2019-12-16 7:54 Agostino Sarubbo
2019-12-16 7:54 Agostino Sarubbo
2019-12-16 7:53 Agostino Sarubbo
2019-12-16 7:52 Agostino Sarubbo
2019-12-16 7:51 Agostino Sarubbo
2019-12-16 7:49 Agostino Sarubbo
2019-12-11 9:12 Michał Górny
2019-12-05 7:12 Michał Górny
2019-12-05 7:12 Michał Górny
2019-12-02 8:31 Michał Górny
2019-12-02 8:31 Michał Górny
2019-12-02 2:48 Aaron Bauman
2019-12-01 5:29 Michał Górny
2019-11-25 12:35 Michał Górny
2019-11-25 8:32 Patrick McLean
2019-11-21 2:35 Patrick McLean
2019-09-17 9:59 Louis Sautier
2019-09-17 9:59 Louis Sautier
2019-09-11 21:03 Louis Sautier
2019-09-11 21:03 Louis Sautier
2019-09-10 16:01 Louis Sautier
2019-09-10 16:01 Louis Sautier
2019-09-02 14:47 Louis Sautier
2019-09-02 14:47 Louis Sautier
2019-08-10 9:08 Sergei Trofimovich
2019-08-02 8:36 Mikle Kolyada
2019-08-02 8:36 Mikle Kolyada
2019-08-02 8:36 Mikle Kolyada
2019-08-02 8:36 Mikle Kolyada
2019-08-01 6:34 Sergei Trofimovich
2019-08-01 6:28 Sergei Trofimovich
2019-07-31 17:44 Sergei Trofimovich
2019-07-29 22:50 Aaron Bauman
2019-07-29 13:02 Louis Sautier
2019-07-29 1:07 Georgy Yakovlev
2019-07-13 1:09 Louis Sautier
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=1630821908.d30f785038817a7668ad3fc787ce8c0398ad6e22.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