mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-xmldiff: update to 2.4.
This commit is contained in:
parent
a81ffb1460
commit
ed55ff1421
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-xmldiff'
|
# Template file for 'python-xmldiff'
|
||||||
pkgname=python-xmldiff
|
pkgname=python-xmldiff
|
||||||
version=2.3
|
version=2.4
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="xmldiff-${version}"
|
wrksrc="xmldiff-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="xmldiff"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-lxml python-six python-setuptools"
|
depends="python-lxml python-six python-setuptools"
|
||||||
short_desc="Python2 classes to diff XML files"
|
short_desc="Python2 classes to diff XML files"
|
||||||
|
@ -14,7 +13,7 @@ license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/Shoobx/xmldiff"
|
homepage="https://github.com/Shoobx/xmldiff"
|
||||||
changelog="https://raw.githubusercontent.com/Shoobx/xmldiff/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/Shoobx/xmldiff/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/x/xmldiff/xmldiff-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/x/xmldiff/xmldiff-${version}.tar.gz"
|
||||||
checksum=2727f62ab590c1fc834e86033988a76a86a67f5a78196584049b7a722bd94466
|
checksum=05bea20ce1f2c9678683bcce0c3ba9981f87d92b709d190e018bcbf047eccf63
|
||||||
|
|
||||||
alternatives="xmldiff:xmldiff:/usr/bin/xmldiff2"
|
alternatives="xmldiff:xmldiff:/usr/bin/xmldiff2"
|
||||||
replaces="xmldiff>=0"
|
replaces="xmldiff>=0"
|
||||||
|
@ -28,7 +27,6 @@ xmldiff_package() {
|
||||||
|
|
||||||
python3-xmldiff_package() {
|
python3-xmldiff_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="xmldiff"
|
|
||||||
depends="python3-lxml python3-six python3-setuptools"
|
depends="python3-lxml python3-six python3-setuptools"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="xmldiff:xmldiff:/usr/bin/xmldiff3"
|
alternatives="xmldiff:xmldiff:/usr/bin/xmldiff3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue