talimat 583 B

12345678910111213141516171819
  1. # Tanım: İnsanlar için Python HTTP
  2. # URL: https://github.com/requests/requests
  3. # Paketçi: milisarge
  4. # Gerekler: python3 python-setuptools python3-setuptools python3-urllibs python3-chardet python3-certifi python3-idna
  5. # Grup: kütüphane
  6. isim=python3-requests
  7. surum=2.19.1
  8. devir=1
  9. kaynak=(https://github.com/requests/requests/archive/v$surum.tar.gz::requests-$surum.tar.gz)
  10. derle() {
  11. cd "$SRC"/requests-$surum
  12. python3 setup.py build
  13. python3 setup.py install --root="$PKG" --optimize=1 --skip-build
  14. install -Dm644 LICENSE "$PKG/usr/share/licenses/pyrequests/LICENSE"
  15. }