summaryrefslogtreecommitdiff
path: root/dev-python/importlib_resources
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-19 17:58:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-19 17:58:12 +0100
commit80063f2f52858d7e3f06534393a5d0e2b0d33029 (patch)
tree7e3fd55cdd7712ac87632f7ef39a507bc3f4ad56 /dev-python/importlib_resources
parent6031cee8b35a5f0d7a1fee157d2cefcc05649608 (diff)
gentoo auto-resync : 19:04:2023 - 17:58:12
Diffstat (limited to 'dev-python/importlib_resources')
-rw-r--r--dev-python/importlib_resources/Manifest3
-rw-r--r--dev-python/importlib_resources/importlib_resources-5.12.0.ebuild50
-rw-r--r--dev-python/importlib_resources/metadata.xml21
3 files changed, 0 insertions, 74 deletions
diff --git a/dev-python/importlib_resources/Manifest b/dev-python/importlib_resources/Manifest
deleted file mode 100644
index 763dac154c35..000000000000
--- a/dev-python/importlib_resources/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST importlib_resources-5.12.0.gh.tar.gz 36161 BLAKE2B 1adcf5e2d0292867eb0b96819ee5d808b62d7f479a6fb4254db50b0397814b0f6ffe4d209f4dfcc19147bd060888cfd457391de9d6746b1b85f58b9d0792e29b SHA512 038d44919ace6d92709855eae0d111ae772edfbbf79e82349a34ab143d0ec9ed796a317ff3e1a06a08404d4a58398d130a1a4f425d26511e724bc03946679d19
-EBUILD importlib_resources-5.12.0.ebuild 1329 BLAKE2B 20018d9c6907179ddcff957ae297208807ceeafd30e7140f14e6a4fd5797474a2b3a4a37b4cc032a2ceed0a9e0cc9cad66fdc71d12b7651feb32bcae2a27b306 SHA512 b32abf54a052eb1aec3432e92d79a55a825087faa39e6d195f67fc4ba83d5e5302d178866e806f42dade40779c6137b40e8dbe9c0deee7ca2a85ca734e1525fa
-MISC metadata.xml 839 BLAKE2B ca4c02fdd3da2595a0011a145cf06f5401b6a5bf7381d23db7896a8ee63763bcf01d67a65e819e03f9aded78c8237e4c8e11fd836b8585fc4ed765572eb1e931 SHA512 3032eb1ae6322ee29a95c93fdd155ffaa4515f5ee27039b19b59c44d0160c7aeb6fb7b8b53a57d74daab8325ffdb15bb776c123afcaafeea6241ae67f55675cb
diff --git a/dev-python/importlib_resources/importlib_resources-5.12.0.ebuild b/dev-python/importlib_resources/importlib_resources-5.12.0.ebuild
deleted file mode 100644
index d58bd2f35331..000000000000
--- a/dev-python/importlib_resources/importlib_resources-5.12.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-# This is a backport of importlib.resources that's present since py3.9.
-# However, the version in 3.9 is buggy, so matplotlib needs it on 3.9
-# as well.
-PYTHON_COMPAT=( pypy3 python3_9 )
-
-inherit distutils-r1
-
-DESCRIPTION="Read resources from Python packages"
-HOMEPAGE="
- https://github.com/python/importlib_resources/
- https://pypi.org/project/importlib-resources/
-"
-SRC_URI="
- https://github.com/python/importlib_resources/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos ~x64-solaris"
-
-RDEPEND="
- $(python_gen_cond_dep '
- >=dev-python/zipp-3.7.0-r1[${PYTHON_USEDEP}]
- ' 3.8 3.9)
-"
-
-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_resources"
- version = "${PV}"
- description = "Read resources from Python packages"
- EOF
-}
diff --git a/dev-python/importlib_resources/metadata.xml b/dev-python/importlib_resources/metadata.xml
deleted file mode 100644
index 705cf06b9e86..000000000000
--- a/dev-python/importlib_resources/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <longdescription>
- Backport of Python standard library importlib.resources module
- for Python 2.7, and 3.4 through 3.8. Users of Python 3.9 and beyond
- should use the standard library module, since for these versions,
- importlib_resources just delegates to that module.
- </longdescription>
- <upstream>
- <remote-id type="github">python/importlib_resources</remote-id>
- <remote-id type="pypi">importlib-resources</remote-id>
- <bugs-to>https://github.com/python/importlib_resources/issues</bugs-to>
- <doc>https://importlib-resources.readthedocs.io/</doc>
- </upstream>
-</pkgmetadata>