generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/python-attrs/Config.in
Normal file
8
package/python-attrs/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_ATTRS
|
||||
bool "python-attrs"
|
||||
help
|
||||
attrs is the Python package that will bring back the joy of
|
||||
writing classes by relieving you from the drudgery of
|
||||
implementing object protocols (aka dunder methods).
|
||||
|
||||
https://attrs.readthedocs.io/
|
||||
5
package/python-attrs/python-attrs.hash
Normal file
5
package/python-attrs/python-attrs.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/attrs/json
|
||||
md5 5a9b5e9ceebc380a13fb93235b11bbda attrs-21.4.0.tar.gz
|
||||
sha256 626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd attrs-21.4.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 bf659a28b49240602f56bbdf490cbe2ec509b15b98f99d7b19a52c740e327863 LICENSE
|
||||
14
package/python-attrs/python-attrs.mk
Normal file
14
package/python-attrs/python-attrs.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-attrs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ATTRS_VERSION = 21.4.0
|
||||
PYTHON_ATTRS_SOURCE = attrs-$(PYTHON_ATTRS_VERSION).tar.gz
|
||||
PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/d7/77/ebb15fc26d0f815839ecd897b919ed6d85c050feeb83e100e020df9153d2
|
||||
PYTHON_ATTRS_SETUP_TYPE = setuptools
|
||||
PYTHON_ATTRS_LICENSE = MIT
|
||||
PYTHON_ATTRS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user