mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
10
package/python-pyparsing/Config.in
Normal file
10
package/python-pyparsing/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_PYTHON_PYPARSING
|
||||
bool "python-pyparsing"
|
||||
help
|
||||
The pyparsing module is an alternative approach to creating
|
||||
and executing simple grammars, vs. the traditional lex/yacc
|
||||
approach, or the use of regular expressions. The pyparsing
|
||||
module provides a library of classes that client code uses
|
||||
to construct the grammar directly in Python code.
|
||||
|
||||
http://pyparsing.wikispaces.com/
|
5
package/python-pyparsing/python-pyparsing.hash
Normal file
5
package/python-pyparsing/python-pyparsing.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5 from https://pypi.python.org/pypi/pyparsing/json, sha256 locally computed
|
||||
md5 46d02cbe0461fe0571d51649e6006ef5 pyparsing-2.4.2.tar.gz
|
||||
sha256 6f98a7b9397e206d78cc01df10131398f1c8b8510a2f4d97d9abd82e1aacdd80 pyparsing-2.4.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972 LICENSE
|
14
package/python-pyparsing/python-pyparsing.mk
Normal file
14
package/python-pyparsing/python-pyparsing.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyparsing
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYPARSING_VERSION = 2.4.2
|
||||
PYTHON_PYPARSING_SOURCE = pyparsing-$(PYTHON_PYPARSING_VERSION).tar.gz
|
||||
PYTHON_PYPARSING_SITE = https://files.pythonhosted.org/packages/7e/24/eaa8d7003aee23eda270099eeec754d7bf4399f75c6a011ef948304f66a2
|
||||
PYTHON_PYPARSING_LICENSE = MIT
|
||||
PYTHON_PYPARSING_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYPARSING_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user