prevent accidents with the general build environment. More changes in the build system and other section build files to follow. -> Fixed library path in base/libical build file to prevent creation of lib64 directory -> Fixed code that searches for an SMBuild file inside a package installer when installing from a package using base/pkgtools's installpkg script -> Added a missing brace in base/findutils build file -> Upgraded base/ntfs-3g to 2021.8.22 -> Temporarily removed rm -f command used to discard man pages in base/openssl build file -> Added if/else check in base/rust build file to only extract rust toolchain in the absence of rust installation on the system -> Upgraded base/syssstat to 12.5.5
25 lines
571 B
Text
Executable file
25 lines
571 B
Text
Executable file
app=cython
|
|
version=0.29.21
|
|
build=1sml
|
|
homepage="https://pypi.org/project/Cython"
|
|
requires="python3 python-setuptools"
|
|
desc="C-Extensions for Python3"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf Cython-$version
|
|
|
|
tar xf $srcdir/Cython-$version.tar.?z*
|
|
cd Cython-$version
|
|
fixbuilddirpermissions
|
|
|
|
python3 setup.py install --prefix="" --root=$pkg
|
|
|
|
cp COPYING.txt LICENSE.txt $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
6216e63996e83b887cdcee6cd912d42e7da853640336b9190f5115d687848a902ee5a8edd6bfaef645c066b89e17dcd80ca1387688eb80a527ec23a0a4636e8f Cython-0.29.21.tar.gz
|
|
"
|