Add buildroot 2018-02
This commit is contained in:
12
buildroot/package/python-pyopenssl/Config.in
Normal file
12
buildroot/package/python-pyopenssl/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PYTHON_PYOPENSSL
|
||||
bool "python-pyopenssl"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-cryptography
|
||||
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
help
|
||||
Python wrapper module around the OpenSSL library.
|
||||
|
||||
https://github.com/pyca/pyopenssl
|
||||
|
||||
comment "python-pyopenssl needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
3
buildroot/package/python-pyopenssl/python-pyopenssl.hash
Normal file
3
buildroot/package/python-pyopenssl/python-pyopenssl.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/pyopenssl/json, sha256 locally computed
|
||||
md5 0704ca95106960375cfe78259453094a pyOpenSSL-17.0.0.tar.gz
|
||||
sha256 48abfe9d2bb8eb8d8947c8452b0223b7b1be2383b332f3b4f248fe59ef0bafdd pyOpenSSL-17.0.0.tar.gz
|
||||
14
buildroot/package/python-pyopenssl/python-pyopenssl.mk
Normal file
14
buildroot/package/python-pyopenssl/python-pyopenssl.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyopenssl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYOPENSSL_VERSION = 17.0.0
|
||||
PYTHON_PYOPENSSL_SOURCE = pyOpenSSL-$(PYTHON_PYOPENSSL_VERSION).tar.gz
|
||||
PYTHON_PYOPENSSL_SITE = https://pypi.python.org/packages/9f/32/80fe4fddeb731b7766cd09fe0b2032a91b43dae655e216792af2a6ae3190
|
||||
PYTHON_PYOPENSSL_LICENSE = Apache-2.0
|
||||
PYTHON_PYOPENSSL_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYOPENSSL_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user