# -*- 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           github 1.0
PortGroup           python 1.0

github.setup        WoLpH portalocker 3.2.0 v
github.tarball_from archive
revision            0
name                py-${github.project}
license             PSF-2.1.1
maintainers         nomaintainer
platforms           {darwin any}
supported_archs     noarch

description         Cross-platform locking library

long_description    Portalocker is a library to provide an easy API to file locking.

checksums           rmd160  10273e4aec6504cc647e179ec62ebce731c8cfdc \
                    sha256  adb706f5a29bbcf1ab518f68461d49030ee74589d10555f025ce764caf725699 \
                    size    89888

python.versions     310 311 312 313

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