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

19 lines
583 B
Plaintext
Raw Permalink 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: İnsanlar için Python HTTP
# URL: https://github.com/requests/requests
# Paketçi: milisarge
# Gerekler: python3 python-setuptools python3-setuptools python3-urllibs python3-chardet python3-certifi python3-idna
# Grup: kütüphane
isim=python3-requests
surum=2.19.1
devir=1
kaynak=(https://github.com/requests/requests/archive/v$surum.tar.gz::requests-$surum.tar.gz)
derle() {
cd "$SRC"/requests-$surum
python3 setup.py build
python3 setup.py install --root="$PKG" --optimize=1 --skip-build
install -Dm644 LICENSE "$PKG/usr/share/licenses/pyrequests/LICENSE"
}