aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2023-12-12 11:44:45 +0100
committerDavid Roman <davidroman96@gmail.com>2023-12-12 11:44:45 +0100
commitca6f632ac92b29d990d736cafe8b01c44d1ebd36 (patch)
tree260fe265ee57296cac166d4ad6fcb38b67563691 /dev-python/importlib-resources
parentmedia-sound/mopidy: add 3.4.2, drop 3.4.1 (diff)
downloadguru-ca6f632ac92b29d990d736cafe8b01c44d1ebd36.tar.gz
guru-ca6f632ac92b29d990d736cafe8b01c44d1ebd36.tar.bz2
guru-ca6f632ac92b29d990d736cafe8b01c44d1ebd36.zip
dev-python/importlib-resources: new package, add 6.1.1
Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'dev-python/importlib-resources')
-rw-r--r--dev-python/importlib-resources/Manifest1
-rw-r--r--dev-python/importlib-resources/importlib-resources-6.1.1.ebuild27
-rw-r--r--dev-python/importlib-resources/metadata.xml11
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/importlib-resources/Manifest b/dev-python/importlib-resources/Manifest
new file mode 100644
index 000000000..57bfbbb29
--- /dev/null
+++ b/dev-python/importlib-resources/Manifest
@@ -0,0 +1 @@
+DIST importlib_resources-6.1.1.tar.gz 38620 BLAKE2B 351c8ca588fa757ab8300dbf673c0e9a6fc8b6638b4ae98151a5ace91e661add5bb8e9eb98fae33db4920cc9afce3358529d4613db0f9278e14d6278d38d9e9c SHA512 4d16891b81ef0257da3df8db930f3c823af5ed9f01907ee278bf7b8e78c887ab1d88dcfda4b70c648bbb4a92449727140e7b255d5d92458233ce55570d624d81
diff --git a/dev-python/importlib-resources/importlib-resources-6.1.1.ebuild b/dev-python/importlib-resources/importlib-resources-6.1.1.ebuild
new file mode 100644
index 000000000..4228e81d6
--- /dev/null
+++ b/dev-python/importlib-resources/importlib-resources-6.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11,12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Backport of the importlib.resources module"
+HOMEPAGE="
+ https://pypi.org/project/importlib-resources/
+ https://github.com/python/importlib_resources
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ test? (
+ dev-python/zipp
+ )
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/importlib-resources/metadata.xml b/dev-python/importlib-resources/metadata.xml
new file mode 100644
index 000000000..2eadb960a
--- /dev/null
+++ b/dev-python/importlib-resources/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>davidroman96@gmail.com</email>
+ <name>David Roman</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">importlib-resources</remote-id>
+ </upstream>
+</pkgmetadata>