pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0223dd5d21cd
branches:  trunk
changeset: 371392:0223dd5d21cd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 07:55:00 2022 +0000

description:
py-mad: convert to egg.mk

diffstat:

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

diffs (29 lines):

diff -r b8e9bae70d41 -r 0223dd5d21cd audio/py-mad/Makefile
--- a/audio/py-mad/Makefile     Mon Jan 10 07:53:41 2022 +0000
+++ b/audio/py-mad/Makefile     Mon Jan 10 07:55:00 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2020/01/26 17:30:45 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2022/01/10 07:55:00 wiz Exp $
 
 DISTNAME=              pymad-0.6
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            audio python
 MASTER_SITES=          http://spacepants.org/src/pymad/download/
 
@@ -19,5 +19,5 @@
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 0.6
 
 .include "../../audio/libmad/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b8e9bae70d41 -r 0223dd5d21cd audio/py-mad/PLIST
--- a/audio/py-mad/PLIST        Mon Jan 10 07:53:41 2022 +0000
+++ b/audio/py-mad/PLIST        Mon Jan 10 07:55:00 2022 +0000
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 07:55:00 wiz Exp $
 ${PYSITELIB}/madmodule.so
-${PYSITELIB}/${EGG_FILE}



Home | Main Index | Thread Index | Old Index