diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-23 12:47:14 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-23 12:47:14 +0000 |
| commit | 594c7b47a4c220f87f538eddfd6eaadb455cc418 (patch) | |
| tree | de9c77d7888e9e16627a0d7515375048f9c6e8ca /dev-python/importlib_resources | |
| parent | a351fb3cf20a3a4a4fb7caee09a2ab3aa685d6ad (diff) | |
| download | baldeagleos-repo-594c7b47a4c220f87f538eddfd6eaadb455cc418.tar.gz baldeagleos-repo-594c7b47a4c220f87f538eddfd6eaadb455cc418.tar.xz baldeagleos-repo-594c7b47a4c220f87f538eddfd6eaadb455cc418.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/importlib_resources')
| -rw-r--r-- | dev-python/importlib_resources/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/importlib_resources/importlib_resources-3.3.1.ebuild | 30 | ||||
| -rw-r--r-- | dev-python/importlib_resources/metadata.xml | 2 |
3 files changed, 32 insertions, 1 deletions
diff --git a/dev-python/importlib_resources/Manifest b/dev-python/importlib_resources/Manifest index ee4416ed4dc7..7fb3697fc3bf 100644 --- a/dev-python/importlib_resources/Manifest +++ b/dev-python/importlib_resources/Manifest @@ -1,2 +1,3 @@ DIST importlib_resources-1.5.0.tar.gz 23660 BLAKE2B aed7a2d730f945505083812355a63d3a88e07b057cf46394f3475135143e535e33dc3ebded24d233797020c805dc35decf5c5ce53758798b093f03f2951daa87 SHA512 34d14c1ff3121cc6f9ef1d3d4417831e3476e9facfcc9b35152c28a59a2c75d7723f171f4b48852f79ec46cbf54b066580745744bc54d349e2bfe12a353a9aed DIST importlib_resources-3.3.0.tar.gz 29000 BLAKE2B 5fb87c6e15f01733567fef060607da0625d32e415e294cfd5db94fb26e13d257763f2d3795c19ee7d10fc1fdc579fc0c34a484d28aff32c20553d18fafc7b850 SHA512 1fc03c9d141a094ca6ae0acb9ff0668a3f3aa76b47ce2149691b1d85d37a3ba9d329dbafd8b94961c537a4982cea1bd3ee34bac069819c51d725208f45b24172 +DIST importlib_resources-3.3.1.tar.gz 29012 BLAKE2B ff4fc6eb6dd1ff89b873076b2709bcd6ed10c51388646560eeb929e8cb8a000329260ff093929163045ba32c0d00b9f797f9e06b9524445b1ef052e8a82a7f87 SHA512 3b484169362b7d7062655668a2035a77440a2e2b81708d41e339b6007e8140162d85cfc14fca464b059a649fcda31ef9718a08cdd2cf7c8e588ba3fafc08bb59 diff --git a/dev-python/importlib_resources/importlib_resources-3.3.1.ebuild b/dev-python/importlib_resources/importlib_resources-3.3.1.ebuild new file mode 100644 index 000000000000..0f342f744d6e --- /dev/null +++ b/dev-python/importlib_resources/importlib_resources-3.3.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# This is a backport of Python 3.9's importlib.resources +PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Read resources from Python packages" +HOMEPAGE="https://github.com/python/importlib_resources" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/zipp[${PYTHON_USEDEP}] + ' pypy3 python3_{6,7}) +" +BDEPEND=" + dev-python/toml[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest +distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging diff --git a/dev-python/importlib_resources/metadata.xml b/dev-python/importlib_resources/metadata.xml index 528b6532f321..c20fc1ae9e8b 100644 --- a/dev-python/importlib_resources/metadata.xml +++ b/dev-python/importlib_resources/metadata.xml @@ -18,7 +18,7 @@ </longdescription> <upstream> <remote-id type="github">python/importlib_resources</remote-id> - <remote-id type="pypi">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> |
