mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
committed by
Thomas Petazzoni
parent
beddc22a7d
commit
3d7aa870a1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user