pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-configargparse Uses set and dict comprehensio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2934e5c0548b
branches: trunk
changeset: 648863:2934e5c0548b
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Mar 21 19:25:23 2015 +0000
description:
Uses set and dict comprehension as well as OrderedDict -- not for Python
2.6.
diffstat:
devel/py-configargparse/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f4360e6717c4 -r 2934e5c0548b devel/py-configargparse/Makefile
--- a/devel/py-configargparse/Makefile Sat Mar 21 19:25:21 2015 +0000
+++ b/devel/py-configargparse/Makefile Sat Mar 21 19:25:23 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/03/09 09:14:19 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/03/21 19:25:23 joerg Exp $
VERSION= 0.9.3
DISTNAME= ConfigArgParse-${VERSION}
@@ -11,6 +11,8 @@
COMMENT= Argparse-like with config files or environment variables support
LICENSE= mit
+PYTHON_VERSIONS_INCOMPATIBLE= 26
+
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
Home |
Main Index |
Thread Index |
Old Index