From c72f3359c386ba46b4dffe70e6e9787ab7465f84 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 15 Feb 2020 16:01:45 +0300 Subject: [PATCH] python3-pluggy:first pisi release --- .../python3/python3-pluggy/actions.py | 16 +++++++ .../language/python3/python3-pluggy/pspec.xml | 46 +++++++++++++++++++ .../python3/python3-pluggy/translations.xml | 8 ++++ 3 files changed, 70 insertions(+) create mode 100644 programming/language/python3/python3-pluggy/actions.py create mode 100644 programming/language/python3/python3-pluggy/pspec.xml create mode 100644 programming/language/python3/python3-pluggy/translations.xml diff --git a/programming/language/python3/python3-pluggy/actions.py b/programming/language/python3/python3-pluggy/actions.py new file mode 100644 index 0000000000..b1c1802fdc --- /dev/null +++ b/programming/language/python3/python3-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(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-pluggy/pspec.xml b/programming/language/python3/python3-pluggy/pspec.xml new file mode 100644 index 0000000000..514ecbf88b --- /dev/null +++ b/programming/language/python3/python3-pluggy/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-pluggy + https://github.com/pytest-dev/pluggy + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + 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 + + python3-setuptools-scm + python3-setuptools + python3-devel + + + + + python3-pluggy + A minimalist production ready plugin system + + python3-importlib_metadata + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pluggy + + + + + + 2020-02-13 + 0.13.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pluggy/translations.xml b/programming/language/python3/python3-pluggy/translations.xml new file mode 100644 index 0000000000..3b851372f6 --- /dev/null +++ b/programming/language/python3/python3-pluggy/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pluggy + Minimalist bir hazır üretim eklenti sistemi. + python3-pluggy, minimalist bir hazır üretim eklenti sistemi içerir. + + \ No newline at end of file