From 74623096f7c531dae2332b23785dac7610e93da0 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Thu, 24 Sep 2020 20:45:38 +0200 Subject: [PATCH] python3-pytest-runner: first rel --- .../python3/python3-pytest-runner/actions.py | 20 ++++++++ .../python3/python3-pytest-runner/pspec.xml | 46 +++++++++++++++++++ .../python3-pytest-runner/translations.xml | 8 ++++ 3 files changed, 74 insertions(+) create mode 100644 programming/language/python3/python3-pytest-runner/actions.py create mode 100644 programming/language/python3/python3-pytest-runner/pspec.xml create mode 100644 programming/language/python3/python3-pytest-runner/translations.xml diff --git a/programming/language/python3/python3-pytest-runner/actions.py b/programming/language/python3/python3-pytest-runner/actions.py new file mode 100644 index 0000000000..c213ca76d5 --- /dev/null +++ b/programming/language/python3/python3-pytest-runner/actions.py @@ -0,0 +1,20 @@ +#!/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 shelltools +from pisi.actionsapi import pythonmodules + + +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.2") + + +def build(): + pythonmodules.compile(pyVer="3") + + +def install(): + pythonmodules.install(pyVer="3") diff --git a/programming/language/python3/python3-pytest-runner/pspec.xml b/programming/language/python3/python3-pytest-runner/pspec.xml new file mode 100644 index 0000000000..830362ec80 --- /dev/null +++ b/programming/language/python3/python3-pytest-runner/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-pytest-runner + https://pytest.org/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Invoke py.test as distutils command with dependency resolution + python3-pytest-runner invokes py.test as distutils command with dependency resolution. + https://github.com/pytest-dev/pytest-runner/archive/5.2.tar.gz + + python3-devel + python3-setuptools + python3-setuptools-scm + + + + + python3-pytest-runner + Simple powerful testing with Python + + python3 + python3-pytest + + + /usr/lib/python3* + /usr/share/doc/python3-pytest-runner + + + + + + 2020-09-24 + 5.2 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pytest-runner/translations.xml b/programming/language/python3/python3-pytest-runner/translations.xml new file mode 100644 index 0000000000..85bbd0f906 --- /dev/null +++ b/programming/language/python3/python3-pytest-runner/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pytest-runner + Bağımlılık çözünürlüğü ile beraber distutils komutu olarak py.test çalıştırır. + python3-pytest-runner, bağımlılık çözünürlüğü ile beraber distutils komutu olarak py.test çalıştırır. + + \ No newline at end of file