From 5a4197549a5099cd6196f26d7b9bad9ecf01297f Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 20 Mar 2020 02:00:06 +0300 Subject: [PATCH] python3-importlib_resources:first rel --- .../python3-importlib_resources/actions.py | 16 +++++++ .../python3-importlib_resources/pspec.xml | 45 +++++++++++++++++++ .../translations.xml | 8 ++++ 3 files changed, 69 insertions(+) create mode 100644 programming/language/python3/python3-importlib_resources/actions.py create mode 100644 programming/language/python3/python3-importlib_resources/pspec.xml create mode 100755 programming/language/python3/python3-importlib_resources/translations.xml diff --git a/programming/language/python3/python3-importlib_resources/actions.py b/programming/language/python3/python3-importlib_resources/actions.py new file mode 100644 index 0000000000..2b62f1f3c3 --- /dev/null +++ b/programming/language/python3/python3-importlib_resources/actions.py @@ -0,0 +1,16 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools + +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.3.1") + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-importlib_resources/pspec.xml b/programming/language/python3/python3-importlib_resources/pspec.xml new file mode 100644 index 0000000000..8b7cdba081 --- /dev/null +++ b/programming/language/python3/python3-importlib_resources/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-importlib_resources + https://gitlab.com/python-devs/importlib_resources + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + 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/v1.3.1/importlib_resources-v1.3.1.tar.gz + + python3-setuptools-scm + python3-setuptools + python3-devel + + + + + python3-importlib_resources + Design and implementation for a planned importlib.resources + + python3 + + + /usr/share/doc/python3-importlib_resources + /usr/lib/python3* + + + + + + 8020-03-18 + 1.3.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-importlib_resources/translations.xml b/programming/language/python3/python3-importlib_resources/translations.xml new file mode 100755 index 0000000000..60b5bc10dc --- /dev/null +++ b/programming/language/python3/python3-importlib_resources/translations.xml @@ -0,0 +1,8 @@ + + + + python3-importlib_resources + Python paketlerinin içerisindeki kaynakları daha iyi yönetebilen python kitaplığı. + python3-importlib_resources, Python paketlerinin içerisindeki kaynakları daha iyi yönetebilen python kitaplığı sunar. Ana amacı pkg_resources madülünün yerini almaktır. + + \ No newline at end of file