public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Thu, 15 Aug 2024 03:47:58 +0000 (UTC)	[thread overview]
Message-ID: <1723693670.104c465ba4907c3a8ecd662cff18a56a5cf54514.mgorny@gentoo> (raw)

commit:     104c465ba4907c3a8ecd662cff18a56a5cf54514
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 03:40:20 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 03:47:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104c465b

dev-python/importlib-resources: Bump to 6.4.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/importlib-resources/Manifest            |  1 +
 .../importlib-resources-6.4.2.ebuild               | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/importlib-resources/Manifest b/dev-python/importlib-resources/Manifest
index 27040acd0be1..327eb10c340b 100644
--- a/dev-python/importlib-resources/Manifest
+++ b/dev-python/importlib-resources/Manifest
@@ -1 +1,2 @@
 DIST importlib_resources-6.4.0.tar.gz 42040 BLAKE2B 55b52a42051c6900af7b5b70783476a48398ae02539871a3f508df08fd5b4ec03bbe40980de8cd49a60cc022905a4ffdfd95b55d70e0cfb5d64497b02cc9b88f SHA512 c600e7ba96431f15a929e5acda89a262ceef33a3f44ae361fad4201dde8033dd8f0f2bcb856619fd5e21209a5d17cf9ae3610e65c3e6ecd0e36545437d0064b9
+DIST importlib_resources-6.4.2.tar.gz 41629 BLAKE2B 21bfb0af9421f49acce3209ec93016b69626a179d65f48066abea8792292506b739460675cc9c0ce552d11db261af409d5aa2bab2b7b16c3daab133873d3a353 SHA512 e3bb0e1ccf35fe36f805a97ff71cd82d9e55547baf1c6083bec07c2528cb1f11497926f76917cfba3924c04d6fd5753ccfbb912fdf08174c5b63f5f1a198acf5

diff --git a/dev-python/importlib-resources/importlib-resources-6.4.2.ebuild b/dev-python/importlib-resources/importlib-resources-6.4.2.ebuild
new file mode 100644
index 000000000000..0621ce95769b
--- /dev/null
+++ b/dev-python/importlib-resources/importlib-resources-6.4.2.ebuild
@@ -0,0 +1,30 @@
+# 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 ~ia64 ~loong ~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


             reply	other threads:[~2024-08-15  3:48 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-15  3:47 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28 13:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib-resources/ 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-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=1723693670.104c465ba4907c3a8ecd662cff18a56a5cf54514.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