This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+6
View 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
View File
@@ -0,0 +1,2 @@
# Locally computed
sha256 633a90ecb1f5665b58f0c94153fcf519313ef53e1de0eac90929cd6b6a014235 python-toml-0.9.3.tar.gz
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# python-toml
#
################################################################################
PYTHON_TOML_VERSION = 0.9.3
PYTHON_TOML_SITE = $(call github,uiri,toml,$(PYTHON_TOML_VERSION))
PYTHON_TOML_SETUP_TYPE = setuptools
PYTHON_TOML_LICENSE = MIT
PYTHON_TOML_LICENSE_FILES = LICENSE
$(eval $(python-package))