mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-distlib: Version bump to 0.3.8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
04f638a95e
commit
bbd463c77c
2 changed files with 4 additions and 18 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-distlib
|
||||
VERSION=${VERSION:-0.3.7}
|
||||
VERSION=${VERSION:-0.3.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -50,20 +50,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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-distlib"
|
||||
VERSION="0.3.7"
|
||||
VERSION="0.3.8"
|
||||
HOMEPAGE="https://distlib.readthedocs.io"
|
||||
DOWNLOAD="https://github.com/pypa/distlib/archive/refs/tags/0.3.7/distlib-0.3.7.tar.gz"
|
||||
MD5SUM="08fb3188f5a5c80b1d528b57febf5c52"
|
||||
DOWNLOAD="https://github.com/pypa/distlib/archive/refs/tags/0.3.8/distlib-0.3.8.tar.gz"
|
||||
MD5SUM="aec417e2f2f834d3ab602bb019135c87"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-build python3-wheel"
|
||||
|
|
Loading…
Reference in a new issue