pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-lhafile



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar  4 14:08:16 UTC 2021

Modified Files:
        pkgsrc/archivers/py-lhafile: Makefile PLIST distinfo

Log Message:
py-lhafile: updated to 0.3.0

0.3.0:
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/py-lhafile/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/py-lhafile/PLIST \
    pkgsrc/archivers/py-lhafile/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/py-lhafile/Makefile
diff -u pkgsrc/archivers/py-lhafile/Makefile:1.4 pkgsrc/archivers/py-lhafile/Makefile:1.5
--- pkgsrc/archivers/py-lhafile/Makefile:1.4    Thu Feb  8 16:44:11 2018
+++ pkgsrc/archivers/py-lhafile/Makefile        Thu Mar  4 14:08:16 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/02/08 16:44:11 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/03/04 14:08:16 adam Exp $
 
-DISTNAME=      lhafile-0.2.2
+DISTNAME=      lhafile-0.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lhafile/}
@@ -10,5 +10,5 @@ HOMEPAGE=     https://github.com/FrodeSolhei
 COMMENT=       LHA(.lzh) file extract interface
 LICENSE=       modified-bsd
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/py-lhafile/PLIST
diff -u pkgsrc/archivers/py-lhafile/PLIST:1.2 pkgsrc/archivers/py-lhafile/PLIST:1.3
--- pkgsrc/archivers/py-lhafile/PLIST:1.2       Thu Feb  8 16:38:43 2018
+++ pkgsrc/archivers/py-lhafile/PLIST   Thu Mar  4 14:08:16 2021
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2018/02/08 16:38:43 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2021/03/04 14:08:16 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/lhafile/__init__.py
 ${PYSITELIB}/lhafile/__init__.pyc
 ${PYSITELIB}/lhafile/__init__.pyo
Index: pkgsrc/archivers/py-lhafile/distinfo
diff -u pkgsrc/archivers/py-lhafile/distinfo:1.2 pkgsrc/archivers/py-lhafile/distinfo:1.3
--- pkgsrc/archivers/py-lhafile/distinfo:1.2    Thu Feb  8 16:38:43 2018
+++ pkgsrc/archivers/py-lhafile/distinfo        Thu Mar  4 14:08:16 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/02/08 16:38:43 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/03/04 14:08:16 adam Exp $
 
-SHA1 (lhafile-0.2.2.tar.gz) = 4e631dd7f42c6efbe74aad81e6c99f9fb6332445
-RMD160 (lhafile-0.2.2.tar.gz) = a66aff1e98b8a5473838efa7729112f2279c8f80
-SHA512 (lhafile-0.2.2.tar.gz) = 7b8488e5bc136b818f940345ca91a4b80d9cf4d6814734c46efafbf3652b2e43a63ee8dfbe49d2d520f583723f69fb8dd7bc90b614aa27c097ff00e6d14dce78
-Size (lhafile-0.2.2.tar.gz) = 14311 bytes
+SHA1 (lhafile-0.3.0.tar.gz) = aefacd5427c691d31baa202e8e80e40af6142670
+RMD160 (lhafile-0.3.0.tar.gz) = 87927e4f4474498648967870167e98e661d52977
+SHA512 (lhafile-0.3.0.tar.gz) = 4403106a6c8109c70a66f0d7441a5c14e46ebb93713dece825404fda5d834aadb8ac2a70becbc9b730739cdbb95fa344a3f51dcb7f49e270174087dc4ec34f34
+Size (lhafile-0.3.0.tar.gz) = 14523 bytes



Home | Main Index | Thread Index | Old Index