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

17 lines
479 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'da çoklu gönderim uygulaması
# URL: https://github.com/mrocklin/multipledispatch
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools
# Grup: sistem
isim=python3-multipledispatch
surum=0.4.8
devir=1
kaynak=(https://github.com/mrocklin/multipledispatch/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd "${SRC}"/multipledispatch-$surum
python3 setup.py build
python3 setup.py install --skip-build --prefix=/usr --root="$PKG" --optimize=1
}