Browse Source
python/python3-uv_build: Updated for version 0.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/339/head
fourtysixandtwo
4 weeks ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
9 additions and
11 deletions
-
python/python3-uv_build/python3-uv_build.SlackBuild
-
python/python3-uv_build/python3-uv_build.info
|
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-uv_build |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-0.8.22} |
|
|
|
VERSION=${VERSION:-0.9.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
@ -73,11 +73,9 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.?z |
|
|
|
tar xvf $CWD/$SRCNAM-vendored-sources-$VERSION-$VSBUILD.tar.?z |
|
|
|
cd $SRCNAM-$VERSION |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
-o -perm 511 \) -exec chmod 755 {} \+ -o \ |
|
|
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ |
|
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ |
|
|
|
find . ! -type l -a \ |
|
|
|
\( -perm /111 -a ! -perm 755 -a -exec chmod -f 755 {} + \) -o \ |
|
|
|
\( ! -perm /111 -a ! -perm 644 -a -exec chmod -f 644 {} + \) |
|
|
|
|
|
|
|
# patch to not include patched git builds which require network |
|
|
|
# https://build.opensuse.org/projects/devel:languages:python/packages/python-uv-build/files/no-git-patch-builds.patch |
|
|
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="python3-uv_build" |
|
|
|
VERSION="0.8.22" |
|
|
|
VERSION="0.9.1" |
|
|
|
HOMEPAGE="https://docs.astral.sh/uv/" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/u/uv_build/uv_build-0.8.22.tar.gz \ |
|
|
|
https://slackware.uk/~fourtysixandtwo/src/uv_build-vendored-sources-0.8.22-1.tar.xz" |
|
|
|
MD5SUM="edf8c2abe7a99e3963b53f3ee090b5bf \ |
|
|
|
365fdd412b8cd7d852e96825e9f479c2" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/u/uv_build/uv_build-0.9.1.tar.gz \ |
|
|
|
https://slackware.uk/~fourtysixandtwo/src/uv_build-vendored-sources-0.9.1-1.tar.xz" |
|
|
|
MD5SUM="d0c40b686dc66b4e0c64d19242cf1a76 \ |
|
|
|
ea29765cd14ba465387823daf7ffebfb" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-maturin" |
|
|
|
|