smlinux/base/python-six/python-six.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
614 B
Text

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=python-six
version=1.14.0
build=1sml
homepage="https://pypi.python.org/pypi/python-six/"
desc="Python 2 and 3 compatibility library"
requires="python3 python-setuptools"
prepbuilddir() {
mkandenterbuilddir
rm -rf six-$version
tar xf $srcdir/six-$version.tar.?z*
cd six-$version
fixbuilddirpermissions
}
build() {
python setup.py install --root=$pkg
cp LICENSE $pkgdocs/
mkfinalpkg
}
sha512sums="
22076cc724c39af8d9e04241ddf3e0651b47685016485d5e6e948218b934310a6b9b0f8fd6b200dac11c606e1bba52c28878fdcae5461ac1901e3a30d74149c5 six-1.14.0.tar.lz
"