python/python3-patsy: Update for 1.0.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-11-12 13:31:57 -08:00 committed by Willy Sudiarto Raharjo
parent 4e3ee339ef
commit 8deebe8bea
2 changed files with 4 additions and 18 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-patsy
VERSION=${VERSION:-0.5.6}
VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -49,20 +49,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-patsy"
VERSION="0.5.6"
VERSION="1.0.1"
HOMEPAGE="https://patsy.readthedocs.org/en/latest/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/patsy/patsy-0.5.6.tar.gz"
MD5SUM="9bc092cff4f71eb4e77ed4ba15e567b1"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/patsy/patsy-1.0.1.tar.gz"
MD5SUM="38455f3ce8ed13b143c40c9f4b8a572f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-numpy"