diff --git a/programming/language/python3/python3-pytest/actions.py b/programming/language/python3/python3-pytest/actions.py new file mode 100644 index 0000000000..ca27ba9465 --- /dev/null +++ b/programming/language/python3/python3-pytest/actions.py @@ -0,0 +1,17 @@ +#!/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 +from pisi.actionsapi import pisitools + +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.3.5") + +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-pytest/pspec.xml b/programming/language/python3/python3-pytest/pspec.xml new file mode 100644 index 0000000000..a737618dd2 --- /dev/null +++ b/programming/language/python3/python3-pytest/pspec.xml @@ -0,0 +1,55 @@ + + + + + python3-pytest + https://pytest.org/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Simple powerful testing with Python + The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. + https://github.com/pytest-dev/pytest/archive/5.3.5.tar.gz + + python3-setuptools-scm + python3-setuptools + python3-devel + python3-six + + + + + python3-pytest + Simple powerful testing with Python + + python3-more-itertools + python3-setuptools + python3-packaging + python3-wcwidth + python3-pluggy + python3-attrs + python3-py + python3 + + + /usr/lib/python3* + /usr/bin/pytest + /usr/bin/py.test + /usr/share/doc/python3-pytest + + + + + + 2020-02-13 + 5.3.5 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pytest/translations.xml b/programming/language/python3/python3-pytest/translations.xml new file mode 100644 index 0000000000..857b26100c --- /dev/null +++ b/programming/language/python3/python3-pytest/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pytest + Basit ve güçlü python3 için test modülü. + python3-pytest, python3 için güçlü ve basit test modülü içerir. + + \ No newline at end of file