milis/talimatname/genel/p/python-smmap/talimat

17 lines
433 B
Plaintext
Raw 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: python için bellek harita yöneticisinin saf git uygulaması
# URL: https://github.com/gitpython-developers/smmap
# Paketçi: milisarge
# Gerekler: python python-setuptools
isim=python-smmap
_isim=smmap2
surum=0.9.0
devir=1
kaynak=(https://pypi.org/packages/source/s/${_name}/${_name}-${surum}.tar.gz)
derle() {
cd "${SRC}/${_name}-${surum}"
python setup.py build
python setup.py install --root=$PKG --optimize=1
}