# -*- 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
supported_archs     noarch
license             LGPL-2.1+
maintainers         {@catap korins.ky:kirill} openmaintainer

description         multi volume file wrapper library
long_description    ${description}

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

checksums           rmd160  cdc129e1e9473e762ed5ff0103bbc0e2c8f59358 \
                    sha256  a0648d0aafbc96e59198d5c17e9acad7eb531abea51035d08ce8060dcad709d6 \
                    size    77984

python.versions     38 39 310

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

    depends_test-append \
                    port:py${python.version}-pyannotate \
                    port:py${python.version}-coverage \
                    port:py${python.version}-coveralls \
                    port:py${python.version}-hypothesis \
                    port:py${python.version}-pytest \
                    port:py${python.version}-pytest-cov

    test.run        yes

    livecheck.type  none
}
