Skip to content

Commit

Permalink
package/python-tomli-w: new package
Browse files Browse the repository at this point in the history
Signed-off-by: James Hilliard <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
jameshilliard authored and tpetazzoni committed Aug 7, 2024
1 parent e506946 commit 9dff7ad
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions package/python-tomli-w/Config.in
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions package/python-tomli-w/python-tomli-w.hash
Original file line number Diff line number Diff line change
@@ -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 changes: 14 additions & 0 deletions package/python-tomli-w/python-tomli-w.mk
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 9dff7ad

Please sign in to comment.