summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2025-05-06 19:19:12 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2025-05-10 12:09:00 +0700
commit8369886f8d8108d95f114d87820f5adfd83e3b4a (patch)
treeab0724a036ff54bb40968966dcbe131c3ec0b02a
parented63d320de100f2796e9aee07f5de541a9741340 (diff)
downloadslackbuilds-8369886f8d8108d95f114d87820f5adfd83e3b4a.tar.gz
slackbuilds-8369886f8d8108d95f114d87820f5adfd83e3b4a.tar.xz
python/python3-setuptools-opt: Updated for version 80.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild4
-rw-r--r--python/python3-setuptools-opt/python3-setuptools-opt.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild b/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild
index 98200a4326..0386d3752c 100644
--- a/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild
+++ b/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-setuptools-opt
SRCNAM=setuptools
-VERSION=${VERSION:-80.1.0}
+VERSION=${VERSION:-80.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -111,7 +111,7 @@ else
fi
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a NEWS.rst LICENSE PKG-INFO README.rst \
+cp -a NEWS.rst PKG-INFO README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/python/python3-setuptools-opt/python3-setuptools-opt.info b/python/python3-setuptools-opt/python3-setuptools-opt.info
index f93f302619..b521515ca7 100644
--- a/python/python3-setuptools-opt/python3-setuptools-opt.info
+++ b/python/python3-setuptools-opt/python3-setuptools-opt.info
@@ -1,8 +1,8 @@
PRGNAM="python3-setuptools-opt"
-VERSION="80.1.0"
+VERSION="80.3.1"
HOMEPAGE="https://pypi.org/project/setuptools/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-80.1.0.tar.gz"
-MD5SUM="5166c89fb80c5b05a51ca4034ffae788"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-80.3.1.tar.gz"
+MD5SUM="def5e5a92579663416097d8b22bb539d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-packaging-opt python3-wheel"