python-xmldiff: update to 2.4.

This commit is contained in:
mobinmob 2020-01-23 22:10:32 +02:00 committed by Helmut Pozimski
parent a81ffb1460
commit ed55ff1421

View File

@ -1,11 +1,10 @@
# Template file for 'python-xmldiff'
pkgname=python-xmldiff
version=2.3
revision=2
version=2.4
revision=1
archs=noarch
wrksrc="xmldiff-${version}"
build_style=python-module
pycompile_module="xmldiff"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-lxml python-six python-setuptools"
short_desc="Python2 classes to diff XML files"
@ -14,7 +13,7 @@ license="LGPL-3.0-or-later"
homepage="https://github.com/Shoobx/xmldiff"
changelog="https://raw.githubusercontent.com/Shoobx/xmldiff/master/CHANGES.rst"
distfiles="${PYPI_SITE}/x/xmldiff/xmldiff-${version}.tar.gz"
checksum=2727f62ab590c1fc834e86033988a76a86a67f5a78196584049b7a722bd94466
checksum=05bea20ce1f2c9678683bcce0c3ba9981f87d92b709d190e018bcbf047eccf63
alternatives="xmldiff:xmldiff:/usr/bin/xmldiff2"
replaces="xmldiff>=0"
@ -28,7 +27,6 @@ xmldiff_package() {
python3-xmldiff_package() {
archs=noarch
pycompile_module="xmldiff"
depends="python3-lxml python3-six python3-setuptools"
short_desc="${short_desc/Python2/Python3}"
alternatives="xmldiff:xmldiff:/usr/bin/xmldiff3"