pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14e1445da12d
branches:  trunk
changeset: 371494:14e1445da12d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 18:30:42 2022 +0000

description:
py-id3: convert to egg.mk

diffstat:

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

diffs (31 lines):

diff -r a32c4ca88290 -r 14e1445da12d audio/py-id3/Makefile
--- a/audio/py-id3/Makefile     Mon Jan 10 18:30:09 2022 +0000
+++ b/audio/py-id3/Makefile     Mon Jan 10 18:30:42 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2020/01/26 05:26:13 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/10 18:30:42 wiz Exp $
 
 DISTNAME=      id3-py_1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py_//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=id3-py/}
 
@@ -18,5 +18,5 @@
 
 PYTHON_VERSIONS_ACCEPTED=      27
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a32c4ca88290 -r 14e1445da12d audio/py-id3/PLIST
--- a/audio/py-id3/PLIST        Mon Jan 10 18:30:09 2022 +0000
+++ b/audio/py-id3/PLIST        Mon Jan 10 18:30:42 2022 +0000
@@ -1,5 +1,4 @@
-@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:30:42 wiz Exp $
 ${PYSITELIB}/ID3.py
 ${PYSITELIB}/ID3.pyc
 ${PYSITELIB}/ID3.pyo



Home | Main Index | Thread Index | Old Index