pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-id3lib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 18:32:50 UTC 2022

Modified Files:
        pkgsrc/audio/py-id3lib: Makefile PLIST

Log Message:
py-id3lib: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/py-id3lib/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/py-id3lib/PLIST

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

Modified files:

Index: pkgsrc/audio/py-id3lib/Makefile
diff -u pkgsrc/audio/py-id3lib/Makefile:1.16 pkgsrc/audio/py-id3lib/Makefile:1.17
--- pkgsrc/audio/py-id3lib/Makefile:1.16        Sun Jan 26 05:26:13 2020
+++ pkgsrc/audio/py-id3lib/Makefile     Mon Jan 10 18:32:50 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2020/01/26 05:26:13 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2022/01/10 18:32:50 wiz Exp $
 
 DISTNAME=      pyid3lib-0.5.1
 PKGNAME=       ${PYPKGPREFIX}-id3lib-0.5.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pyid3lib/}
 EXTRACT_SUFX=  .tar.bz2
@@ -16,6 +16,6 @@ USE_LANGUAGES=        c c++
 
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 0.5.1
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../audio/id3lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/py-id3lib/PLIST
diff -u pkgsrc/audio/py-id3lib/PLIST:1.3 pkgsrc/audio/py-id3lib/PLIST:1.4
--- pkgsrc/audio/py-id3lib/PLIST:1.3    Sun Apr  8 20:21:42 2012
+++ pkgsrc/audio/py-id3lib/PLIST        Mon Jan 10 18:32:50 2022
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:42 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 18:32:50 wiz Exp $
 ${PYSITELIB}/pyid3lib.so



Home | Main Index | Thread Index | Old Index