Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions srcpkgs/xmldiff/template
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Template file for 'xmldiff'
pkgname=xmldiff
version=2.7.0
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
version=3.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools"
depends="python3-lxml python3-setuptools"
checkdepends="${depends} python3-pytest"
short_desc="Python3 classes to diff XML files"
Expand All @@ -12,7 +12,7 @@ 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=c0910b1f800366dd7ec62923e5d06e8b06a1bd9120569a1c27f4f2446b9c68a2
checksum=380ec4d05cef33f5b706cf789abcc848d27730d67e02dc0b4f1107e16ce9aaad
conflicts="python-xmldiff>=0"

post_install() {
Expand Down