smlinux/base/cython/cython.SMBuild

28 lines
633 B
Text
Executable file

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=cython
version=0.29.21
build=1sml
homepage="https://pypi.org/project/Cython"
requires="python3 python-setuptools"
desc="C-Extensions for Python3"
prepbuilddir() {
mkandenterbuilddir
rm -rf Cython-$version
tar xf $srcdir/Cython-$version.tar.?z*
cd Cython-$version
fixbuilddirpermissions
}
build() {
python3 setup.py install --prefix="" --root=$pkg
cp COPYING.txt LICENSE.txt $pkgdocs/
mkfinalpkg
}
sha512sums="
6216e63996e83b887cdcee6cd912d42e7da853640336b9190f5115d687848a902ee5a8edd6bfaef645c066b89e17dcd80ca1387688eb80a527ec23a0a4636e8f Cython-0.29.21.tar.gz
"