From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib-resources/
Date: Sat, 28 Sep 2024 13:35:35 +0000 (UTC) [thread overview]
Message-ID: <1727530531.623b585f639e4092cc579d6e4a29bd64cbdfbb2f.mgorny@gentoo> (raw)
commit: 623b585f639e4092cc579d6e4a29bd64cbdfbb2f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 13:34:12 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 13:35:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623b585f
dev-python/importlib-resources: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/importlib-resources/Manifest | 1 -
.../importlib-resources-6.4.4.ebuild | 30 ----------------------
2 files changed, 31 deletions(-)
diff --git a/dev-python/importlib-resources/Manifest b/dev-python/importlib-resources/Manifest
index 8964c2497398..b55375f854ab 100644
--- a/dev-python/importlib-resources/Manifest
+++ b/dev-python/importlib-resources/Manifest
@@ -1,2 +1 @@
-DIST importlib_resources-6.4.4.tar.gz 42721 BLAKE2B 4e38bba910e2de9e53297151f6fd9a839534b7aca1a98c4c053c420eba4b137b7ca60a32dce84f3ed5c558e3bfbf3f90fea48f3e6e7e8921c2961756ef96eb04 SHA512 ffdd2cbe56ae308392e9fcadbd5822b68afd5737a78b04416e84a1ca294ce33f4f0df5ff5ee4e403f43064c9bf33df3d2742809d651295b536d0036f7359580c
DIST importlib_resources-6.4.5.tar.gz 43372 BLAKE2B 8ab9cb9f2e693de87d6d3c2696e660ae067ad00d725db542fbbd9b916cedfc8246c45285e728d352f02e4b7a56cc7d8f360f324af9a65cfdb935e7c20f753206 SHA512 e5949475a27220b101d0ba57b091a3d56a2e1092ca3102d9e260561742289ee32e2bfe17738304a72507314fc46a151f3cadcce06e71781d20bbedf7057a6366
diff --git a/dev-python/importlib-resources/importlib-resources-6.4.4.ebuild b/dev-python/importlib-resources/importlib-resources-6.4.4.ebuild
deleted file mode 100644
index 5bdd31f193ae..000000000000
--- a/dev-python/importlib-resources/importlib-resources-6.4.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-# backport from py3.12
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Read resources from Python packages"
-HOMEPAGE="
- https://github.com/python/importlib_resources/
- https://pypi.org/project/importlib-resources/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- >=dev-python/jaraco-test-5.4[${PYTHON_USEDEP}]
- >=dev-python/zipp-3.17[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
next reply other threads:[~2024-09-28 13:35 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-28 13:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-25 10:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib-resources/ Michał Górny
2025-01-25 9:20 Arthur Zamarin
2025-01-04 9:30 Michał Górny
2024-09-28 13:25 Arthur Zamarin
2024-09-14 14:07 Michał Górny
2024-09-14 13:33 Arthur Zamarin
2024-09-12 18:23 Michał Górny
2024-09-12 17:08 Arthur Zamarin
2024-09-10 7:06 Michał Górny
2024-08-31 8:01 Arthur Zamarin
2024-08-26 18:54 Arthur Zamarin
2024-08-22 5:13 Michał Górny
2024-08-17 16:55 Michał Górny
2024-08-15 3:47 Michał Górny
2024-07-12 6:21 Ionen Wolkens
2024-07-12 6:21 Ionen Wolkens
2024-07-12 6:21 Ionen Wolkens
2024-07-12 6:21 Ionen Wolkens
2024-06-15 13:17 Michał Górny
2024-05-11 9:49 Arthur Zamarin
2024-05-11 7:45 Arthur Zamarin
2024-05-11 7:28 Arthur Zamarin
2024-05-11 7:09 Arthur Zamarin
2024-04-26 1:35 Yixun Lan
2024-04-25 16:35 Arthur Zamarin
2024-04-25 14:45 Sam James
2024-04-25 14:45 Sam James
2024-04-25 4:43 Michał Górny
2023-07-08 7:30 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=1727530531.623b585f639e4092cc579d6e4a29bd64cbdfbb2f.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