18 lines
579 B
Plaintext
18 lines
579 B
Plaintext
# 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
|
||
}
|