pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-reportlab Uses @property syntax -> Python 2.4+



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62fea9f42bac
branches:  trunk
changeset: 554144:62fea9f42bac
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 09 18:43:06 2009 +0000

description:
Uses @property syntax -> Python 2.4+

diffstat:

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

diffs (18 lines):

diff -r 3ffd13c10aaa -r 62fea9f42bac print/py-reportlab/Makefile
--- a/print/py-reportlab/Makefile       Mon Feb 09 18:41:54 2009 +0000
+++ b/print/py-reportlab/Makefile       Mon Feb 09 18:43:06 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2009/01/29 09:37:54 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2009/02/09 18:43:06 joerg Exp $
 #
 
 DISTNAME=      ReportLab_2_2
@@ -13,6 +13,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+PYTHON_VERSIONS_ACCEPTED=      25 24
+
 PYBINMODULE=   yes
 PYDISTUTILSPKG=        yes
 



Home | Main Index | Thread Index | Old Index