4211a933a3
- Update hash of LICENSE file (license updated to make it recognizable
by github:
a3016e7d69
)
- Update indentation in hash file (two spaces)
https://github.com/giampaolo/pyftpdlib/blob/release-1.5.6/HISTORY.rst
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
561 B
Makefile
15 lines
561 B
Makefile
################################################################################
|
|
#
|
|
# python-pyftpdlib
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYFTPDLIB_VERSION = 1.5.6
|
|
PYTHON_PYFTPDLIB_SOURCE = pyftpdlib-$(PYTHON_PYFTPDLIB_VERSION).tar.gz
|
|
PYTHON_PYFTPDLIB_SITE = https://files.pythonhosted.org/packages/31/61/63ef60aca6de07eba1639d9d47f3f8e29462e8bb49d6a8dce9aeff240646
|
|
PYTHON_PYFTPDLIB_SETUP_TYPE = setuptools
|
|
PYTHON_PYFTPDLIB_LICENSE = MIT
|
|
PYTHON_PYFTPDLIB_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|