package/python-ifaddr: bump to version 0.1.7

There is now a LICENSE.txt file, so let's use it as the license file
instead of setup.py. It does contain the MIT license text, as
expected.

Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Grzegorz Blach
2020-06-11 01:34:50 +02:00
committed by Thomas Petazzoni
parent 589d9018b7
commit e80acf0976
2 changed files with 7 additions and 7 deletions

View File

@@ -4,11 +4,11 @@
#
################################################################################
PYTHON_IFADDR_VERSION = 0.1.6
PYTHON_IFADDR_VERSION = 0.1.7
PYTHON_IFADDR_SOURCE = ifaddr-$(PYTHON_IFADDR_VERSION).tar.gz
PYTHON_IFADDR_SITE = https://files.pythonhosted.org/packages/9f/54/d92bda685093ebc70e2057abfa83ef1b3fb0ae2b6357262a3e19dfe96bb8
PYTHON_IFADDR_SITE = https://files.pythonhosted.org/packages/3d/fc/4ce147e3997cd0ea470ad27112087545cf83bf85015ddb3054673cb471bb
PYTHON_IFADDR_SETUP_TYPE = setuptools
PYTHON_IFADDR_LICENSE = MIT
PYTHON_IFADDR_LICENSE_FILES = setup.py
PYTHON_IFADDR_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))