summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-07-25 18:48:30 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-07-25 16:56:08 +0700
commit4c176f600db3954c7b72999c72bc223e8df1ef4f (patch)
treebb08b5ce8e0613dfddff2bee43b36e18dc9ad3b5 /python
parenta5c714b4377d8e55eb6004552194a491dca7586d (diff)
downloadslackbuilds-4c176f600db3954c7b72999c72bc223e8df1ef4f.tar.gz
slackbuilds-4c176f600db3954c7b72999c72bc223e8df1ef4f.tar.xz
python/python2-lz4: Updated for version 2.2.1.
This fixes building on -current. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python2-lz4/python2-lz4.SlackBuild2
-rw-r--r--python/python2-lz4/python2-lz4.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python2-lz4/python2-lz4.SlackBuild b/python/python2-lz4/python2-lz4.SlackBuild
index a5cdeba287..1ab13d8bea 100644
--- a/python/python2-lz4/python2-lz4.SlackBuild
+++ b/python/python2-lz4/python2-lz4.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python2-lz4
TARNAM=lz4
-VERSION=${VERSION:-2.1.6}
+VERSION=${VERSION:-2.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python2-lz4/python2-lz4.info b/python/python2-lz4/python2-lz4.info
index f810514757..bc1b61cf12 100644
--- a/python/python2-lz4/python2-lz4.info
+++ b/python/python2-lz4/python2-lz4.info
@@ -1,10 +1,10 @@
PRGNAM="python2-lz4"
-VERSION="2.1.6"
+VERSION="2.2.1"
HOMEPAGE="https://github.com/python-lz4/python-lz4"
-DOWNLOAD="https://files.pythonhosted.org/packages/b3/48/ef32029fc6ae23fb37568972216646deeaaf9f833c237afdf37c0d975bff/lz4-2.1.6.tar.gz"
-MD5SUM="badde942dabaac89256243b87977c49c"
+DOWNLOAD="https://files.pythonhosted.org/packages/98/52/94bb31d416e52c3c9cc432e26b7a30b4b5a3c853e81df2906ce4bbc59437/lz4-2.2.1.tar.gz"
+MD5SUM="778661bc5271b5befe11ee127c252a5d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="setuptools-scm"
+REQUIRES="python2-setuptools-scm python2-pkgconfig"
MAINTAINER="Barry J. Grundy"
EMAIL="bgrundy<at>linuxleo.com"