diff options
-rw-r--r-- | system/locust/locust.SlackBuild | 16 | ||||
-rw-r--r-- | system/locust/locust.info | 8 |
2 files changed, 5 insertions, 19 deletions
diff --git a/system/locust/locust.SlackBuild b/system/locust/locust.SlackBuild index 8b691d68d5..827767abbe 100644 --- a/system/locust/locust.SlackBuild +++ b/system/locust/locust.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=locust -VERSION=${VERSION:-2.29.1} +VERSION=${VERSION:-2.31.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -47,20 +47,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 diff --git a/system/locust/locust.info b/system/locust/locust.info index 5ea3697a36..4db43471ad 100644 --- a/system/locust/locust.info +++ b/system/locust/locust.info @@ -1,10 +1,10 @@ PRGNAM="locust" -VERSION="2.29.1" +VERSION="2.31.5" HOMEPAGE="https://github.com/locustio/locust" -DOWNLOAD="https://files.pythonhosted.org/packages/60/46/615406ab9a2e3114deed02cf04194f479c296a63c1494822b76e00dd1d7b/locust-2.29.1.tar.gz" -MD5SUM="5ca1eaa78cdca24194c7e492ceb84e9f" +DOWNLOAD="https://files.pythonhosted.org/packages/09/b3/af891e53130cff33329d05bd9e3632c125052d26981075659b86b8620599/locust-2.31.5.tar.gz" +MD5SUM="b438b92ce8e1dc55f85c9a60332a88a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-geventhttpclient python3-Flask-Basicauth python3-pyzmq msgpack-python zope.interface zope.event python3-psutil python3-configargparse python3-typing-extensions roundrobin python3-Flask-Cors python3-blinker python3-Flask-Login" +REQUIRES="python3-geventhttpclient python3-Flask-Basicauth python3-pyzmq msgpack-python zope.interface zope.event python3-psutil python3-configargparse typing-extensions roundrobin python3-Flask-Cors python3-blinker python3-Flask-Login python3-poetry-dynamic-versioning python3-dunamai" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |