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,6 @@
|
||||
config BR2_PACKAGE_PYTHON_BACKCALL
|
||||
bool "python-backcall"
|
||||
help
|
||||
Specifications for callback functions passed in to an API.
|
||||
|
||||
https://github.com/takluyver/backcall
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/backcall/json
|
||||
md5 87ce0c7839808e6a3427d57df6a792e7 backcall-0.1.0.tar.gz
|
||||
sha256 38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4 backcall-0.1.0.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-backcall
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BACKCALL_VERSION = 0.1.0
|
||||
PYTHON_BACKCALL_SOURCE = backcall-$(PYTHON_BACKCALL_VERSION).tar.gz
|
||||
PYTHON_BACKCALL_SITE = https://files.pythonhosted.org/packages/84/71/c8ca4f5bb1e08401b916c68003acf0a0655df935d74d93bf3f3364b310e0
|
||||
PYTHON_BACKCALL_SETUP_TYPE = distutils
|
||||
# From https://github.com/takluyver/backcall/blob/master/LICENSE
|
||||
PYTHON_BACKCALL_LICENSE = BSD-3-Clause
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user