2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Numpy i kullanarak 3D matematik fonksiyon kütüphanesi
|
2017-10-23 16:35:36 +02:00
|
|
|
|
# URL: https://github.com/adamlwgriffiths/Pyrr
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python3 python3-setuptools python3-multipledispatch python3-numpy
|
2017-10-23 16:35:36 +02:00
|
|
|
|
|
|
|
|
|
name=python3-pyrr
|
|
|
|
|
version=0.9.2
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://github.com/adamlwgriffiths/Pyrr/archive/${version}.tar.gz::$name-$version.tar.gz)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-23 16:35:36 +02:00
|
|
|
|
cd "$SRC/Pyrr-$version"
|
|
|
|
|
python3 setup.py install --root="$PKG/" --optimize=1
|
|
|
|
|
}
|