xmldiff: update to 2.6.1.

This commit is contained in:
icp 2023-04-16 00:38:27 +05:30 committed by Andrew Benson
parent 37331ae27f
commit 553b1837f0
1 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'xmldiff'
pkgname=xmldiff
version=2.5
version=2.6.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -12,13 +12,9 @@ license="MIT"
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=6c5f30bc65ce6e81d9a70a3cb0269f7ba61852fd6caa7a0fbfc0edf33b3cb717
checksum=81b817ef2fd0de9b30336b47fd1d4648c99b30685024a07bc34f2c146404e159
conflicts="python-xmldiff>=0"
post_extract() {
rm xmldiff/_diff_match_patch_py2.py
}
post_install() {
vlicense LICENSE.txt
}