# -*- 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-editables
version             0.5
revision            0

license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         A Python library for creating editable wheels
long_description    {*}${description} which, when installed, will expose packages in a \
                    local directory on sys.path in editable mode.
supported_archs     noarch
platforms           {darwin any}

homepage            https://github.com/pfmoore/editables

checksums           rmd160  7e23e6cb6591ee06d2eeb4402cf4bd29f95390b4 \
                    sha256  309627d9b5c4adc0e668d8c6fa7bac1ba7c8c5d415c2d27f60f081f8e80d1de2 \
                    size    14744

python.versions     37 38 39 310 311 312 313 314

if {${name} ne ${subport}} {
    python.pep517   yes
    python.pep517_backend \
                    flit
}
