diff --git a/programming/language/python3/python3-extras/actions.py b/programming/language/python3/python3-extras/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-extras/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-extras/pspec.xml b/programming/language/python3/python3-extras/pspec.xml new file mode 100644 index 0000000000..0116d59c22 --- /dev/null +++ b/programming/language/python3/python3-extras/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-extras + https://github.com/testing-cabal/extras + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Extra code that should be part of the standard library but isn't. + extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context. + https://github.com/testing-cabal/extras/archive/1.0.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-extras + Extra code that should be part of the standard library but isn't. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-extras + + + + + + 2020-02-20 + 1.0.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-extras/translations.xml b/programming/language/python3/python3-extras/translations.xml new file mode 100644 index 0000000000..5d7cd26753 --- /dev/null +++ b/programming/language/python3/python3-extras/translations.xml @@ -0,0 +1,8 @@ + + + + python3-extras + Standart python kitaplığında olması gereken ama olmayan kodlar. + python3-extras, standart python kitaplığında olması gereken ama olmayan (testtools) kodları sağlar. + + \ No newline at end of file