python-pyparsing: bump to version 2.0.2, enable on Python 3
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 30 Sep 2014 21:38:58 +0000 (23:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 5 Oct 2014 12:32:41 +0000 (14:32 +0200)
This commit bumps the pyparsing package to version 2.0.2, and
therefore enables it usage with Python 3.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
package/python-pyparsing/Config.in
package/python-pyparsing/python-pyparsing.mk

index 49a474b04be7339ff56cbe802a9b087a935d0a97..0408e5e44e25bb63da196717ab9f6d4209f1fe4c 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PYTHON_PYPARSING
        bool "python-pyparsing"
-       depends on BR2_PACKAGE_PYTHON
+       depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
        help
          The pyparsing module is an alternative approach to creating and
          executing simple grammars, vs. the traditional lex/yacc approach,
index 07dda58ccaa67d7bef43cb62f363e3c83a7d8cdb..82a907b1da78668a8d4f9360cabfcc82a8fad30c 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_PYPARSING_VERSION         = 1.5.6
+PYTHON_PYPARSING_VERSION         = 2.0.2
 PYTHON_PYPARSING_SOURCE          = pyparsing-$(PYTHON_PYPARSING_VERSION).tar.gz
 PYTHON_PYPARSING_SITE            = http://downloads.sourceforge.net/project/pyparsing/pyparsing/pyparsing-$(PYTHON_PYPARSING_VERSION)
 PYTHON_PYPARSING_LICENSE         = MIT