Commit 01c5c473 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Thomas Petazzoni
Browse files

python-pyftpdlib: new package



[Thomas: remove empty new line at end of .mk file.]

Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 0ae1ab3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -530,6 +530,7 @@ menu "external python modules"
	source "package/python-psutil/Config.in"
	source "package/python-pyasn/Config.in"
	source "package/python-pycrypto/Config.in"
	source "package/python-pyftpdlib/Config.in"
	source "package/python-pygame/Config.in"
	source "package/python-pyparsing/Config.in"
	source "package/python-pypcap/Config.in"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PYTHON_PYFTPDLIB
	bool "python-pyftpdlib"
	help
	  Extremely fast and scalable Python FTP server library.

	  https://github.com/giampaolo/pyftpdlib
+2 −0
Original line number Diff line number Diff line
# Locally computed:
sha256  e2024de33024582ef26e30395225180048b98cab341f3e9f3a55f56397c9a4b5  python-pyftpdlib-1.4.0.tar.gz
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# python-pyftpdlib
#
################################################################################

PYTHON_PYFTPDLIB_VERSION = 1.4.0
PYTHON_PYFTPDLIB_SITE = $(call github,giampaolo,pyftpdlib,release-$(PYTHON_PYFTPDLIB_VERSION))
PYTHON_PYFTPDLIB_SETUP_TYPE = setuptools
PYTHON_PYFTPDLIB_LICENSE = MIT
PYTHON_PYFTPDLIB_LICENSE_FILES = LICENSE

$(eval $(python-package))