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:
James Hilliard
2024-08-07 11:38:23 -06:00
committed by Thomas Petazzoni
parent e506946347
commit 9dff7ad7da
4 changed files with 26 additions and 0 deletions

View File

@@ -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"

View 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

View 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

View 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))