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

18 lines
442 B
Plaintext
Raw Normal View History

2018-08-28 14:28:42 +02:00
# 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
}