mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
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 44700294787c8018858777fc150e5d40 attrs-18.2.0.tar.gz
|
||||
sha256 10cbf6e27dbce8c30807caf056c8eb50917e0eaafe86347671b57254006c3e69 attrs-18.2.0.tar.gz
|
||||
# Locally computer sha256
|
||||
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 = 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))
|
Reference in New Issue
Block a user