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

18 lines
442 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: Karakter kodlaması otomatik algılama için Python modülü.
# URL: https://github.com/erikrose/chardet
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools
# Grup: kütüphane
isim=python3-chardet
_isim=chardet
surum=3.0.4
devir=1
kaynak=(https://pypi.python.org/packages/source/c/$_isim/$_isim-$surum.tar.gz)
derle() {
cd $_isim-$surum
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG
}