File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
2626
2727PRGNAM=python3-cattrs
2828SRCNAM=${PRGNAM# python3-* }
29- VERSION=${VERSION:- 25.2 .0}
29+ VERSION=${VERSION:- 25.3 .0}
3030BUILD=${BUILD:- 1}
3131TAG=${TAG:- _SBo}
3232PKGTYPE=${PKGTYPE:- tgz}
@@ -57,11 +57,9 @@ rm -rf $SRCNAM-$VERSION
5757tar xvf $CWD /$SRCNAM -$VERSION .tar.? z
5858cd $SRCNAM -$VERSION
5959chown -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
6664PYVER=$( python3 -c ' import sys; print("%d.%d" % sys.version_info[:2])' )
6765export PYTHONPATH=/opt/python$PYVER /site-packages
Original file line number Diff line number Diff line change 11PRGNAM="python3-cattrs"
2- VERSION="25.2 .0"
2+ VERSION="25.3 .0"
33HOMEPAGE="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 "
66DOWNLOAD_x86_64=""
77MD5SUM_x86_64=""
88REQUIRES="python3-typing-extensions python3-attrs python3-exceptiongroup"
You can’t perform that action at this time.
0 commit comments