You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
824 B
Tcl
26 lines
824 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-jmespath
|
|
version 1.0.1
|
|
revision 0
|
|
categories-append devel
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description JSON Matching Expressions
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/jmespath/jmespath.py
|
|
|
|
checksums rmd160 eecaa14cf140ebe296365ba32dc38ca4323d4cfd \
|
|
sha256 90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe \
|
|
size 25843
|