diff --git a/programming/language/python/python-importlib_resources/actions.py b/programming/language/python/python-importlib_resources/actions.py new file mode 100644 index 0000000000..4ef14c0416 --- /dev/null +++ b/programming/language/python/python-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() + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-importlib_resources/pspec.xml b/programming/language/python/python-importlib_resources/pspec.xml new file mode 100644 index 0000000000..bb67ff14ef --- /dev/null +++ b/programming/language/python/python-importlib_resources/pspec.xml @@ -0,0 +1,48 @@ + + + + + python-importlib_resources + https://gitlab.com/python-devs/importlib_resources + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + 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 + + python-setuptools-scm + python-setuptools + python-devel + + + + + python-importlib_resources + Design and implementation for a planned importlib.resources + + python-importlib_metadata + python-singledispatch + python-contextlib2 + python-pathlib2 + + + /usr/share/doc/python-importlib_resources + /usr/lib/python2* + + + + + + 2020-03-18 + 1.3.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-importlib_resources/translations.xml b/programming/language/python/python-importlib_resources/translations.xml new file mode 100755 index 0000000000..227d258ddb --- /dev/null +++ b/programming/language/python/python-importlib_resources/translations.xml @@ -0,0 +1,8 @@ + + + + python-importlib_resources + Python paketlerinin içerisindeki kaynakları daha iyi yönetebilen python kitaplığı. + python-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