# -*- 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-multivolumefile
version             0.2.3
revision            0

categories-append   devel
platforms           {darwin any}
supported_archs     noarch
license             LGPL-2.1+
maintainers         nomaintainer

description         multi volume file wrapper library
long_description    {*}${description}

homepage            https://github.com/miurahr/multivolume

checksums           rmd160  cdc129e1e9473e762ed5ff0103bbc0e2c8f59358 \
                    sha256  a0648d0aafbc96e59198d5c17e9acad7eb531abea51035d08ce8060dcad709d6 \
                    size    77984

python.versions     310 311 312 313

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools_scm

    depends_test-append \
                    port:py${python.version}-pyannotate \
                    port:py${python.version}-hypothesis

    test.run        yes
}
