diff --git a/programming/language/python3/python3-zipp/actions.py b/programming/language/python3/python3-zipp/actions.py new file mode 100644 index 0000000000..9190f1f53c --- /dev/null +++ b/programming/language/python3/python3-zipp/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","2.2.0") + +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-zipp/pspec.xml b/programming/language/python3/python3-zipp/pspec.xml new file mode 100644 index 0000000000..0adf395671 --- /dev/null +++ b/programming/language/python3/python3-zipp/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-zipp + https://github.com/jaraco/zipp + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + A pathlib-compatible Zipfile object wrapper. + A pathlib-compatible Zipfile object wrapper. A backport of the Path object. + https://github.com/jaraco/zipp/archive/v2.2.0.tar.gz + + python3-setuptools-scm + python3-setuptools + python3-devel + + + + + python3-zipp + Python development support library (note: maintenance only) + + python3 + + + /usr/share/doc/python3-zipp + /usr/lib/python3* + + + + + + 2020-02-12 + 2.2.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-zipp/translations.xml b/programming/language/python3/python3-zipp/translations.xml new file mode 100755 index 0000000000..9eaaf32acd --- /dev/null +++ b/programming/language/python3/python3-zipp/translations.xml @@ -0,0 +1,8 @@ + + + + python3-zipp + pathlib-uyumlu ZipDosyası sarmalayıcı python modülü + python3-zipp, pathlib-uyumlu ZipDosyası sarmalayıcı python modülü, path nesnesinin geriye dönüklüğünü sağlar. + + \ No newline at end of file