From 269a25a651bc790887f22c61e0dcd9fc215ea1f6 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Thu, 8 Jun 2023 12:09:57 -0600 Subject: python/python3-hatch_fancy_pypi_readme: Updated for version 23.1.0. Signed-off-by: Willy Sudiarto Raharjo --- .../python3-hatch_fancy_pypi_readme.SlackBuild | 8 ++++---- .../python3-hatch_fancy_pypi_readme.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'python/python3-hatch_fancy_pypi_readme') 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 +# Copyright 2022-23 fourtysixandtwo # 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" -- cgit v1.2.3