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

16 lines
478 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: Multiple dispatch implementation in Python
# URL: https://github.com/mrocklin/multipledispatch
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools
name=python3-multipledispatch
version=0.4.8
release=1
source=(https://github.com/mrocklin/multipledispatch/archive/$version.tar.gz::$name-$version.tar.gz)
derle() {
cd "${SRC}"/multipledispatch-$version
python3 setup.py build
python3 setup.py install --skip-build --prefix=/usr --root="$PKG" --optimize=1
}