15 lines
436 B
Plaintext
15 lines
436 B
Plaintext
|
# 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
|
|||
|
|
|||
|
isim=python3-pyrr
|
|||
|
surum=0.9.2
|
|||
|
devir=1
|
|||
|
kaynak=(https://github.com/adamlwgriffiths/Pyrr/archive/${surum}.tar.gz::$isim-$surum.tar.gz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd "$SRC/Pyrr-$surum"
|
|||
|
python3 setup.py install --root="$PKG/" --optimize=1
|
|||
|
}
|