16 lines
440 B
Plaintext
16 lines
440 B
Plaintext
|
# Tanım: WHATWG Encode standartı
|
|||
|
# URL: https://github.com/SimonSapin/python-webencodings
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: python3 python3-setuptools
|
|||
|
# Grup: kütüphane
|
|||
|
|
|||
|
isim=python3-webencodings
|
|||
|
surum=0.5.1
|
|||
|
devir=1
|
|||
|
kaynak=(https://github.com/gsnedders/python-webencodings/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd ${SRC}/python-webencodings-${surum}
|
|||
|
LANG="en_US.UTF-8" python3 setup.py install --root=${PKG}
|
|||
|
}
|