python/python3-pexpect: Update for 4.9.0 (+new maintainer)

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-06-16 22:39:59 -07:00 committed by Willy Sudiarto Raharjo
parent 501fd8ca43
commit d5b713fc70
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 23 deletions

View File

@ -5,6 +5,7 @@
# Copyright (c) 2007 Javier Rojas <jerojasro@gmail.com>
# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2024 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pexpect
VERSION=${VERSION:-4.8.0}
VERSION=${VERSION:-4.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -42,9 +43,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
@ -54,20 +52,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,10 +1,10 @@
PRGNAM="python3-pexpect"
VERSION="4.8.0"
VERSION="4.9.0"
HOMEPAGE="https://github.com/pexpect/pexpect"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.8.0.tar.gz"
MD5SUM="153eb25184249d6a85fde9acf4804085"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-4.9.0.tar.gz"
MD5SUM="f48d48325ee7f1221add0396ea9e2f14"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-ptyprocess"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"