summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Thibaut Notteboom2023-11-20 03:51:07 +0100
committer Willy Sudiarto Raharjo2023-11-20 04:15:58 +0100
commit86cea36e48dfc93ddcaea04a27925e6341431f2c (patch)
tree99374f24141fe0a7124fbcdccdc20213fd2e2025
parentc674b9982589915ae09a116bc57c9eab87918710 (diff)
downloadslackbuilds-86cea36e48dfc93ddcaea04a27925e6341431f2c.tar.gz
python/bottle-mysql: Updated for version 0.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/bottle-mysql/bottle-mysql.SlackBuild10
-rw-r--r--python/bottle-mysql/bottle-mysql.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/python/bottle-mysql/bottle-mysql.SlackBuild b/python/bottle-mysql/bottle-mysql.SlackBuild
index 64e636a09f..74e1c78e25 100644
--- a/python/bottle-mysql/bottle-mysql.SlackBuild
+++ b/python/bottle-mysql/bottle-mysql.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for bottle-mysql
-# Copyright 2015 Thibaut Notteboom, Paris, FRANCE
+# Copyright 2015-2023 Thibaut Notteboom, Paris, FRANCE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bottle-mysql
-VERSION=${VERSION:-0.2.2}
+VERSION=${VERSION:-0.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -59,6 +56,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
diff --git a/python/bottle-mysql/bottle-mysql.info b/python/bottle-mysql/bottle-mysql.info
index bb3ae2b765..da955e4ff1 100644
--- a/python/bottle-mysql/bottle-mysql.info
+++ b/python/bottle-mysql/bottle-mysql.info
@@ -1,8 +1,8 @@
PRGNAM="bottle-mysql"
-VERSION="0.2.2"
+VERSION="0.3.1"
HOMEPAGE="https://pypi.python.org/pypi/bottle-mysql/"
-DOWNLOAD="https://pypi.python.org/packages/source/b/bottle-mysql/bottle-mysql-0.2.2.tar.gz"
-MD5SUM="c342e8e4e08f6d111da9c4b2158b3f24"
+DOWNLOAD="https://pypi.python.org/packages/source/b/bottle-mysql/bottle-mysql-0.3.1.tar.gz"
+MD5SUM="e307ca4f699e6807448c09e94ba580db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="bottle MySQL-python"