pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove python24 from accepted versions since x11/py-gt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32755302c1bd
branches:  trunk
changeset: 550098:32755302c1bd
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Sat Nov 15 08:15:06 2008 +0000

description:
Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.

diffstat:

 net/nicotine/Makefile       |  4 ++--
 sysutils/py-notify/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 870cada09d24 -r 32755302c1bd net/nicotine/Makefile
--- a/net/nicotine/Makefile     Sat Nov 15 03:59:10 2008 +0000
+++ b/net/nicotine/Makefile     Sat Nov 15 08:15:06 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2008/06/20 01:09:31 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2008/11/15 08:21:05 hasso Exp $
 #
 
 DISTNAME=      nicotine-1.0.8
@@ -15,7 +15,7 @@
 
 USE_PKGLOCALEDIR=      yes
 
-PYTHON_VERSIONS_ACCEPTED=      25 24
+PYTHON_VERSIONS_ACCEPTED=      25
 PY_PATCHPLIST= yes
 PYDISTUTILSPKG=        yes
 
diff -r 870cada09d24 -r 32755302c1bd sysutils/py-notify/Makefile
--- a/sysutils/py-notify/Makefile       Sat Nov 15 03:59:10 2008 +0000
+++ b/sysutils/py-notify/Makefile       Sat Nov 15 08:15:06 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/04/25 20:18:21 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2008/11/15 08:15:06 hasso Exp $
 #
 
 DISTNAME=      notify-python-0.1.1
@@ -20,7 +20,7 @@
 USE_TOOLS+=    pkg-config
 
 PKGCONFIG_OVERRIDE+=   notify-python-0.1.1/notify-python.pc.in
-PYTHON_VERSIONS_ACCEPTED=      25 24
+PYTHON_VERSIONS_ACCEPTED=      25
 PY_PATCHPLIST= yes
 
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index