# -*- 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-pyrsistent
version             0.20.0
revision            0
categories-append   devel
platforms           darwin
license             MIT

python.versions     39 310 311 312 313

maintainers         {stromnov @stromnov} openmaintainer

description         Pyrsistent is a number of persistent collections.
long_description    {*}${description}

homepage            https://github.com/tobgu/pyrsistent/

checksums           rmd160  7a0607aa9ae3899fe185cc1fe1706bc36dcca01d \
                    sha256  4c48f78f62ab596c679086084d0dd13254ae4f3d6c72a83ffdf5ebdef8f265a4 \
                    size    103642

if {${name} ne ${subport}} {
    depends_test-append \
        port:py${python.version}-hypothesis \
        port:py${python.version}-pytest-runner

    test.run            yes
}
