diff --git a/programming/language/python/python-zipp/actions.py b/programming/language/python/python-zipp/actions.py new file mode 100644 index 0000000000..d7100b3a60 --- /dev/null +++ b/programming/language/python/python-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","3.0.0") + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-zipp/pspec.xml b/programming/language/python/python-zipp/pspec.xml new file mode 100644 index 0000000000..e31b6dcbc9 --- /dev/null +++ b/programming/language/python/python-zipp/pspec.xml @@ -0,0 +1,49 @@ + + + + + python-zipp + https://github.com/jaraco/zipp + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + 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/v3.0.0.tar.gz + + python-setuptools-scm + python-setuptools + python-devel + + + + + python-zipp + A pathlib-compatible Zipfile object wrapper. + + /usr/share/doc/python-zipp + /usr/lib/python2* + + + + + + 2020-02-18 + 3.0.0 + Ver. bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-17 + 2.2.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-zipp/translations.xml b/programming/language/python/python-zipp/translations.xml new file mode 100755 index 0000000000..e83d65a9bc --- /dev/null +++ b/programming/language/python/python-zipp/translations.xml @@ -0,0 +1,8 @@ + + + + python-zipp + pathlib-uyumlu ZipDosyası sarmalayıcı python modülü + python-zipp, pathlib-uyumlu ZipDosyası sarmalayıcı python modülü, path nesnesinin geriye dönüklüğünü sağlar. + + \ No newline at end of file