pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f90de43d819f
branches:  trunk
changeset: 371553:f90de43d819f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:40:19 2022 +0000

description:
py-ogg: convert to egg.mk

diffstat:

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

diffs (35 lines):

diff -r 62e9960f5d61 -r f90de43d819f audio/py-ogg/Makefile
--- a/audio/py-ogg/Makefile     Mon Jan 10 20:39:43 2022 +0000
+++ b/audio/py-ogg/Makefile     Mon Jan 10 20:40:19 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2019/09/02 13:20:07 adam Exp $
+# $NetBSD: Makefile,v 1.22 2022/01/10 20:40:19 wiz Exp $
 
 DISTNAME=              pyogg-1.3
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            audio python
 MASTER_SITES=          http://vorbis.com/files/1.0.1/unix/py/
 
@@ -18,7 +18,7 @@
 
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 1.3
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r 62e9960f5d61 -r f90de43d819f audio/py-ogg/PLIST
--- a/audio/py-ogg/PLIST        Mon Jan 10 20:39:43 2022 +0000
+++ b/audio/py-ogg/PLIST        Mon Jan 10 20:40:19 2022 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/01/10 20:40:19 wiz Exp $
 ${PYINC}/pyogg/pyogg.h
 ${PYSITELIB}/ogg/__init__.py
 ${PYSITELIB}/ogg/__init__.pyc
 ${PYSITELIB}/ogg/__init__.pyo
 ${PYSITELIB}/ogg/_ogg.so
-${PYSITELIB}/${EGG_FILE}



Home | Main Index | Thread Index | Old Index