Removed build options that placed elf binaries in /bin Removed executable bit from some build files
28 lines
615 B
Text
28 lines
615 B
Text
# 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 $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
python3 setup.py install --root=$pkg
|
|
|
|
cp COPYING.txt LICENSE.txt $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
7f5998024f307b91fdea33348e0314a241f27791aec7db915fb5f502a9cbaa12e635a814d53f318d393369f03db78064940c54071746bf095a324e3a986e13f2 cython-0.29.21.tar.lz
|
|
"
|