diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-30 12:38:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-30 12:38:02 +0000 |
commit | fe4d9559dd3d4cf2dda56e75ae46830de1302f09 (patch) | |
tree | c2f0b7d236c4f90ee281125bc756458fe3b0b627 /archivers/py-lz4 | |
parent | ea874a521d74f252ececbe5344007d08b475af99 (diff) | |
download | pkgsrc-fe4d9559dd3d4cf2dda56e75ae46830de1302f09.tar.gz |
py-lz4: fix packaging
Clean up pkglint warnings while here.
Diffstat (limited to 'archivers/py-lz4')
-rw-r--r-- | archivers/py-lz4/DESCR | 2 | ||||
-rw-r--r-- | archivers/py-lz4/Makefile | 4 | ||||
-rw-r--r-- | archivers/py-lz4/PLIST | 10 | ||||
-rw-r--r-- | archivers/py-lz4/distinfo | 3 |
4 files changed, 9 insertions, 10 deletions
diff --git a/archivers/py-lz4/DESCR b/archivers/py-lz4/DESCR index 4e32194a062..0f621f8e7c4 100644 --- a/archivers/py-lz4/DESCR +++ b/archivers/py-lz4/DESCR @@ -6,4 +6,4 @@ which are considered stable. Support for the LZ4 frame format is a work-in-progress and available as a technology preview. A future relase will implement support for the LZ4 -stream format.
\ No newline at end of file +stream format. diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile index 3abe21ae77d..39a3199ed39 100644 --- a/archivers/py-lz4/Makefile +++ b/archivers/py-lz4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/09/29 21:36:23 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/30 12:38:02 wiz Exp $ DISTNAME= lz4-0.10.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,6 @@ HOMEPAGE= https://github.com/python-lz4/python-lz4 COMMENT= Python LZ4 binding LICENSE= modified-bsd -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../archivers/lz4/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/archivers/py-lz4/PLIST b/archivers/py-lz4/PLIST index 093fa1264eb..f971d14dda2 100644 --- a/archivers/py-lz4/PLIST +++ b/archivers/py-lz4/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2017/09/29 21:36:23 joerg Exp $ -${PYSITELIB}/${EGG_FILE}/PKG-INFO -${PYSITELIB}/${EGG_FILE}/SOURCES.txt -${PYSITELIB}/${EGG_FILE}/dependency_links.txt -${PYSITELIB}/${EGG_FILE}/top_level.txt +@comment $NetBSD: PLIST,v 1.2 2017/09/30 12:38:02 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/lz4/__init__.py ${PYSITELIB}/lz4/__init__.pyc ${PYSITELIB}/lz4/__init__.pyo diff --git a/archivers/py-lz4/distinfo b/archivers/py-lz4/distinfo index 495c8d90b2b..c3290de96d5 100644 --- a/archivers/py-lz4/distinfo +++ b/archivers/py-lz4/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/09/29 21:36:23 joerg Exp $ +$NetBSD: distinfo,v 1.2 2017/09/30 12:38:02 wiz Exp $ SHA1 (lz4-0.10.1.tar.gz) = ea3a5558b528affd082ca7a00313dc0448409921 RMD160 (lz4-0.10.1.tar.gz) = 30a00f364057974280997555cd1d237ff000e87a SHA512 (lz4-0.10.1.tar.gz) = 538880742257e08b027c45c33aa29e12d7303826f63817d1f6d316ea9b69dfb20710a4f573499ce141cffd12fbac701305405521cb815e2329333934e7e1f2c9 Size (lz4-0.10.1.tar.gz) = 92068 bytes -SHA1 (patch-setup.py) = 92354c17e2f917b8d777b62533cf8d56793abd7d |