generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-frozenlist/Config.in
Normal file
7
package/python-frozenlist/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_FROZENLIST
|
||||
bool "python-frozenlist"
|
||||
help
|
||||
A list-like structure which implements
|
||||
collections.abc.MutableSequence.
|
||||
|
||||
https://github.com/aio-libs/frozenlist
|
||||
5
package/python-frozenlist/python-frozenlist.hash
Normal file
5
package/python-frozenlist/python-frozenlist.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/frozenlist/json
|
||||
md5 e65d870bd189ba3c21ab7eb10eab22b7 frozenlist-1.3.0.tar.gz
|
||||
sha256 ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b frozenlist-1.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 6fd5243e92dd7f98ec69c7ac377728e74905709ff527a5bf98d6d0263c04f5b6 LICENSE
|
||||
14
package/python-frozenlist/python-frozenlist.mk
Normal file
14
package/python-frozenlist/python-frozenlist.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-frozenlist
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FROZENLIST_VERSION = 1.3.0
|
||||
PYTHON_FROZENLIST_SOURCE = frozenlist-$(PYTHON_FROZENLIST_VERSION).tar.gz
|
||||
PYTHON_FROZENLIST_SITE = https://files.pythonhosted.org/packages/f4/f7/8dfeb76d2a52bcea2b0718427af954ffec98be1d34cd8f282034b3e36829
|
||||
PYTHON_FROZENLIST_SETUP_TYPE = setuptools
|
||||
PYTHON_FROZENLIST_LICENSE = Apache-2.0
|
||||
PYTHON_FROZENLIST_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user