This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View 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/

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/attrs/json
md5 44700294787c8018858777fc150e5d40 attrs-18.2.0.tar.gz
sha256 10cbf6e27dbce8c30807caf056c8eb50917e0eaafe86347671b57254006c3e69 attrs-18.2.0.tar.gz
# Locally computer sha256
sha256 bf659a28b49240602f56bbdf490cbe2ec509b15b98f99d7b19a52c740e327863 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-attrs
#
################################################################################
PYTHON_ATTRS_VERSION = 18.2.0
PYTHON_ATTRS_SOURCE = attrs-$(PYTHON_ATTRS_VERSION).tar.gz
PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/0f/9e/26b1d194aab960063b266170e53c39f73ea0d0d3f5ce23313e0ec8ee9bdf
PYTHON_ATTRS_SETUP_TYPE = setuptools
PYTHON_ATTRS_LICENSE = MIT
PYTHON_ATTRS_LICENSE_FILES = LICENSE
$(eval $(python-package))