1 | # -*- 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 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-referencing |
---|
7 | version 0.30.2 |
---|
8 | revision 0 |
---|
9 | categories-append devel |
---|
10 | license BSD |
---|
11 | supported_archs noarch |
---|
12 | platforms {darwin any} |
---|
13 | |
---|
14 | python.versions 37 38 39 310 311 |
---|
15 | python.pep517 yes |
---|
16 | python.pep517_backend hatch |
---|
17 | |
---|
18 | maintainers openmaintainer |
---|
19 | |
---|
20 | description JSON referencing + Python |
---|
21 | |
---|
22 | long_description An implementation-agnostic implementation of JSON reference resolution |
---|
23 | |
---|
24 | homepage https://github.com/python-jsonschema/referencing |
---|
25 | |
---|
26 | checksums rmd160 67c778ca6c31968e7558d50a66063e0795796081 \ |
---|
27 | sha256 794ad8003c65938edcdbc027f1933215e0d0ccc0291e3ce20a4d87432b59efc0 \ |
---|
28 | size 53386 |
---|
29 | |
---|
30 | if {${name} ne ${subport}} { |
---|
31 | depends_build-append port:py${python.version}-hatch-vcs |
---|
32 | |
---|
33 | depends_lib-append port:py${python.version}-attrs \ |
---|
34 | port:py${python.version}-rpds_py |
---|
35 | } |
---|