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, 7 Apr 2024 12:03:27 +0000 (UTC) [thread overview]
Message-ID: <1712491401.ea704f859ba5e44794b7526f4427e93fc7c55bc7.mgorny@gentoo> (raw)
commit: ea704f859ba5e44794b7526f4427e93fc7c55bc7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 11:57:52 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 12:03:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea704f85
dev-python/importlib-metadata: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/importlib-metadata/Manifest | 1 -
.../importlib-metadata-7.0.2.ebuild | 50 ----------------------
2 files changed, 51 deletions(-)
diff --git a/dev-python/importlib-metadata/Manifest b/dev-python/importlib-metadata/Manifest
index 2e4936187c22..36fd4cdb9b93 100644
--- a/dev-python/importlib-metadata/Manifest
+++ b/dev-python/importlib-metadata/Manifest
@@ -1,2 +1 @@
-DIST importlib_metadata-7.0.2.tar.gz 51206 BLAKE2B 74202e7e4097f16c2de0453d7a47ee6f7b1658d07979fd13e34b749d7bf13c668ee5a8e9fd48bbf4220c87216c702ddc17483ecc30a41409d1e7757ecd4c0300 SHA512 a672e5b887107f4dac02283bedfe8e545c2eadc92a51df75e5db671707f497c4d441b9c60841e2651d9dc4779b34167b49ad20f4b49e642d848419e303d73aef
DIST importlib_metadata-7.1.0.tar.gz 52120 BLAKE2B a43a1f0724b3197f51c055d36d31700d67b3bcae849fd648c7cd1ac158a410fdf05a27f2c7003a30e566f86ec5dcbf7cf386ebe4e0ed0a1ce2e89e280ab9e1d3 SHA512 e75db6da03c251acc690ceef6ab2b668acfcf5499032cff370a574b31a5fd7afcbf9756bc20e44e6e649767c1609c7ebb40203aa6406ec5341f27fba886d208e
diff --git a/dev-python/importlib-metadata/importlib-metadata-7.0.2.ebuild b/dev-python/importlib-metadata/importlib-metadata-7.0.2.ebuild
deleted file mode 100644
index e54b8652e2fa..000000000000
--- a/dev-python/importlib-metadata/importlib-metadata-7.0.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-# 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_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Read metadata from Python packages"
-HOMEPAGE="
- https://github.com/python/importlib_metadata/
- https://pypi.org/project/importlib-metadata/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="
- dev-python/zipp[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/pyfakefs[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-src_configure() {
- grep -q 'build-backend = "setuptools' pyproject.toml ||
- die "Upstream changed build-backend, recheck"
- # write a custom pyproject.toml to ease setuptools bootstrap
- cat > pyproject.toml <<-EOF || die
- [build-system]
- requires = ["flit_core >=3.2,<4"]
- build-backend = "flit_core.buildapi"
-
- [project]
- name = "importlib_metadata"
- version = "${PV}"
- description = "Read metadata from Python packages"
- EOF
-}
next reply other threads:[~2024-04-07 12:03 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-07 12:03 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-08 11:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib-metadata/ Michał Górny
2025-02-08 10:46 Arthur Zamarin
2025-01-21 4:34 Michał Górny
2024-10-12 7:28 Michał Górny
2024-09-28 11:05 Jakov Smolić
2024-09-11 18:39 Michał Górny
2024-09-07 10:27 Michał Górny
2024-09-07 10:20 Arthur Zamarin
2024-08-21 3:14 Michał Górny
2024-08-20 1:43 Michał Górny
2024-08-10 6:28 Michał Górny
2024-08-10 6:26 Michał Górny
2024-07-25 3:12 Michał Górny
2024-07-23 20:06 Michał Górny
2024-07-20 9:01 Michał Górny
2024-07-20 7:39 Arthur Zamarin
2024-07-13 9:11 Michał Górny
2024-07-13 9:11 Michał Górny
2024-07-13 8:59 Michał Górny
2024-07-13 8:28 Arthur Zamarin
2024-07-05 18:52 Michał Górny
2024-06-26 2:09 Michał Górny
2024-06-24 2:41 Michał Górny
2024-06-21 1:58 Michał Górny
2024-03-21 17:45 Arthur Zamarin
2024-03-21 17:00 Arthur Zamarin
2024-03-21 5:39 Michał Górny
2024-03-07 15:39 Michał Górny
2024-01-06 9:54 Michał Górny
2024-01-06 9:50 Michał Górny
2023-12-23 5:12 Michał Górny
2023-12-20 15:56 Michał Górny
2023-12-20 15:51 Michał Górny
2023-12-04 6:48 Michał Górny
2023-12-04 6:48 Michał Górny
2023-12-02 7:09 Michał Górny
2023-09-14 9:58 Andrew Ammerlaan
2023-07-24 10:52 Michał Górny
2023-07-24 8:54 Jakov Smolić
2023-07-08 7:30 Michał Górny
2023-06-19 4:58 Michał Górny
2023-06-18 17:07 Michał Górny
2023-05-23 15:54 Michał Górny
2023-05-23 15:35 Arthur Zamarin
2023-04-23 3:09 Michał Górny
2023-04-22 6:17 Michał Górny
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=1712491401.ea704f859ba5e44794b7526f4427e93fc7c55bc7.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