talimat 509 B

1234567891011121314151617
  1. # Tanım: Core utilities for Python packages
  2. # URL: https://github.com/pypa/packaging
  3. # Paketçi: milisarge
  4. # Gerekler: python3-setuptools
  5. # Grup: kütüphane
  6. isim=python3-packaging
  7. surum=17.1
  8. devir=1
  9. kaynak=(https://github.com/pypa/packaging/archive/0dfec396998e7237e12dc2e3a06385ffa1bd97b1.tar.gz::python-packaging-0dfec396998e7237e12dc2e3a06385ffa1bd97b1.tar.gz)
  10. derle() {
  11. cd "$SRC"/packaging-0dfec396998e7237e12dc2e3a06385ffa1bd97b1
  12. python3 setup.py build
  13. python3 setup.py install --root "$PKG"
  14. }