This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_PYSFTP
bool "python-pysftp"
select BR2_PACKAGE_PYTHON_PARAMIKO # runtime
help
A friendly face on SFTP.
https://bitbucket.org/dundeemt/pysftp

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pysftp/json
md5 abc55b7122de3e86f0d547301f4ddf0c pysftp-0.2.9.tar.gz
sha256 fbf55a802e74d663673400acd92d5373c1c7ee94d765b428d9f977567ac4854a pysftp-0.2.9.tar.gz
# Locally computed sha256 checksums
sha256 e648e3c7f439b52222a785a590223a0f7bad1a8a5fb89157d80d13123c7dcd25 LICENSE.txt

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pysftp
#
################################################################################
PYTHON_PYSFTP_VERSION = 0.2.9
PYTHON_PYSFTP_SOURCE = pysftp-$(PYTHON_PYSFTP_VERSION).tar.gz
PYTHON_PYSFTP_SITE = https://files.pythonhosted.org/packages/36/60/45f30390a38b1f92e0a8cf4de178cd7c2bc3f874c85430e40ccf99df8fe7
PYTHON_PYSFTP_SETUP_TYPE = setuptools
PYTHON_PYSFTP_LICENSE = BSD-3-Clause
PYTHON_PYSFTP_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))