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-rpds_py |
---|
7 | version 0.10.3 |
---|
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 maturin |
---|
17 | |
---|
18 | maintainers openmaintainer |
---|
19 | |
---|
20 | description Python bindings to Rust's persistent data structures (rpds) |
---|
21 | long_description {*}${description} |
---|
22 | |
---|
23 | homepage https://github.com/crate-py/rpds |
---|
24 | |
---|
25 | checksums rmd160 224a271f3f36677610a36f9959b6ddb13941c680 \ |
---|
26 | sha256 fcc1ebb7561a3e24a6588f7c6ded15d80aec22c66a070c757559b57b17ffd1cb \ |
---|
27 | size 17164 |
---|
28 | |
---|
29 | if {${name} ne ${subport}} { |
---|
30 | # depends_build-append port:py${python.version}-maturin |
---|
31 | } |
---|