generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-toml/Config.in
Normal file
6
package/python-toml/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_TOML
|
||||
bool "python-toml"
|
||||
help
|
||||
Python Library for Tom's Obvious, Minimal Language.
|
||||
|
||||
https://github.com/uiri/toml
|
||||
5
package/python-toml/python-toml.hash
Normal file
5
package/python-toml/python-toml.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/toml/json
|
||||
md5 59bce5d8d67e858735ec3f399ec90253 toml-0.10.2.tar.gz
|
||||
sha256 b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f toml-0.10.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2d9294823df6c89357c8be4927fce79361d6561e5ee7532d5926e63939aaa536 LICENSE
|
||||
15
package/python-toml/python-toml.mk
Normal file
15
package/python-toml/python-toml.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-toml
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TOML_VERSION = 0.10.2
|
||||
PYTHON_TOML_SOURCE = toml-$(PYTHON_TOML_VERSION).tar.gz
|
||||
PYTHON_TOML_SITE = https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c
|
||||
PYTHON_TOML_SETUP_TYPE = setuptools
|
||||
PYTHON_TOML_LICENSE = MIT
|
||||
PYTHON_TOML_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user