Add buildroot 2018-02
This commit is contained in:
16
buildroot/package/python-paramiko/Config.in
Normal file
16
buildroot/package/python-paramiko/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_PYTHON_PARAMIKO
|
||||
bool "python-paramiko"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-pyasn
|
||||
select BR2_PACKAGE_PYTHON_BCRYPT # runtime
|
||||
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYASN # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYNACL # runtime
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
|
||||
help
|
||||
SSH2 protocol library.
|
||||
|
||||
https://github.com/paramiko/paramiko/
|
||||
|
||||
comment "python-paramiko needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
3
buildroot/package/python-paramiko/python-paramiko.hash
Normal file
3
buildroot/package/python-paramiko/python-paramiko.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/paramiko/json, sha256 locally computed
|
||||
md5 d44932891b1ce4bfd3e9e9e06c90395d paramiko-2.2.0.tar.gz
|
||||
sha256 24b6cdb42eedb50f3b9d994ab0ca63e74db57555346e97c6e4b8c2ab51cdfd81 paramiko-2.2.0.tar.gz
|
||||
14
buildroot/package/python-paramiko/python-paramiko.mk
Normal file
14
buildroot/package/python-paramiko/python-paramiko.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-paramiko
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PARAMIKO_VERSION = 2.2.0
|
||||
PYTHON_PARAMIKO_SOURCE = paramiko-$(PYTHON_PARAMIKO_VERSION).tar.gz
|
||||
PYTHON_PARAMIKO_SITE = https://pypi.python.org/packages/ea/a1/75393511fa6b645d28bd614ba061af99e94a6916c6b4f619f8b6b58bc35e
|
||||
PYTHON_PARAMIKO_SETUP_TYPE = setuptools
|
||||
PYTHON_PARAMIKO_LICENSE = LGPL-2.1+
|
||||
PYTHON_PARAMIKO_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user