Remove old removestaticlibs function call in giflib, libcap, mozilla-nssand x264 packages in base

Upgraded python-{pip,wheel,setuptools} in base
This commit is contained in:
PktSurf 2022-09-23 11:42:48 +05:30
parent 3dcc4d315a
commit 6db354d731
7 changed files with 12 additions and 16 deletions

View file

@ -20,7 +20,6 @@ build() {
make install DESTDIR=$pkg PREFIX="/"
cp COPYING $pkgdocs/
removestaticlibs
mkfinalpkg
}

View file

@ -31,7 +31,6 @@ build() {
LD_LIBRARY_PATH=${LIBDIR} ${SBINDIR}/setcap cap_setfacap=i ${SBINDIR}/setcap || echo "oops"
cp License $pkgdocs/
removestaticlibs
mkfinalpkg
}

View file

@ -100,7 +100,6 @@ EOT
)
cp -a $srcdir/{MPL-1.1.txt,gpl-2.0.txt,lgpl-2.1.txt} $pkgdocs/
removestaticlibs
mkfinalpkg
}

View file

@ -1,8 +1,8 @@
app=python-pip
version=20.1.1
version=22.2.2
build=1sml
homepage="https://pypi.org/project/pip/"
download="https://github.com/pypa/pip/archive/refs/tags/20.1.1.tar.gz"
download="https://github.com/pypa/pip/archive/refs/tags/$version.tar.gz"
desc="Package installer for python"
requires="python3 python-setuptools"
@ -14,14 +14,11 @@ build() {
cd pip-$version
fixbuilddirpermissions
python setup.py build
python setup.py install --prefix="" --root=$pkg
cp LICENSE.txt $pkgdocs/
mkfinalpkg
}
sha512sums="
383bab9880fbaaa46681257c389bf04238c8b9418d83f110be7b23331846cf3d353287793c3bfb920ba6b05fe23d1779b43a84c0d74cafb4c3561f55736423d8 pip-20.1.1.tar.lz
bd59e28b55475b77a8f11ea771cbad3b2602ff974e219f9a55288963a9522c9279a5b00fde40fb65cfebefae0e905d3da3c06fe50b402aa5326b25f70a98a015 pip-22.2.2.tar.gz
"

View file

@ -1,8 +1,8 @@
app=python-setuptools
version=46.4.0
version=57.5.0
build=1sml
homepage="https://github.com/pypa/setuptools"
download="https://github.com/pypa/setuptools/archive/refs/tags/v$version.tar.gz"
download="https://slackware.uk/slackware/slackware-15.0/source/d/python-setuptools/setuptools-$version.tar.lz"
desc="python module installation helper"
requires="python3"
@ -13,9 +13,11 @@ build() {
tar xf $srcdir/setuptools-$version.tar.?z*
cd setuptools-$version
fixbuilddirpermissions
# Discard Windows binaries
rm -f setuptools/*.exe
python bootstrap.py
python setup.py install --prefix="" --root=$pkg --optimize=1
python setup.py install --prefix="" --root=$pkg
cp LICENSE $pkgdocs/
@ -23,5 +25,5 @@ build() {
}
sha512sums="
fe22f2fd29791fbdb065c5ef4eca478f623f029dc6ef572e206b47419df311e42d2968e2f3752f1299a35bd71b59bcf69c0f6fb67b477ba810fd0c141ea1183b setuptools-46.4.0.tar.lz
8a43126d246644eeffc34f5c3418ed31128b4a60d0965aadc258105e3e8545fa1716dc320393cf8a96b4a8558bb7bf8b62146dee443fa185f154dbb6c85ca6cb setuptools-57.5.0.tar.lz
"

View file

@ -1,7 +1,8 @@
app=python-wheel
version=0.36.2
version=0.37.1
build=1sml
homepage="https://pypi.org/project/wheel/"
download="https://files.pythonhosted.org/packages/c0/6c/9f840c2e55b67b90745af06a540964b73589256cb10cc10057c87ac78fc2/wheel-$version.tar.gz"
desc="Python implementation of the python wheel packaging standard"
requires="python-click"

View file

@ -25,7 +25,6 @@ build() {
make install DESTDIR=$pkg
cp AUTHORS COPYING doc/* $pkgdocs/
removestaticlibs
mkfinalpkg
}