generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/python-networkx/Config.in
Normal file
9
package/python-networkx/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_NETWORKX
|
||||
bool "python-networkx"
|
||||
select BR2_PACKAGE_PYTHON_DECORATOR # runtime
|
||||
help
|
||||
A Python package for the creation, manipulation,
|
||||
and study of the structure, dynamics, and
|
||||
functions of complex networks.
|
||||
|
||||
https://pypi.python.org/pypi/networkx
|
||||
5
package/python-networkx/python-networkx.hash
Normal file
5
package/python-networkx/python-networkx.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/networkx/json
|
||||
md5 407eb28c54e08725559754ca7ab185e0 networkx-2.6.3.tar.gz
|
||||
sha256 c0946ed31d71f1b732b5aaa6da5a0388a345019af232ce2f49c766e2d6795c51 networkx-2.6.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 f9c25c92ced5a264a3fe857231205d5eb625ae367935aaf8d61cdd5087dfb90e LICENSE.txt
|
||||
18
package/python-networkx/python-networkx.mk
Normal file
18
package/python-networkx/python-networkx.mk
Normal file
@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-networkx
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_NETWORKX_VERSION = 2.6.3
|
||||
PYTHON_NETWORKX_SOURCE = networkx-$(PYTHON_NETWORKX_VERSION).tar.gz
|
||||
PYTHON_NETWORKX_SITE = https://files.pythonhosted.org/packages/97/ae/7497bc5e1c84af95e585e3f98585c9f06c627fac6340984c4243053e8f44
|
||||
PYTHON_NETWORKX_LICENSE = BSD-3-Clause
|
||||
PYTHON_NETWORKX_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_NETWORKX_CPE_ID_VENDOR = python
|
||||
PYTHON_NETWORKX_CPE_ID_PRODUCT = networkx
|
||||
PYTHON_NETWORKX_SETUP_TYPE = setuptools
|
||||
HOST_PYTHON_NETWORKX_DEPENDENCIES = host-python-decorator
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user