mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
xmldiff: update to 2.5.
This commit is contained in:
parent
0b23cccd52
commit
4a0d5b0dce
1 changed files with 12 additions and 7 deletions
|
@ -1,21 +1,26 @@
|
||||||
# Template file for 'xmldiff'
|
# Template file for 'xmldiff'
|
||||||
pkgname=xmldiff
|
pkgname=xmldiff
|
||||||
version=2.4
|
version=2.5
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-lxml python3-six python3-setuptools"
|
depends="python3-lxml python3-setuptools"
|
||||||
|
checkdepends="${depends} python3-pytest"
|
||||||
short_desc="Python3 classes to diff XML files"
|
short_desc="Python3 classes to diff XML files"
|
||||||
maintainer="prspkt <prspkt@protonmail.com>"
|
maintainer="prspkt <prspkt@protonmail.com>"
|
||||||
license="LGPL-3.0-or-later"
|
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=05bea20ce1f2c9678683bcce0c3ba9981f87d92b709d190e018bcbf047eccf63
|
checksum=6c5f30bc65ce6e81d9a70a3cb0269f7ba61852fd6caa7a0fbfc0edf33b3cb717
|
||||||
conflicts="python-xmldiff>=0"
|
conflicts="python-xmldiff>=0"
|
||||||
|
|
||||||
post_patch() {
|
post_extract() {
|
||||||
rm -f xmldiff/_diff_match_patch_py2.py
|
rm xmldiff/_diff_match_patch_py2.py
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-xmldiff_package() {
|
python3-xmldiff_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue