diff --git a/programming/language/python3/python3-testtools/actions.py b/programming/language/python3/python3-testtools/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-testtools/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/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules + +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-testtools/pspec.xml b/programming/language/python3/python3-testtools/pspec.xml new file mode 100644 index 0000000000..dd864b3241 --- /dev/null +++ b/programming/language/python3/python3-testtools/pspec.xml @@ -0,0 +1,47 @@ + + + + + python3-testtools + https://github.com/testing-cabal/testtools + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Testtools - tasteful testing for python. + testtools is a set of extensions to the Python standard library's unit testing framework. + https://files.pythonhosted.org/packages/e5/d4/9b22df94d0d5c83affe2517295c85fa2d9917f3cafa7dc7f6b1ce4135b00/testtools-2.3.0.tar.gz + + python3-setuptools + python3-devel + python3-pbr + + + + + python3-testtools + Testtools - tasteful testing for python. + + python3-setuptools + python3-pbr + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-testtools + + + + + + 2020-02-20 + 2.3.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-testtools/translations.xml b/programming/language/python3/python3-testtools/translations.xml new file mode 100644 index 0000000000..9f695bf292 --- /dev/null +++ b/programming/language/python3/python3-testtools/translations.xml @@ -0,0 +1,8 @@ + + + + python3-testtools + testtools, python standart kitaplığındaki birim test çatısına eklentiler içerir. + python3-testtools, python standart kitaplığındaki birim test çatısına eklentiler sağlayan python modüllerini içerir. + + \ No newline at end of file