pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/py-lz4 py-lz4: fix packaging



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b427a3015e3
branches:  trunk
changeset: 369531:6b427a3015e3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 30 12:38:02 2017 +0000

description:
py-lz4: fix packaging

Clean up pkglint warnings while here.

diffstat:

 archivers/py-lz4/DESCR    |   2 +-
 archivers/py-lz4/Makefile |   4 ++--
 archivers/py-lz4/PLIST    |  10 +++++-----
 archivers/py-lz4/distinfo |   3 +--
 4 files changed, 9 insertions(+), 10 deletions(-)

diffs (56 lines):

diff -r f754e534a34a -r 6b427a3015e3 archivers/py-lz4/DESCR
--- a/archivers/py-lz4/DESCR    Sat Sep 30 12:38:01 2017 +0000
+++ b/archivers/py-lz4/DESCR    Sat Sep 30 12:38:02 2017 +0000
@@ -6,4 +6,4 @@
 
 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 -r f754e534a34a -r 6b427a3015e3 archivers/py-lz4/Makefile
--- a/archivers/py-lz4/Makefile Sat Sep 30 12:38:01 2017 +0000
+++ b/archivers/py-lz4/Makefile Sat Sep 30 12:38:02 2017 +0000
@@ -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 @@
 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 -r f754e534a34a -r 6b427a3015e3 archivers/py-lz4/PLIST
--- a/archivers/py-lz4/PLIST    Sat Sep 30 12:38:01 2017 +0000
+++ b/archivers/py-lz4/PLIST    Sat Sep 30 12:38:02 2017 +0000
@@ -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 -r f754e534a34a -r 6b427a3015e3 archivers/py-lz4/distinfo
--- a/archivers/py-lz4/distinfo Sat Sep 30 12:38:01 2017 +0000
+++ b/archivers/py-lz4/distinfo Sat Sep 30 12:38:02 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index