smlinux/base/python-zipp/python-zipp.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
623 B
Text

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=python-zipp
version=3.4.1
build=1sml
homepage="https://pypi.org/project/zipp/"
desc="Pathlib-compatible Zipfile object wrapper for python"
requires="python-typing-extensions"
prepbuilddir() {
mkandenterbuilddir
rm -rf zipp-$version
tar xf $srcdir/zipp-$version.tar.?z*
cd zipp-$version
fixbuilddirpermissions
}
build() {
python3 setup.py install --root=$pkg
cp LICENSE $pkgdocs/
mkfinalpkg
}
sha512sums="
2ba50109efd0ceea9eb1d57e2d839f522b5a78a8dae344d6da54b79305dd46bff23f1116f562127290152c0b100369439c17fe9dc3fb14d0b42beaa48348ebe6 zipp-3.4.1.tar.gz
"