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

15 lines
453 B
Plaintext

# Description: Numpy i kullanarak 3D matematik fonksiyon kütüphanesi
# URL: https://github.com/adamlwgriffiths/Pyrr
# Packager: milisarge
# Depends on: 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)
build() {
cd "$SRC/Pyrr-$version"
python3 setup.py install --root="$PKG/" --optimize=1
}