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

18 lines
511 B
Plaintext
Raw Normal View History

2018-08-28 14:28:42 +02:00
# Tanım: Platform-independent file locking module
# URL: https://pypi.python.org/pypi/lockfile
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools
# Grup: kütüphane
isim=python3-lockfile
surum=0.11.0
devir=1
kaynak=(https://pypi.python.org/packages/source/l/lockfile/lockfile-$surum.tar.gz)
derle() {
cd "${SRC}/lockfile-${surum}"
2to3 --no-diffs -w lockfile/*.py
python3 setup.py install --root="${PKG}" --optimize=1
install -Dm 644 LICENSE "${PKG}/usr/share/licenses/${isim}/LICENSE"
}