generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-backcall/Config.in
Normal file
6
package/python-backcall/Config.in
Normal file
@ -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
|
||||
5
package/python-backcall/python-backcall.hash
Normal file
5
package/python-backcall/python-backcall.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/backcall/json
|
||||
md5 1f4c9a370c78743406296f48e56e8821 backcall-0.2.0.tar.gz
|
||||
sha256 5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e backcall-0.2.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 d422f8ce77312733c07f5fec8ccbe61d58d539774f7a66f37e4bc54740d86020 LICENSE
|
||||
14
package/python-backcall/python-backcall.mk
Normal file
14
package/python-backcall/python-backcall.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-backcall
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BACKCALL_VERSION = 0.2.0
|
||||
PYTHON_BACKCALL_SOURCE = backcall-$(PYTHON_BACKCALL_VERSION).tar.gz
|
||||
PYTHON_BACKCALL_SITE = https://files.pythonhosted.org/packages/a2/40/764a663805d84deee23043e1426a9175567db89c8b3287b5c2ad9f71aa93
|
||||
PYTHON_BACKCALL_SETUP_TYPE = distutils
|
||||
PYTHON_BACKCALL_LICENSE = BSD-3-Clause
|
||||
PYTHON_BACKCALL_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user