diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-02 15:10:48 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-02 15:10:48 +0200 |
| commit | 29ace1e216d8c1a588a505c83075c1efde45b299 (patch) | |
| tree | eb6eeb5473324bbf13301cca5a53a3110454ba61 /package/python-automat | |
| parent | 8ce27bb9fee80a406a4199657ef90e3c315e7457 (diff) | |
| parent | f80572547038373ff58d2e7a0c89f9c014d12e22 (diff) | |
| download | buildroot-29ace1e216d8c1a588a505c83075c1efde45b299.tar.gz buildroot-29ace1e216d8c1a588a505c83075c1efde45b299.zip | |
Merge branch 'next'
Diffstat (limited to 'package/python-automat')
| -rw-r--r-- | package/python-automat/Config.in | 9 | ||||
| -rw-r--r-- | package/python-automat/python-automat.hash | 3 | ||||
| -rw-r--r-- | package/python-automat/python-automat.mk | 15 |
3 files changed, 27 insertions, 0 deletions
diff --git a/package/python-automat/Config.in b/package/python-automat/Config.in new file mode 100644 index 0000000000..ee02d22b5b --- /dev/null +++ b/package/python-automat/Config.in @@ -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 diff --git a/package/python-automat/python-automat.hash b/package/python-automat/python-automat.hash new file mode 100644 index 0000000000..c0e3505234 --- /dev/null +++ b/package/python-automat/python-automat.hash @@ -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 diff --git a/package/python-automat/python-automat.mk b/package/python-automat/python-automat.mk new file mode 100644 index 0000000000..96a4f51506 --- /dev/null +++ b/package/python-automat/python-automat.mk @@ -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)) |

