Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_AUTOMAT
bool "python-automat"
select BR2_PACKAGE_PYTHON_ATTRS # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
help
Self-service finite-state machines for the programmer on the
go.
https://github.com/glyph/Automat

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/automat/json, sha256 locally computed
md5 ad7bba58d262d8956d732330cb5ef53d Automat-0.6.0.tar.gz
sha256 3c1fd04ecf08ac87b4dd3feae409542e9bf7827257097b2b6ed5692f69d6f6a8 Automat-0.6.0.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# python-automat
#
################################################################################
PYTHON_AUTOMAT_VERSION = 0.6.0
PYTHON_AUTOMAT_SOURCE = Automat-$(PYTHON_AUTOMAT_VERSION).tar.gz
PYTHON_AUTOMAT_SITE = https://pypi.python.org/packages/de/05/b8e453085cf8a7f27bb1226596f4ccf5cc9e758377d60284f990bbdc592c
PYTHON_AUTOMAT_SETUP_TYPE = setuptools
PYTHON_AUTOMAT_LICENSE = MIT
PYTHON_AUTOMAT_LICENSE_FILES = LICENSE
PYTHON_AUTOMAT_DEPENDENCIES = host-python-m2r host-python-setuptools-scm
$(eval $(python-package))