pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/py-vorbis
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 22 15:45:56 UTC 2022
Modified Files:
pkgsrc/audio/py-vorbis: Makefile PLIST
Log Message:
py-vorbis: convert to egg.mk
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/py-vorbis/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/audio/py-vorbis/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/py-vorbis/Makefile
diff -u pkgsrc/audio/py-vorbis/Makefile:1.22 pkgsrc/audio/py-vorbis/Makefile:1.23
--- pkgsrc/audio/py-vorbis/Makefile:1.22 Mon Sep 2 13:20:07 2019
+++ pkgsrc/audio/py-vorbis/Makefile Sat Jan 22 15:45:56 2022
@@ -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 @@ HOMEPAGE= http://vorbis.com/
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 @@ CONFIGURE_ARGS+= --prefix ${PREFIX}
.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"
Index: pkgsrc/audio/py-vorbis/PLIST
diff -u pkgsrc/audio/py-vorbis/PLIST:1.1.1.1 pkgsrc/audio/py-vorbis/PLIST:1.2
--- pkgsrc/audio/py-vorbis/PLIST:1.1.1.1 Sun Feb 15 15:47:29 2004
+++ pkgsrc/audio/py-vorbis/PLIST Sat Jan 22 15:45:56 2022
@@ -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