talimat 511 B

123456789101112131415161718
  1. # Tanım: Platform-independent file locking module
  2. # URL: https://pypi.python.org/pypi/lockfile
  3. # Paketçi: milisarge
  4. # Gerekler: python3 python3-setuptools
  5. # Grup: kütüphane
  6. isim=python3-lockfile
  7. surum=0.11.0
  8. devir=1
  9. kaynak=(https://pypi.python.org/packages/source/l/lockfile/lockfile-$surum.tar.gz)
  10. derle() {
  11. cd "${SRC}/lockfile-${surum}"
  12. 2to3 --no-diffs -w lockfile/*.py
  13. python3 setup.py install --root="${PKG}" --optimize=1
  14. install -Dm 644 LICENSE "${PKG}/usr/share/licenses/${isim}/LICENSE"
  15. }