mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
xmldiff: update to 2.6.1.
This commit is contained in:
parent
37331ae27f
commit
553b1837f0
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xmldiff'
|
# Template file for 'xmldiff'
|
||||||
pkgname=xmldiff
|
pkgname=xmldiff
|
||||||
version=2.5
|
version=2.6.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,13 +12,9 @@ license="MIT"
|
||||||
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=6c5f30bc65ce6e81d9a70a3cb0269f7ba61852fd6caa7a0fbfc0edf33b3cb717
|
checksum=81b817ef2fd0de9b30336b47fd1d4648c99b30685024a07bc34f2c146404e159
|
||||||
conflicts="python-xmldiff>=0"
|
conflicts="python-xmldiff>=0"
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
rm xmldiff/_diff_match_patch_py2.py
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue