diff --git a/programming/language/python3/python3-importlib_resources/actions.py b/programming/language/python3/python3-importlib_resources/actions.py index b073a0c027..ba5048c6b9 100644 --- a/programming/language/python3/python3-importlib_resources/actions.py +++ b/programming/language/python3/python3-importlib_resources/actions.py @@ -2,15 +2,14 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import shelltools -from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pythonmodules as py3, shelltools, get -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.0.0") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION", "5.10.0") def build(): - pythonmodules.compile(pyVer="3") + py3.run("-m build", pyVer = '3') def install(): - pythonmodules.install(pyVer="3") \ No newline at end of file + py3.run("-m installer -d %s dist/importlib_resources-5.10.0-py3-none-any.whl" % get.installDIR(), pyVer = '3') diff --git a/programming/language/python3/python3-importlib_resources/pspec.xml b/programming/language/python3/python3-importlib_resources/pspec.xml index 46a0bb5278..4f1984ae16 100644 --- a/programming/language/python3/python3-importlib_resources/pspec.xml +++ b/programming/language/python3/python3-importlib_resources/pspec.xml @@ -1,9 +1,9 @@ - + python3-importlib_resources - https://gitlab.com/python-devs/importlib_resources + https://importlib-resources.readthedocs.io/ Blue Devil bluedevil@sctzine.com @@ -12,11 +12,15 @@ Apache library Design and implementation for a planned importlib.resources - The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics. - https://gitlab.com/python-devs/importlib_resources/-/archive/v3.0.0/importlib_resources-v3.0.0.tar.gz + The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics. + + https://files.pythonhosted.org/packages/source/i/importlib_resources/importlib_resources-5.10.0.tar.gz + - pip3 python3-devel + python3-build + python3-wheel + python3-installer python3-setuptools python3-setuptools-scm @@ -27,14 +31,21 @@ Design and implementation for a planned importlib.resources python3 + python3-zipp - /usr/lib/python3* - /usr/share/doc/python3-importlib_resources + /usr/lib/python3.9 + + 2022-11-14 + 5.10.0 + Version bump. + fury + uglyside@yandex.ru + 2021-10-28 3.0.0