mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_PYTHON_FIRE
|
||||
bool "python-fire"
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_TERMCOLOR # runtime
|
||||
select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
|
||||
help
|
||||
A library for automatically generating command line
|
||||
interfaces.
|
||||
|
||||
https://github.com/google/python-fire
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/fire/json
|
||||
md5 dccf1cbd740146d52d9896e4a5ba673e fire-0.2.0.tar.gz
|
||||
sha256 cdae28ea728d6cad487c900d534426d2cd09ddd2993287a885ff7c8accb097c8 fire-0.2.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a5de77b62266bca0bb97bf058992f0b0f308a83a8ca55ee10fbf6bd8ed8f7ed0 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-fire
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FIRE_VERSION = 0.2.0
|
||||
PYTHON_FIRE_SOURCE = fire-$(PYTHON_FIRE_VERSION).tar.gz
|
||||
PYTHON_FIRE_SITE = https://files.pythonhosted.org/packages/40/6e/48cf0cffb7bf0bb58746bff99ed2d1a2769a32c4d74c06f988eb3e554f86
|
||||
PYTHON_FIRE_SETUP_TYPE = setuptools
|
||||
PYTHON_FIRE_LICENSE = Apache-2.0
|
||||
PYTHON_FIRE_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user