diff --git a/programming/language/python3/python3-html5lib/actions.py b/programming/language/python3/python3-html5lib/actions.py new file mode 100644 index 0000000000..602d13ab98 --- /dev/null +++ b/programming/language/python3/python3-html5lib/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-html5lib/pspec.xml b/programming/language/python3/python3-html5lib/pspec.xml new file mode 100644 index 0000000000..a957ff5afb --- /dev/null +++ b/programming/language/python3/python3-html5lib/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-html5lib + https://github.com/html5lib/html5lib-python + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Standards-compliant library for parsing and serializing HTML documents and fragments in Python + python3-html5lib is a pure-python library for parsing HTML. It is designed to conform to the WHATWG HTML specification, as is implemented by all major web browsers. + https://github.com/html5lib/html5lib-python/archive/1.0.1.tar.gz + + python3-setuptools + python3-devel + + + + + python3-html5lib + Standards-compliant library for parsing and serializing HTML documents and fragments in Python + + python3-webencodings + python3-six + python3 + + + /usr/share/doc/python3-html5lib + /usr/lib/python3* + + + + + + 2020-02-21 + 1.0.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-html5lib/translations.xml b/programming/language/python3/python3-html5lib/translations.xml new file mode 100755 index 0000000000..68aef53bf2 --- /dev/null +++ b/programming/language/python3/python3-html5lib/translations.xml @@ -0,0 +1,8 @@ + + + + python3-html5lib + Python ile HTML belgeleri ve parçalerinin çözümleyebilen standart-uyumlu kitaplik. + python3-html5lib python ile yazilmis HTML cozumleme kitapligidir. Neredeyse tum buyun ag gozaticilari tarafindan kullanilan, WHATWG HTML ile belirlenen ozelliklere uymak uzere tasarlanmistir. + + \ No newline at end of file