mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
python-pyparsing: bump version
Also download tarball from PyPI instead of SourceForge. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
4de463b787
commit
dec4a7915b
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYPARSING_VERSION = 2.0.2
|
||||
PYTHON_PYPARSING_VERSION = 2.0.3
|
||||
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_SITE = https://pypi.python.org/packages/source/p/pyparsing
|
||||
PYTHON_PYPARSING_LICENSE = MIT
|
||||
PYTHON_PYPARSING_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYPARSING_SETUP_TYPE = distutils
|
||||
|
||||
Reference in New Issue
Block a user