diff --git a/programming/language/python/python-pluggy/actions.py b/programming/language/python/python-pluggy/actions.py new file mode 100644 index 0000000000..34b768ca7d --- /dev/null +++ b/programming/language/python/python-pluggy/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","0.13.1") + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-pluggy/pspec.xml b/programming/language/python/python-pluggy/pspec.xml new file mode 100644 index 0000000000..061abda1e5 --- /dev/null +++ b/programming/language/python/python-pluggy/pspec.xml @@ -0,0 +1,45 @@ + + + + + python-pluggy + https://github.com/pytest-dev/pluggy + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + MIT + library + A minimalist production ready plugin system + pluggy is the crystallized core of plugin management and hook calling for pytest. It enables 500+ plugins to extend and customize pytest’s default behaviour. + https://github.com/pytest-dev/pluggy/archive/0.13.1.tar.gz + + python-setuptools-scm + python-setuptools + python-devel + + + + + python-pluggy + A minimalist production ready plugin system + + python-importlib_metadata + + + /usr/lib/python2* + /usr/share/doc/python-pluggy + + + + + + 2020-02-18 + 0.13.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-pluggy/translations.xml b/programming/language/python/python-pluggy/translations.xml new file mode 100644 index 0000000000..5efc3bb4de --- /dev/null +++ b/programming/language/python/python-pluggy/translations.xml @@ -0,0 +1,8 @@ + + + + python-pluggy + Minimalist bir hazır üretim eklenti sistemi. + python-pluggy, minimalist bir hazır üretim eklenti sistemi içerir. + + \ No newline at end of file