summaryrefslogtreecommitdiffstats
path: root/python/python3-hatch_fancy_pypi_readme
diff options
context:
space:
mode:
author fourtysixandtwo2023-06-08 20:09:57 +0200
committer Willy Sudiarto Raharjo2023-06-10 04:19:41 +0200
commit269a25a651bc790887f22c61e0dcd9fc215ea1f6 (patch)
tree4a5e21a8521a9dab27579ebcab5355d7b5c933fc /python/python3-hatch_fancy_pypi_readme
parent3c695d207ad0d36cd024eaeb703d9cab1d59f7fa (diff)
downloadslackbuilds-269a25a651bc790887f22c61e0dcd9fc215ea1f6.tar.gz
python/python3-hatch_fancy_pypi_readme: Updated for version 23.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-hatch_fancy_pypi_readme')
-rw-r--r--python/python3-hatch_fancy_pypi_readme/python3-hatch_fancy_pypi_readme.SlackBuild8
-rw-r--r--python/python3-hatch_fancy_pypi_readme/python3-hatch_fancy_pypi_readme.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/python/python3-hatch_fancy_pypi_readme/python3-hatch_fancy_pypi_readme.SlackBuild b/python/python3-hatch_fancy_pypi_readme/python3-hatch_fancy_pypi_readme.SlackBuild
index 71027d2d3e..0acf56738e 100644
--- a/python/python3-hatch_fancy_pypi_readme/python3-hatch_fancy_pypi_readme.SlackBuild
+++ b/python/python3-hatch_fancy_pypi_readme/python3-hatch_fancy_pypi_readme.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-hatch_fancy_pypi_readme
-# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-hatch_fancy_pypi_readme
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-22.8.0}
+VERSION=${VERSION:-23.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -73,9 +73,9 @@ 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 \
+ -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 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl
diff --git a/python/python3-hatch_fancy_pypi_readme/python3-hatch_fancy_pypi_readme.info b/python/python3-hatch_fancy_pypi_readme/python3-hatch_fancy_pypi_readme.info
index d2564fcd86..a53784cfc7 100644
--- a/python/python3-hatch_fancy_pypi_readme/python3-hatch_fancy_pypi_readme.info
+++ b/python/python3-hatch_fancy_pypi_readme/python3-hatch_fancy_pypi_readme.info
@@ -1,8 +1,8 @@
PRGNAM="python3-hatch_fancy_pypi_readme"
-VERSION="22.8.0"
+VERSION="23.1.0"
HOMEPAGE="https://github.com/hynek/hatch-fancy-pypi-readme"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatch_fancy_pypi_readme/hatch_fancy_pypi_readme-22.8.0.tar.gz"
-MD5SUM="588776ea8e3608714d4cbba16dffa92b"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatch_fancy_pypi_readme/hatch_fancy_pypi_readme-23.1.0.tar.gz"
+MD5SUM="8755cce1a4a4d5e5d84992089801acbf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatchling"