aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-04-09 01:08:49 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-04-09 04:12:26 +0000
commitd8093e436978550303b84ec8aaf737ebed6c32df (patch)
tree5d8990f0e8b32bb25ad9bdca5d0f9db065d8ffcf
parenta256ae6a52dcc19734f1e1e40fded0954607dd04 (diff)
main/py3-setuptools: upgrade to 56.0.0
-rw-r--r--main/py3-setuptools/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/main/py3-setuptools/APKBUILD b/main/py3-setuptools/APKBUILD
index 583b0673c74..dfbf5841496 100644
--- a/main/py3-setuptools/APKBUILD
+++ b/main/py3-setuptools/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-setuptools
_pkgname=${pkgname#py3-}
-pkgver=54.2.0
+pkgver=56.0.0
pkgrel=0
pkgdesc="Collection of enhancements to the Python3 distutils"
options="!check" # Tests require packages out of main/
@@ -53,7 +53,11 @@ build() {
}
package() {
+ # Otherwise it complains that build/scripts-3.9 cannot be found
+ # no other changes noted
+ mkdir -p build/scripts-3.9
+
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="629d43cf3fce2e440fab2c7c57b91c419859e8d75a574550d747294084580e970f6db6ef4dc42a03ae614b246cd73d15e41ed22e85ce3c8dc9be6c87ac53fafd setuptools-54.2.0.tar.gz"
+sha512sums="ea8920135fba6340744cd0944838d0fcdcdf047f4fa39041c3d542b5c429fbeb21641f5a980b6d57300cdc52f6b8e896feda766dd14707080aa37f7ec0832c12 setuptools-56.0.0.tar.gz"