You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
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-jsonpath-rw
|
|
version 1.4.0
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
|
|
description A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/kennknowles/python-jsonpath-rw
|
|
|
|
checksums rmd160 a7071db0a51a94e97868c03d50098ae022022a41 \
|
|
sha256 05c471281c45ae113f6103d1268ec7a4831a2e96aa80de45edc89b11fac4fbec \
|
|
size 13814
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-ply \
|
|
port:py${python.version}-decorator \
|
|
port:py${python.version}-six
|
|
}
|