pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/py-musicbrainz py-ctypes only supports Python 2....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d380309075fe
branches:  trunk
changeset: 522350:d380309075fe
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 07 14:37:28 2006 +0000

description:
py-ctypes only supports Python 2.3+, so mask py-musicbrainz as well.

diffstat:

 audio/py-musicbrainz/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7da6d61e8ccb -r d380309075fe audio/py-musicbrainz/Makefile
--- a/audio/py-musicbrainz/Makefile     Thu Dec 07 14:22:18 2006 +0000
+++ b/audio/py-musicbrainz/Makefile     Thu Dec 07 14:37:28 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/10/13 02:32:45 epg Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/07 14:37:28 joerg Exp $
 
 DISTNAME=      python-musicbrainz2-0.4.0
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -9,6 +9,7 @@
 HOMEPAGE=      http://musicbrainz.org/doc/PythonMusicBrainz2
 COMMENT=       Python interface to the MusicBrainz XML web service
 
+PYTHON_VERSIONS_ACCEPTED=      24 23
 PYDISTUTILSPKG=        yes
 
 DEPENDS+=      ${PYPKGPREFIX}-ctypes>=1.0.0:../../devel/py-ctypes



Home | Main Index | Thread Index | Old Index