mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-tomli-w: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
e506946347
commit
9dff7ad7da
@@ -1408,6 +1408,7 @@ menu "External python modules"
|
||||
source "package/python-tomako/Config.in"
|
||||
source "package/python-toml/Config.in"
|
||||
source "package/python-tomli/Config.in"
|
||||
source "package/python-tomli-w/Config.in"
|
||||
source "package/python-tomlkit/Config.in"
|
||||
source "package/python-tornado/Config.in"
|
||||
source "package/python-tortoise-orm/Config.in"
|
||||
|
||||
6
package/python-tomli-w/Config.in
Normal file
6
package/python-tomli-w/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_TOMLI_W
|
||||
bool "python-tomli-w"
|
||||
help
|
||||
A lil' TOML writer.
|
||||
|
||||
https://github.com/hukkin/tomli-w
|
||||
5
package/python-tomli-w/python-tomli-w.hash
Normal file
5
package/python-tomli-w/python-tomli-w.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/tomli-w/json
|
||||
md5 2c050134d4842b449ec4129c97d51e62 tomli_w-1.0.0.tar.gz
|
||||
sha256 f463434305e0336248cac9c2dc8076b707d8a12d019dd349f5c1e382dd1ae1b9 tomli_w-1.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 b80816b0d530b8accb4c2211783790984a6e3b61922c2b5ee92f3372ab2742fe LICENSE
|
||||
14
package/python-tomli-w/python-tomli-w.mk
Normal file
14
package/python-tomli-w/python-tomli-w.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-tomli-w
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TOMLI_W_VERSION = 1.0.0
|
||||
PYTHON_TOMLI_W_SOURCE = tomli_w-$(PYTHON_TOMLI_W_VERSION).tar.gz
|
||||
PYTHON_TOMLI_W_SITE = https://files.pythonhosted.org/packages/49/05/6bf21838623186b91aedbda06248ad18f03487dc56fbc20e4db384abde6c
|
||||
PYTHON_TOMLI_W_SETUP_TYPE = flit
|
||||
PYTHON_TOMLI_W_LICENSE = MIT
|
||||
PYTHON_TOMLI_W_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user