diff options
author | adam <adam@pkgsrc.org> | 2018-04-05 12:01:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-05 12:01:54 +0000 |
commit | e94a8bce1c340551ceb7b0c386987f3f728c9a4b (patch) | |
tree | 1cd9d9862ef3ee25cfcaf9575e9fc813e1b15fb6 /archivers | |
parent | 19902a7085adb63e48c432569f222922a46d1f1a (diff) | |
download | pkgsrc-e94a8bce1c340551ceb7b0c386987f3f728c9a4b.tar.gz |
py-lz4: updated to 1.1.0
1.1.0:
This release removes the deprecated functions which were marked as remove in 1.0, but nonetheless remained:
lz4.lz4version()
LZ4FrameCompressor.finalize()
As a side effect, we noo longer have a dependency on the deprecation package.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-lz4/Makefile | 13 | ||||
-rw-r--r-- | archivers/py-lz4/PLIST | 4 | ||||
-rw-r--r-- | archivers/py-lz4/distinfo | 10 |
3 files changed, 15 insertions, 12 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile index 539302407d7..69b269e988b 100644 --- a/archivers/py-lz4/Makefile +++ b/archivers/py-lz4/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2018/02/23 14:14:23 adam Exp $ +# $NetBSD: Makefile,v 1.16 2018/04/05 12:01:54 adam Exp $ -DISTNAME= lz4-1.0.0 +DISTNAME= lz4-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= archivers python MASTER_SITES= ${MASTER_SITE_PYPI:=l/lz4/} @@ -10,12 +10,15 @@ HOMEPAGE= https://github.com/python-lz4/python-lz4 COMMENT= Python LZ4 binding LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-deprecation-[0-9]*:../../devel/py-deprecation BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm BUILD_DEPENDS+= ${PYPKGPREFIX}-pkgconfig-[0-9]*:../../devel/py-pkgconfig BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner -# TEST_DEPENDS -BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test + +.include "../../lang/python/pyversion.mk" +.if "${PYPKGPREFIX}" == "py27" +DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future +.endif .include "../../archivers/lz4/buildlink3.mk" .include "../../lang/python/egg.mk" diff --git a/archivers/py-lz4/PLIST b/archivers/py-lz4/PLIST index 1fc30c6fbce..2a0a2c616d8 100644 --- a/archivers/py-lz4/PLIST +++ b/archivers/py-lz4/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 2018/01/28 08:54:20 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2018/04/05 12:01:54 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/lz4/__init__.py ${PYSITELIB}/lz4/__init__.pyc diff --git a/archivers/py-lz4/distinfo b/archivers/py-lz4/distinfo index ea47dbe4cd8..9843561f1c9 100644 --- a/archivers/py-lz4/distinfo +++ b/archivers/py-lz4/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2018/02/23 14:14:23 adam Exp $ +$NetBSD: distinfo,v 1.14 2018/04/05 12:01:54 adam Exp $ -SHA1 (lz4-1.0.0.tar.gz) = c54187edaab8ef1c0874f2e630ede9453eef74b2 -RMD160 (lz4-1.0.0.tar.gz) = ee97688c35ab1a0c4d99fb4d8450efd3943f635c -SHA512 (lz4-1.0.0.tar.gz) = 79f20cd6c07514dad27708a856948eaf5cdac297080d6ec7ef91476c7824be9e498c72abec007a57df51101bcce55b549152b4084940a5e345707f6c6c781ea1 -Size (lz4-1.0.0.tar.gz) = 114684 bytes +SHA1 (lz4-1.1.0.tar.gz) = 14c2dec121fdbea5c999e1e8fa8a8305e09f69cf +RMD160 (lz4-1.1.0.tar.gz) = 2953fde74b2dea40e952bb08fb2428703ff09fc2 +SHA512 (lz4-1.1.0.tar.gz) = 3119247e4334b0898b6258a286ea1e2ffeb2e6da958366ec9aefd48e476f05d16b0f059cf47954ea5efafab5a5de0c3f2a825c9e765b488618d75b2d60726c80 +Size (lz4-1.1.0.tar.gz) = 114404 bytes SHA1 (patch-setup.py) = 19f0fda54400ee21374e22c7657bf50d0c6c1c41 |