mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Lightweight finite state machine implementation in Python. https://github.com/pytransitions/transitions Signed-off-by: Vincent Cruz <mooz@blockos.org> [Julien: - remove directory for LICENSE in hash file - remove PKG-INFO entry in hash file ] Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
534 B
Makefile
16 lines
534 B
Makefile
################################################################################
|
|
#
|
|
# python-transitions
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TRANSITIONS_VERSION = 0.9.3
|
|
PYTHON_TRANSITIONS_SOURCE = transitions-$(PYTHON_TRANSITIONS_VERSION).tar.gz
|
|
PYTHON_TRANSITIONS_SITE = https://files.pythonhosted.org/packages/source/t/transitions
|
|
PYTHON_TRANSITIONS_SETUP_TYPE = setuptools
|
|
|
|
PYTHON_TRANSITIONS_LICENSE = MIT
|
|
PYTHON_TRANSITIONS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|