generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-tomli/Config.in
Normal file
6
package/python-tomli/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_TOMLI
|
||||
bool "python-tomli"
|
||||
help
|
||||
A lil' TOML parser.
|
||||
|
||||
https://github.com/hukkin/tomli
|
||||
5
package/python-tomli/python-tomli.hash
Normal file
5
package/python-tomli/python-tomli.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/tomli/json
|
||||
md5 d4341621d423a7ca6822e23d6d52bb9a tomli-2.0.1.tar.gz
|
||||
sha256 de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f tomli-2.0.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 b80816b0d530b8accb4c2211783790984a6e3b61922c2b5ee92f3372ab2742fe LICENSE
|
||||
16
package/python-tomli/python-tomli.mk
Normal file
16
package/python-tomli/python-tomli.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-tomli
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TOMLI_VERSION = 2.0.1
|
||||
PYTHON_TOMLI_SOURCE = tomli-$(PYTHON_TOMLI_VERSION).tar.gz
|
||||
PYTHON_TOMLI_SITE = https://files.pythonhosted.org/packages/c0/3f/d7af728f075fb08564c5949a9c95e44352e23dee646869fa104a3b2060a3
|
||||
PYTHON_TOMLI_LICENSE = MIT
|
||||
PYTHON_TOMLI_LICENSE_FILES = LICENSE
|
||||
PYTHON_TOMLI_SETUP_TYPE = flit
|
||||
HOST_PYTHON_TOMLI_SETUP_TYPE = flit-bootstrap
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user