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>
This commit is contained in:
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

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