pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/py-id3lib py-id3lib: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff6c3fbf7918
branches:  trunk
changeset: 371495:ff6c3fbf7918
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 18:32:50 2022 +0000

description:
py-id3lib: convert to egg.mk

diffstat:

 audio/py-id3lib/Makefile |  6 +++---
 audio/py-id3lib/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 14e1445da12d -r ff6c3fbf7918 audio/py-id3lib/Makefile
--- a/audio/py-id3lib/Makefile  Mon Jan 10 18:30:42 2022 +0000
+++ b/audio/py-id3lib/Makefile  Mon Jan 10 18:32:50 2022 +0000
@@ -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 @@
 
 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"
diff -r 14e1445da12d -r ff6c3fbf7918 audio/py-id3lib/PLIST
--- a/audio/py-id3lib/PLIST     Mon Jan 10 18:30:42 2022 +0000
+++ b/audio/py-id3lib/PLIST     Mon Jan 10 18:32:50 2022 +0000
@@ -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