# Tanım: Numpy i kullanarak 3D matematik fonksiyon kütüphanesi # URL: https://github.com/adamlwgriffiths/Pyrr # Paketçi: milisarge # Gerekler: python3 python3-setuptools python3-multipledispatch python3-numpy name=python3-pyrr version=0.9.2 release=1 source=(https://github.com/adamlwgriffiths/Pyrr/archive/${version}.tar.gz::$name-$version.tar.gz) derle() { cd "$SRC/Pyrr-$version" python3 setup.py install --root="$PKG/" --optimize=1 }