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

16 lines
493 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: Dize düzenleme uzaklıkları ve benzerlikleri hesaplamak için Python uzantısı
# URL: http://pypi.python.org/pypi/python-Levenshtein/
# Paketçi: Cihan Alkan
# Gerekler: python python-setuptools
# Grup: kütüphane
isim=python-levenshtein
surum=0.12.0
devir=1
kaynak=(https://files.pythonhosted.org/packages/source/p/python-Levenshtein/python-Levenshtein-$surum.tar.gz)
derle() {
cd python-Levenshtein-$surum
python2 setup.py build install -O1 --prefix=/usr --root="$PKG"
}