mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
python-automat: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> [Arnout: properly wrapped Config.in help text] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
800b808bad
commit
9d6b907a4b
15
package/python-automat/python-automat.mk
Normal file
15
package/python-automat/python-automat.mk
Normal 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))
|
||||
Reference in New Issue
Block a user