Update buidlroot to version 2016.08.1
This commit is contained in:
17
bsp/buildroot/package/python-treq/Config.in
Normal file
17
bsp/buildroot/package/python-treq/Config.in
Normal file
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_PYTHON_TREQ
|
||||
bool "python-treq"
|
||||
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
||||
select BR2_PACKAGE_PYTHON_SERVICE_IDENTITY # runtime
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_TWISTED # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl
|
||||
help
|
||||
treq is an HTTP library inspired by requests but written on
|
||||
top of Twisted's Agents. It provides a simple, higher level
|
||||
API for making HTTP requests when using Twisted.
|
||||
|
||||
https://github.com/twisted/treq
|
||||
|
||||
comment "python-treq needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
3
bsp/buildroot/package/python-treq/python-treq.hash
Normal file
3
bsp/buildroot/package/python-treq/python-treq.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=b1fb60759ad5a885cb8ea562553f2d4c, sha256 locally computed
|
||||
md5 b1fb60759ad5a885cb8ea562553f2d4c treq-15.1.0.tar.gz
|
||||
sha256 425a47d5d52a993d51211028fb6ade252e5fbea094e878bb4b644096a7322de8 treq-15.1.0.tar.gz
|
||||
14
bsp/buildroot/package/python-treq/python-treq.mk
Normal file
14
bsp/buildroot/package/python-treq/python-treq.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-treq
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TREQ_VERSION = 15.1.0
|
||||
PYTHON_TREQ_SOURCE = treq-$(PYTHON_TREQ_VERSION).tar.gz
|
||||
PYTHON_TREQ_SITE = http://pypi.python.org/packages/source/t/treq
|
||||
PYTHON_TREQ_LICENSE = MIT
|
||||
PYTHON_TREQ_LICENSE_FILES = LICENSE
|
||||
PYTHON_TREQ_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user