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

18 lines
479 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: İş parçacıklı bağlantı havuzu ve dosya postası desteğiyle HTTP kitaplığı
# URL: https://github.com/shazow/urllib3
2018-08-14 13:34:59 +02:00
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools
2018-06-09 00:06:58 +02:00
# Grup: kütüphane
2018-08-14 13:34:59 +02:00
isim=python3-urllibs
surum=1.23
2018-06-09 00:06:58 +02:00
devir=1
kaynak=(https://github.com/shazow/urllib3/archive/$surum.tar.gz::urllib3-$surum.tar.gz)
derle() {
cd "$SRC"/urllib3-$surum
python3 setup.py build
python3 setup.py install --root="$PKG" --optimize=1 --skip-build
}