Enabled linking base/libpcap against libusb and libnl Added additional build options in base/libvpx and base/xkeyboard-config Disabled native language support in base/neon Removed vintage code from base/openssl,pkgtools, fixed code in base/pkgtools/installpkg Added spirv-headers, glslang-vulkan-sdk and libva to xorg Upgraded xorg/libpciaccess to 0.18.1 Added code to move stuff in /usr and elf binaries in /bin in several build files in base section
30 lines
646 B
Text
Executable file
30 lines
646 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 --root=$pkg
|
|
|
|
cp COPYING.txt LICENSE.txt $pkgdocs/
|
|
|
|
mv $pkg/usr/bin $pkg/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
6216e63996e83b887cdcee6cd912d42e7da853640336b9190f5115d687848a902ee5a8edd6bfaef645c066b89e17dcd80ca1387688eb80a527ec23a0a4636e8f Cython-0.29.21.tar.gz
|
|
"
|