pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Use PYTHON_VERSIONS_ACCEPTED for py-qt3-sip and ex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/177c196897e8
branches:  trunk
changeset: 544427:177c196897e8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 14 16:30:26 2008 +0000

description:
Use PYTHON_VERSIONS_ACCEPTED for py-qt3-sip and extend transitive
closure to the other qt3-sip packages.

diffstat:

 x11/py-qt3-base/Makefile.common |  4 +++-
 x11/py-qt3-sip/Makefile         |  4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 3db39e33b3ac -r 177c196897e8 x11/py-qt3-base/Makefile.common
--- a/x11/py-qt3-base/Makefile.common   Mon Jul 14 14:57:28 2008 +0000
+++ b/x11/py-qt3-base/Makefile.common   Mon Jul 14 16:30:26 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2008/04/25 20:39:14 joerg Exp $
+# $NetBSD: Makefile.common,v 1.9 2008/07/14 16:30:26 joerg Exp $
 #
 
 # XXX: when updating version, be sure to update distinfo for both
@@ -12,6 +12,8 @@
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.riverbankcomputing.co.uk/pyqt/
 
+PYTHON_VERSIONS_ACCEPTED=      24
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Darwin"
diff -r 3db39e33b3ac -r 177c196897e8 x11/py-qt3-sip/Makefile
--- a/x11/py-qt3-sip/Makefile   Mon Jul 14 14:57:28 2008 +0000
+++ b/x11/py-qt3-sip/Makefile   Mon Jul 14 16:30:26 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2008/07/14 10:58:01 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2008/07/14 16:30:26 joerg Exp $
 #
 
 DISTNAME=      sip-4.3.2
@@ -15,7 +15,7 @@
 
 CONFLICTS+=    ${PYPKGPREFIX}-qt2-sip-*
 
-PYTHON_VERSIONS_INCOMPATIBLE=  25 23 21
+PYTHON_VERSIONS_ACCEPTED=      24
 
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake



Home | Main Index | Thread Index | Old Index