aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2024-11-19 13:23:54 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-23 10:50:41 +0700
commit1d74c8ce0914b7433500b7f6cf67661ada6ee76d (patch)
tree5a837d4c3ad18b5b224bf425aeaf439fec447a21
parentbe3ffb5b6eb7a1a5419ccaf972cd9ddfc7914470 (diff)
python/python3-flit: Updated for version 3.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-flit/python3-flit.SlackBuild18
-rw-r--r--python/python3-flit/python3-flit.info6
2 files changed, 5 insertions, 19 deletions
diff --git a/python/python3-flit/python3-flit.SlackBuild b/python/python3-flit/python3-flit.SlackBuild
index b9292df487..e212d8d653 100644
--- a/python/python3-flit/python3-flit.SlackBuild
+++ b/python/python3-flit/python3-flit.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-flit
-# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2022-2024 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-flit
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-3.9.0}
+VERSION=${VERSION:-3.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -48,20 +48,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
set -e
rm -rf $PKG
diff --git a/python/python3-flit/python3-flit.info b/python/python3-flit/python3-flit.info
index 472ed2b61a..972f3f6bf4 100644
--- a/python/python3-flit/python3-flit.info
+++ b/python/python3-flit/python3-flit.info
@@ -1,8 +1,8 @@
PRGNAM="python3-flit"
-VERSION="3.9.0"
+VERSION="3.10.1"
HOMEPAGE="https://github.com/pypa/flit"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flit/flit-3.9.0.tar.gz"
-MD5SUM="f18a36cfbbc28dabc7c32d8849327ae9"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flit/flit-3.10.1.tar.gz"
+MD5SUM="bae96bc842daf0ff81202db673f345c7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-tomli_w"