Add buildroot 2018-02
This commit is contained in:
8
buildroot/package/python-attrs/Config.in
Normal file
8
buildroot/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/
|
||||
3
buildroot/package/python-attrs/python-attrs.hash
Normal file
3
buildroot/package/python-attrs/python-attrs.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/attrs/json, sha256 locally computed
|
||||
md5 3b7136a570f3ff8a4ff42e7360073f9f attrs-17.2.0.tar.gz
|
||||
sha256 5d4d1b99f94d69338f485984127e4473b3ab9e20f43821b0e546cc3b2302fd11 attrs-17.2.0.tar.gz
|
||||
14
buildroot/package/python-attrs/python-attrs.mk
Normal file
14
buildroot/package/python-attrs/python-attrs.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-attrs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ATTRS_VERSION = 17.2.0
|
||||
PYTHON_ATTRS_SOURCE = attrs-$(PYTHON_ATTRS_VERSION).tar.gz
|
||||
PYTHON_ATTRS_SITE = https://pypi.python.org/packages/be/41/e909cb6d901e9689da947419505cc7fb7d242a08a62ee221fce6a009a523
|
||||
PYTHON_ATTRS_SETUP_TYPE = setuptools
|
||||
PYTHON_ATTRS_LICENSE = MIT
|
||||
PYTHON_ATTRS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user