pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fe571a392cc
branches:  trunk
changeset: 371428:4fe571a392cc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 08:49:05 2022 +0000

description:
py-ao: convert to egg.mk

diffstat:

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

diffs (29 lines):

diff -r 7ea1b7522e1d -r 4fe571a392cc audio/py-ao/Makefile
--- a/audio/py-ao/Makefile      Mon Jan 10 08:48:30 2022 +0000
+++ b/audio/py-ao/Makefile      Mon Jan 10 08:49:05 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:05 adam Exp $
+# $NetBSD: Makefile,v 1.23 2022/01/10 08:49:05 wiz Exp $
 
 DISTNAME=              pyao-0.82
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            audio python
 MASTER_SITES=          http://ekyo.nerim.net/software/pyogg/
 
@@ -21,5 +21,5 @@
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 0.82
 
 .include "../../audio/libao/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7ea1b7522e1d -r 4fe571a392cc audio/py-ao/PLIST
--- a/audio/py-ao/PLIST Mon Jan 10 08:48:30 2022 +0000
+++ b/audio/py-ao/PLIST Mon Jan 10 08:49:05 2022 +0000
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 08:49:05 wiz Exp $
 ${PYSITELIB}/aomodule.so
-${PYSITELIB}/${EGG_FILE}



Home | Main Index | Thread Index | Old Index