diff options
author | adam <adam@pkgsrc.org> | 2018-10-14 09:15:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-14 09:15:53 +0000 |
commit | 11abd2f473214383e69e873f6d87597ad1c87f9f (patch) | |
tree | f9b386721e3fc8258ca939737d4e3dd3f0502390 /archivers/py-lz4 | |
parent | 2ee2e6d697a7c0c522473e5b20b98d9b2767910c (diff) | |
download | pkgsrc-11abd2f473214383e69e873f6d87597ad1c87f9f.tar.gz |
py-lz4: updated to 2.1.1
2.1.1:
This release updates the bundled LZ4 libraries to version 1.8.3. This fixes a bug with the block format compression/decompression.
Diffstat (limited to 'archivers/py-lz4')
-rw-r--r-- | archivers/py-lz4/Makefile | 6 | ||||
-rw-r--r-- | archivers/py-lz4/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile index 8943049fb54..a06302d358f 100644 --- a/archivers/py-lz4/Makefile +++ b/archivers/py-lz4/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2018/08/07 06:17:45 adam Exp $ +# $NetBSD: Makefile,v 1.20 2018/10/14 09:15:53 adam Exp $ -DISTNAME= lz4-2.1.0 +DISTNAME= lz4-2.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= archivers python MASTER_SITES= ${MASTER_SITE_PYPI:=l/lz4/} @@ -16,7 +16,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test .include "../../lang/python/pyversion.mk" -.if "${PYPKGPREFIX}" == "py27" +.if ${_PYTHON_VERSION} == 27 DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future .endif diff --git a/archivers/py-lz4/distinfo b/archivers/py-lz4/distinfo index dd58b56aeff..80898cb9f1a 100644 --- a/archivers/py-lz4/distinfo +++ b/archivers/py-lz4/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2018/08/07 06:17:45 adam Exp $ +$NetBSD: distinfo,v 1.18 2018/10/14 09:15:53 adam Exp $ -SHA1 (lz4-2.1.0.tar.gz) = 683b32fb5380c48d734ff268d9aa4216b8e34123 -RMD160 (lz4-2.1.0.tar.gz) = a2d6d6648046ac42b05da124bd0e54a7a387de98 -SHA512 (lz4-2.1.0.tar.gz) = d1edeccfcc7c0ee45b59424729b74f67931c0662ac8c4302793a6e298adc23506f0b674248366d55484b7a86cdb0b9af50879b9fd3675cae10e543e1d4804468 -Size (lz4-2.1.0.tar.gz) = 127531 bytes +SHA1 (lz4-2.1.1.tar.gz) = c2621a204b851a8e30a82f4b9f09604c1a0230a0 +RMD160 (lz4-2.1.1.tar.gz) = 94d1f0d7787757d177574bf3ce63f488cf69356f +SHA512 (lz4-2.1.1.tar.gz) = 198f2c6df1329093cf0b1d0b941e7a6d96a6fd915d4cadafe245c206738148b2d7ef280589d6a1b446367b62f8e23aa10d31384d306137d75ba5edb7d5f705ed +Size (lz4-2.1.1.tar.gz) = 128498 bytes SHA1 (patch-setup.py) = 19f0fda54400ee21374e22c7657bf50d0c6c1c41 |