python/python3-dotenv: Updated for version 1.0.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-02-20 04:26:56 -07:00 committed by Willy Sudiarto Raharjo
parent 349c692efd
commit 9ace2030c3
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 19 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for python3-dotenv
# 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-dotenv
SRCNAM=${PRGNAM/3/}
VERSION=${VERSION:-1.0.0}
VERSION=${VERSION:-1.0.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

View File

@ -1,8 +1,8 @@
PRGNAM="python3-dotenv"
VERSION="1.0.0"
VERSION="1.0.1"
HOMEPAGE="https://github.com/theskumar/python-dotenv"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/python-dotenv/python-dotenv-1.0.0.tar.gz"
MD5SUM="47129adbbaf20422e8d19fe99d74be33"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/python-dotenv/python-dotenv-1.0.1.tar.gz"
MD5SUM="68abb78e05460ce558ca255de550e1ea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""