package/python-flup: bump to version 1.0.3

License isn't shipped with the tarball so we take
PKG-INFO as license file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Asaf Kahlon
2019-10-21 16:40:26 +03:00
committed by Thomas Petazzoni
parent 08a794b5b4
commit 6c22e58d9c
2 changed files with 8 additions and 7 deletions

View File

@@ -4,12 +4,11 @@
#
################################################################################
PYTHON_FLUP_VERSION = 1.0.3.dev20161029
PYTHON_FLUP_VERSION = 1.0.3
PYTHON_FLUP_SOURCE = flup-$(PYTHON_FLUP_VERSION).tar.gz
PYTHON_FLUP_SITE = https://pypi.python.org/packages/17/33/36768930a5ffe4f294ed3987c631bfd3fddb4f9e5e46bc8dc30fd731dbcd
PYTHON_FLUP_SITE = https://files.pythonhosted.org/packages/bb/b5/26cc8f7baf0ddebd3e61a354a2bcc692cfe8005123c37ee3d8507c4c7511
PYTHON_FLUP_LICENSE = BSD-2-Clause, MIT
PYTHON_FLUP_LICENSE_FILES = PKG-INFO
PYTHON_FLUP_SETUP_TYPE = setuptools
$(eval $(python-package))