pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/py-daap Doesn't build with Python before 2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9637efb6dc2
branches:  trunk
changeset: 529865:c9637efb6dc2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jun 11 17:38:35 2007 +0000

description:
Doesn't build with Python before 2.3.

diffstat:

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

diffs (18 lines):

diff -r 62fe7867f662 -r c9637efb6dc2 audio/py-daap/Makefile
--- a/audio/py-daap/Makefile    Mon Jun 11 17:37:24 2007 +0000
+++ b/audio/py-daap/Makefile    Mon Jun 11 17:38:35 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/05/04 20:23:41 agc Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/11 17:38:35 joerg Exp $
 #
 
 DISTNAME=      PythonDaap-0.7
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://jerakeen.org/PythonDaap/
 COMMENT=       Python binding for DAAP
 
+PYTHON_VERSIONS_ACCEPTED=      24 23
+
 PYSETUP=               setup.py
 PLIST_SUBST+=          PYSITELIB=${PYSITELIB:Q}
 



Home | Main Index | Thread Index | Old Index