Files
2025-11-10 12:15:55 -05:00

40 lines
1.8 KiB
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-xmldiff
version 2.6.3
revision 0
categories-append textproc
license MIT
platforms {darwin any}
supported_archs noarch
maintainers {snc @nerdling} openmaintainer
description A library and command line utility for diffing xml
long_description xmldiff is a library and a command-line utility for making diffs out\
of XML. This may seem like something that doesnt need a dedicated \
utility, but change detection in hierarchical data is very \
different from change detection in flat data. XML type formats are \
also not only used for computer readable data, it is also often \
used as a format for hierarchical data that can be rendered into \
human readable formats. A traditional diff on such a format would \
tell you line by line the differences, but this would not be be \
readable by a human. xmldiff provides tools to make human readable \
diffs in those situations.
homepage https://github.com/Shoobx/xmldiff
checksums rmd160 edb6c97ebf3c7b218898c54d9093791cfd10c77c \
sha256 19b030b3fa37d1f0b5c5ad9ada9059884c3bf2c751c5dd8f1eb4ed49cfe3fc60 \
size 86132
python.versions 310 311
if {${name} ne ${subport}} {
depends_run-append port:py${python.version}-lxml \
port:py${python.version}-six
test.run yes
}