pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca41de8209fb
branches:  trunk
changeset: 372273:ca41de8209fb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 22 15:45:56 2022 +0000

description:
py-vorbis: convert to egg.mk

diffstat:

 audio/py-vorbis/Makefile |  9 +++------
 audio/py-vorbis/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r d00ee1417f50 -r ca41de8209fb audio/py-vorbis/Makefile
--- a/audio/py-vorbis/Makefile  Sat Jan 22 15:44:47 2022 +0000
+++ b/audio/py-vorbis/Makefile  Sat Jan 22 15:45:56 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:07 adam Exp $
+# $NetBSD: Makefile,v 1.23 2022/01/22 15:45:56 wiz Exp $
 
 DISTNAME=              pyvorbis-1.3
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            audio python
 MASTER_SITES=          http://vorbis.com/files/1.0.1/unix/py/
 
@@ -11,8 +11,6 @@
 COMMENT=               Python bindings for Vorbis library
 LICENSE=               gnu-lgpl-v2
 
-PY_PATCHPLIST=         yes
-PYDISTUTILSPKG=                yes
 PYTHON_VERSIONS_ACCEPTED=      27 # py-ogg, and itself not ported as of 1.3
 
 HAS_CONFIGURE=         yes
@@ -22,7 +20,6 @@
 
 .include "../../audio/py-ogg/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"
diff -r d00ee1417f50 -r ca41de8209fb audio/py-vorbis/PLIST
--- a/audio/py-vorbis/PLIST     Sat Jan 22 15:44:47 2022 +0000
+++ b/audio/py-vorbis/PLIST     Sat Jan 22 15:45:56 2022 +0000
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/15 15:47:29 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/22 15:45:56 wiz Exp $
 ${PYSITELIB}/ogg/vorbis.so
+${PYSITELIB}/${EGG_INFODIR}



Home | Main Index | Thread Index | Old Index