smlinux/base/python-typing/python-typing.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
607 B
Text

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