mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
7
package/python-pysftp/Config.in
Normal file
7
package/python-pysftp/Config.in
Normal 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
|
5
package/python-pysftp/python-pysftp.hash
Normal file
5
package/python-pysftp/python-pysftp.hash
Normal 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
|
14
package/python-pysftp/python-pysftp.mk
Normal file
14
package/python-pysftp/python-pysftp.mk
Normal 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))
|
Reference in New Issue
Block a user