smlinux/base/python-mako/python-mako.SMBuild
PktSurf fd5cb987b4 Renamed and repacked python tarball in base
Removed executable bit from some python package build files in base
2024-10-29 15:46:43 +05:30

27 lines
615 B
Text

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=python-mako
version=1.1.3
build=1sml
homepage="http://www.makotemplates.org/"
desc="Template library for compiling high performance python modules"
requires="python3"
prepbuilddir() {
mkandenterbuilddir
rm -rf Mako-$version
tar xf $srcdir/Mako-$version.tar.?z*
cd Mako-$version
fixbuilddirpermissions
}
build() {
python setup.py install --root=$pkg
cp LICENSE $pkgdocs/
mkfinalpkg
}
sha512sums="
ce868ba748a67c1abcbc21a783f666c53e58fd379b532cbc94327580b1db205068477e0e5b047c333885d965bb1944d72b39b6b466a55ebc41cef469fb8fd150 Mako-1.1.3.tar.lz
"