Renamed and repacked python tarball in base

Removed executable bit from some python package build files in base
This commit is contained in:
PktSurf 2024-10-29 15:46:43 +05:30
parent 99b9ef0b12
commit fd5cb987b4
28 changed files with 35 additions and 11 deletions

0
base/python-cheetah/python-cheetah.SMBuild Executable file → Normal file
View file

2
base/python-click/python-click.SMBuild Executable file → Normal file
View file

@ -16,7 +16,7 @@ prepbuilddir() {
}
build() {
python3 setup.py install --root=$pkg
python3 setup.py install --root=$pkg
cp LICENSE.rst $pkgdocs/
mkfinalpkg

0
base/python-future/python-future.SMBuild Executable file → Normal file
View file

View file

@ -0,0 +1,27 @@
# Maintainer: PktSurf <smlinux@pktsurf.in>
app=python-glad
version=2.0.4
build=1sml
homepage="https://github.com/Dav1dde/glad"
desc="Python binding for Vulkan/Mesa GFX"
requires="python3"
prepbuilddir() {
mkandenterbuilddir
rm -rf glad-$version
tar xf $srcdir/glad-$version.tar.?z*
cd glad-$version
fixbuilddirpermissions
}
build() {
python3 setup.py install --root=$pkg
cp LICENSE $pkgdocs/
mkfinalpkg
}
sha512sums="
be391ea7c4d43dbb681629c788175d566395108e95fed70acaaa49d170f34286b0706f81583728fd0e2b80d67770fbc20df1e7ecb6c2c9ed05769a50bdd9fd3d glad-2.0.4.tar.lz
"

View file

0
base/python-jinja2/python-jinja2.SMBuild Executable file → Normal file
View file

0
base/python-joblib/python-joblib.SMBuild Executable file → Normal file
View file

0
base/python-livereload/python-livereload.SMBuild Executable file → Normal file
View file

0
base/python-lunr/python-lunr.SMBuild Executable file → Normal file
View file

0
base/python-lxml/python-lxml.SMBuild Executable file → Normal file
View file

0
base/python-m2crypto/python-m2crypto.SMBuild Executable file → Normal file
View file

0
base/python-mako/python-mako.SMBuild Executable file → Normal file
View file

0
base/python-markdown/python-markdown.SMBuild Executable file → Normal file
View file

0
base/python-markupsafe/python-markupsafe.SMBuild Executable file → Normal file
View file

0
base/python-mkdocs/python-mkdocs.SMBuild Executable file → Normal file
View file

0
base/python-nltk/python-nltk.SMBuild Executable file → Normal file
View file

0
base/python-pip/python-pip.SMBuild Executable file → Normal file
View file

0
base/python-pyyaml/python-pyyaml.SMBuild Executable file → Normal file
View file

0
base/python-regex/python-regex.SMBuild Executable file → Normal file
View file

0
base/python-setuptools/python-setuptools.SMBuild Executable file → Normal file
View file

0
base/python-six/python-six.SMBuild Executable file → Normal file
View file

0
base/python-tornado/python-tornado.SMBuild Executable file → Normal file
View file

0
base/python-tqdm/python-tqdm.SMBuild Executable file → Normal file
View file

View file

0
base/python-typing/python-typing.SMBuild Executable file → Normal file
View file

2
base/python-wheel/python-wheel.SMBuild Executable file → Normal file
View file

@ -24,5 +24,5 @@ build() {
}
sha512sums="
73f5c6e77b8c396163b02e12ce7291e32960d771c732d8e97476971201b29e654d53551b2ce17db1fbde5697ced1908607995cac38fe2b61c63aec6abd4b6aaf wheel-0.36.2.tar.gz
265bcd195acc382f605c3be303e2fa220b32e99f3715836ed4491dd23e6972e09f8aa818110323e38e1e1ff8747e8495caf2ec0fe23656205a642cd0b64e6406 wheel-0.37.1.tar.lz
"

0
base/python-zipp/python-zipp.SMBuild Executable file → Normal file
View file

13
base/python3/python3.SMBuild Executable file → Normal file
View file

@ -10,10 +10,10 @@ noautoconfsite=1
prepbuilddir() {
mkandenterbuilddir
rm -rf "Python-$version"
rm -rf $app-$version
tar xf $srcdir/Python-$version.tar.?z*
cd "Python-$version"
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
applypatch $srcdir/musl-find_library.patch
@ -24,7 +24,6 @@ build() {
LDFLAGS="-lncursesw -lterminfo" \
./configure \
--prefix=/usr \
--bindir=/bin \
--with-system-expat \
--with-system-ffi \
--without-ensurepip \
@ -45,16 +44,14 @@ build() {
done
(
cd $pkg/bin ; ln -s python3 python
cd $pkg/usr/bin ; ln -s python3 python
)
mkfinalpkg
}
sha512sums="
e658b0d59b5cfdc591d626e8282b9945759f27ee6fbc8bcb8670737db32ffc11fb832dfed9b0e80188fb5f7f3f39fe6dd6191ab7736376453c9e248321e9b063 Python-3.12.6.tar.xz
b5fd0afe131c82bbce6ddf887c59eef6945910d6a9a2bc87c0927f4e4a096bf9ca4d25bcb729c40f6ebb8a65fbe8bf7b0b97a7c4a8c9e551240eb4f34b878653 Python-3.9.16.tar.xz
c828f33edf1704e3149499d6d34e89264cb5cdb2b09ff05561641b359716d7996f0fe928629e09f006b1fd7850fdaf937275919c7fdd83f5efc32707c64d814b Python-3.9.20.tar.xz
f0ed1d5b97023bf0ab007fa3dc6d7197b3944856c7bab552cd762163d7fdfdd7757f63adabbf1a7d7db7dd59f02328f8865e661559eabb8e5ad3e5692951023b python-3.9.20.tar.lz
ab8eaa2858d5109049b1f9f553198d40e0ef8d78211ad6455f7b491af525bffb16738fed60fc84e960c4889568d25753b9e4a1494834fea48291b33f07000ec2 musl-find_library.patch
a579ca09bdcf08c9d39e75df4294dc310be4ed313431b1e7607f1e44ae22da8840f5658c5a7186bc4d7c89e1c7eec4fdfb81f6a8fb17456abe7b25c5c5bdfdf3 python3.no-static-library.diff
"