You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
887 B
Tcl
29 lines
887 B
Tcl
# -*- 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-jsondiff
|
|
version 2.0.0
|
|
categories-append devel
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers nomaintainer
|
|
|
|
description Diff JSON and JSON-like structures in Python
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/ZoomerAnalytics/jsondiff
|
|
|
|
checksums rmd160 fd1413d8af5ca096f4bb2f7c45b8f9fab2cdebe0 \
|
|
sha256 2795844ef075ec8a2b8d385c4d59f5ea48b08e7180fce3cb2787be0db00b1fb4 \
|
|
size 6473
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-yaml
|
|
}
|