pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-notify Allow Python 2.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83043e5b1bb2
branches:  trunk
changeset: 571312:83043e5b1bb2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Feb 10 21:09:05 2010 +0000

description:
Allow Python 2.6.

diffstat:

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

diffs (18 lines):

diff -r f2a79c813fd1 -r 83043e5b1bb2 sysutils/py-notify/Makefile
--- a/sysutils/py-notify/Makefile       Wed Feb 10 19:52:30 2010 +0000
+++ b/sysutils/py-notify/Makefile       Wed Feb 10 21:09:05 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2010/01/11 05:34:12 obache Exp $
+# $NetBSD: Makefile,v 1.12 2010/02/10 21:09:05 joerg Exp $
 #
 
 DISTNAME=      notify-python-0.1.1
@@ -20,7 +20,7 @@
 USE_TOOLS+=    gmake pkg-config
 
 PKGCONFIG_OVERRIDE+=   notify-python.pc.in
-PYTHON_VERSIONS_ACCEPTED=      25
+PYTHON_VERSIONS_ACCEPTED=      26 25
 PY_PATCHPLIST= yes
 
 # Missing function attach_status_icon



Home | Main Index | Thread Index | Old Index