generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/python-automat/Config.in
Normal file
9
package/python-automat/Config.in
Normal 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
|
||||
5
package/python-automat/python-automat.hash
Normal file
5
package/python-automat/python-automat.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/automat/json
|
||||
md5 d6cef9886b037b8857bfbc686f3ae30a Automat-20.2.0.tar.gz
|
||||
sha256 7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33 Automat-20.2.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 b2201301678d0a937d938543827ca1360712eb34e23de8ee3f3bfffbd4c0e376 LICENSE
|
||||
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 = 20.2.0
|
||||
PYTHON_AUTOMAT_SOURCE = Automat-$(PYTHON_AUTOMAT_VERSION).tar.gz
|
||||
PYTHON_AUTOMAT_SITE = https://files.pythonhosted.org/packages/80/c5/82c63bad570f4ef745cc5c2f0713c8eddcd07153b4bee7f72a8dc9f9384b
|
||||
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