python/python3-click-didyoumean: updated for version 0.3.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-03-25 09:16:59 +01:00 committed by Willy Sudiarto Raharjo
parent 19ece056bc
commit 1b3b127e3e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 9 additions and 8 deletions

View file

@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-click-didyoumean
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-0.3.0}
SRCNAM=$(tr - _ <<< ${PRGNAM#python3-*})
VERSION=${VERSION:-0.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -49,7 +49,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
#set -e
set -e
rm -rf $PKG
mkdir -p $TMP $PKG
@ -64,7 +64,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
python3 setup.py install --root=$PKG
python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,10 +1,10 @@
PRGNAM="python3-click-didyoumean"
VERSION="0.3.0"
VERSION="0.3.1"
HOMEPAGE="https://pypi.org/project/click-didyoumean/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/click-didyoumean/click-didyoumean-0.3.0.tar.gz"
MD5SUM="025e673b8fccd590049a54457b32ef7d"
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/click_didyoumean/click_didyoumean-0.3.1.tar.gz"
MD5SUM="a7d95362366d8e8db0f6f5432dcc0279"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="python3-poetry-core"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"