diff --git a/programming/language/python3/python3-webencodings/actions.py b/programming/language/python3/python3-webencodings/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-webencodings/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-webencodings/pspec.xml b/programming/language/python3/python3-webencodings/pspec.xml new file mode 100644 index 0000000000..6323da855e --- /dev/null +++ b/programming/language/python3/python3-webencodings/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-webencodings + https://github.com/gsnedders/python-webencodings + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSD + library + Character encoding for the web. + python3-webencodings is a Python implementation of the WHATWG Encoding standard. + https://github.com/gsnedders/python-webencodings/archive/v0.5.1.tar.gz + + python3-setuptools + python3-devel + + + + + python3-webencodings + Character encoding for the web. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-webencodings + + + + + + 2020-02-20 + 0.5.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-webencodings/translations.xml b/programming/language/python3/python3-webencodings/translations.xml new file mode 100644 index 0000000000..8573ac9e1f --- /dev/null +++ b/programming/language/python3/python3-webencodings/translations.xml @@ -0,0 +1,8 @@ + + + + python3-webencodings + Genel ağ icin karakter kodlaması. + python3-webencodings, genel ağ için karakter kodlaması kitaplığı sunar. + + \ No newline at end of file