diff --git a/programming/language/python/python-packaging/actions.py b/programming/language/python/python-packaging/actions.py new file mode 100644 index 0000000000..f7061b4c29 --- /dev/null +++ b/programming/language/python/python-packaging/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import pythonmodules + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-packaging/pspec.xml b/programming/language/python/python-packaging/pspec.xml new file mode 100644 index 0000000000..d5ec7307e1 --- /dev/null +++ b/programming/language/python/python-packaging/pspec.xml @@ -0,0 +1,41 @@ + + + + + python-packaging + https://github.com/pypa/packaging + + Blue Devil + bluedevil@sctzine.com + + Apache + programming.language.python + library + Core utilities for Python packages + Core utilities for Python packages + https://github.com/pypa/packaging/archive/19.2.tar.gz + + python-setuptools + python-devel + + + + + python-packaging + Core utilities for Python packages + + /usr/lib/python2* + /usr/share/doc/python-packaging + + + + + + 2019-12-30 + 19.2 + First Release + Blue Devil + bluedevil@sctzine.com + + + diff --git a/programming/language/python/python-packaging/translations.xml b/programming/language/python/python-packaging/translations.xml new file mode 100644 index 0000000000..a78d936a8e --- /dev/null +++ b/programming/language/python/python-packaging/translations.xml @@ -0,0 +1,7 @@ + + + python-packaging + Python paketleri için çekirdek araçları. + python-packaging projesi python paketleri yapmayı kolaylaştıran, sürümleme, belirteçler işaretçiler gereklilikler(bağımlılık), etiketler ve araçları içerir. + +