python-pyftpdlib: new package

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

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015.08.x
Yegor Yefremov 2015-01-08 22:28:55 +01:00 committed by Thomas Petazzoni
parent 0ae1ab3ed5
commit 01c5c473c3
4 changed files with 22 additions and 0 deletions

View File

@ -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"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYFTPDLIB
bool "python-pyftpdlib"
help
Extremely fast and scalable Python FTP server library.
https://github.com/giampaolo/pyftpdlib

View File

@ -0,0 +1,2 @@
# Locally computed:
sha256 e2024de33024582ef26e30395225180048b98cab341f3e9f3a55f56397c9a4b5 python-pyftpdlib-1.4.0.tar.gz

View File

@ -0,0 +1,13 @@
################################################################################
#
# 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))