python-toml: new package
Use GitHub instead of PyPI because PyPI release if out-of-date. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
39885cc5b0
commit
23f0a280d1
@ -800,6 +800,7 @@ menu "External python modules"
|
||||
source "package/python-spidev/Config.in"
|
||||
source "package/python-thrift/Config.in"
|
||||
source "package/python-tomako/Config.in"
|
||||
source "package/python-toml/Config.in"
|
||||
source "package/python-tornado/Config.in"
|
||||
source "package/python-treq/Config.in"
|
||||
source "package/python-twisted/Config.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
|
2
package/python-toml/python-toml.hash
Normal file
2
package/python-toml/python-toml.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 aee9679726f42fb09f48b9701a321571e0b6a51305c3e0f3913b3057d8bf7083 python-toml-0.9.2.tar.gz
|
13
package/python-toml/python-toml.mk
Normal file
13
package/python-toml/python-toml.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-toml
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TOML_VERSION = 0.9.2
|
||||
PYTHON_TOML_SITE = $(call github,uiri,toml,$(PYTHON_TOML_VERSION))
|
||||
PYTHON_TOML_SETUP_TYPE = distutils
|
||||
PYTHON_TOML_LICENSE = MIT
|
||||
PYTHON_TOML_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Loading…
Reference in New Issue
Block a user