python-meld3: bump to version 1.0.2

meld3 1.0.2 supports Python 3, so drop Python 2 only dependency.

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
2016-06-30 16:38:58 +02:00
committed by Thomas Petazzoni
parent beddc22a7d
commit 3d7aa870a1
3 changed files with 7 additions and 6 deletions

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_MELD3_VERSION = 0.6.8
PYTHON_MELD3_VERSION = 1.0.2
PYTHON_MELD3_SOURCE = meld3-$(PYTHON_MELD3_VERSION).tar.gz
PYTHON_MELD3_SITE = http://pypi.python.org/packages/source/m/meld3
PYTHON_MELD3_SITE = https://pypi.python.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f
PYTHON_MELD3_LICENSE = ZPLv2.1
PYTHON_MELD3_LICENSE_FILES = COPYRIGHT.txt LICENSE.txt
PYTHON_MELD3_SETUP_TYPE = distutils