Ticket #68224: py-rpds_py.Portfile

File py-rpds_py.Portfile, 975 bytes (added by johankytt, 12 months ago)
Line 
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
3PortSystem          1.0
4PortGroup           python 1.0
5
6name                py-rpds_py
7version             0.10.3
8revision            0
9categories-append   devel
10license             BSD
11supported_archs     noarch
12platforms           {darwin any}
13
14python.versions     37 38 39 310 311
15python.pep517       yes
16python.pep517_backend maturin
17
18maintainers         openmaintainer
19
20description         Python bindings to Rust's persistent data structures (rpds)
21long_description    {*}${description}
22
23homepage            https://github.com/crate-py/rpds
24
25checksums           rmd160  224a271f3f36677610a36f9959b6ddb13941c680 \
26                    sha256  fcc1ebb7561a3e24a6588f7c6ded15d80aec22c66a070c757559b57b17ffd1cb \
27                    size    17164
28
29if {${name} ne ${subport}} {
30    # depends_build-append  port:py${python.version}-maturin
31}