diff --git a/programming/language/python/python-pathlib2/actions.py b/programming/language/python/python-pathlib2/actions.py new file mode 100644 index 0000000000..cd8ba0b513 --- /dev/null +++ b/programming/language/python/python-pathlib2/actions.py @@ -0,0 +1,15 @@ +#!/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 pisitools + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python/python-pathlib2/pspec.xml b/programming/language/python/python-pathlib2/pspec.xml new file mode 100644 index 0000000000..0d48d733aa --- /dev/null +++ b/programming/language/python/python-pathlib2/pspec.xml @@ -0,0 +1,44 @@ + + + + + python-pathlib2 + https://github.com/mcmtroffaes/pathlib2 + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + MIT + library + Fork of pathlib aiming to support the full stdlib Python API. + Backport of pathlib aiming to support the full stdlib Python API. As of January 1 2020, this repository will no longer receive any further updates, as Python 2 is no longer supported. + https://github.com/mcmtroffaes/pathlib2/archive/2.3.5.tar.gz + + python-setuptools + python-devel + + + + + python-pathlib2 + Fork of pathlib aiming to support the full stdlib Python API. + + python-scandir + + + /usr/share/doc/python-pathlib2 + /usr/lib/python2* + + + + + + 2020-02-18 + 2.3.5 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-pathlib2/translations.xml b/programming/language/python/python-pathlib2/translations.xml new file mode 100755 index 0000000000..cc136d20c2 --- /dev/null +++ b/programming/language/python/python-pathlib2/translations.xml @@ -0,0 +1,8 @@ + + + + python-pathlib2 + Python API standart kitaplığındaki pathlib çatalı. + python-pathlib2, Python API standart kitaplığındaki pathlib çatalıdır ve geriye dönüklüğü sağlar. + + \ No newline at end of file