milis/talimatname/genel/p/python3-html5lib/talimat

18 lines
579 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: WHATWG HTML5 standartlarına python ayrıştırıcı kütüphanesi
# URL: https://github.com/html5lib
# Paketçi: milisarge
# Gerekler: python3-setuptools python3-webencodings
# Grup: kütüphane
isim=python3-html5lib
surum=1.0.1
devir=1
kaynak=(https://github.com/html5lib/html5lib-python/archive/$surum.tar.gz::python-html5lib-$surum.tar.gz)
derle() {
cd "${SRC}"/html5lib-python-${surum}
python3 setup.py build
python3 setup.py install --root="${PKG}" --optimize=1 --skip-build
install -Dm755 LICENSE "${PKG}"/usr/share/licenses/${isim}/LICENSE
}