Skip to content

Commit 2756185

Browse files
fourtysixand2willysr
authored andcommitted
python/python3-cattrs: Updated for version 25.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
1 parent e72c08f commit 2756185

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

python/python3-cattrs/python3-cattrs.SlackBuild

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
2626

2727
PRGNAM=python3-cattrs
2828
SRCNAM=${PRGNAM#python3-*}
29-
VERSION=${VERSION:-25.2.0}
29+
VERSION=${VERSION:-25.3.0}
3030
BUILD=${BUILD:-1}
3131
TAG=${TAG:-_SBo}
3232
PKGTYPE=${PKGTYPE:-tgz}
@@ -57,11 +57,9 @@ rm -rf $SRCNAM-$VERSION
5757
tar xvf $CWD/$SRCNAM-$VERSION.tar.?z
5858
cd $SRCNAM-$VERSION
5959
chown -R root:root .
60-
find -L . \
61-
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
62-
-o -perm 511 \) -exec chmod 755 {} \+ -o \
63-
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
64-
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
60+
find . ! -type l -a \
61+
\( -perm /111 -a ! -perm 755 -a -exec chmod -f 755 {} + \) -o \
62+
\( ! -perm /111 -a ! -perm 644 -a -exec chmod -f 644 {} + \)
6563

6664
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
6765
export PYTHONPATH=/opt/python$PYVER/site-packages

python/python3-cattrs/python3-cattrs.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PRGNAM="python3-cattrs"
2-
VERSION="25.2.0"
2+
VERSION="25.3.0"
33
HOMEPAGE="https://github.com/python-attrs/cattrs"
4-
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-25.2.0.tar.gz"
5-
MD5SUM="ed64baf26fb55437e4a1b607a97b2984"
4+
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-25.3.0.tar.gz"
5+
MD5SUM="9b7b27f64ada35523229b778f4199043"
66
DOWNLOAD_x86_64=""
77
MD5SUM_x86_64=""
88
REQUIRES="python3-typing-extensions python3-attrs python3-exceptiongroup"

0 commit comments

Comments
 (0)