# -*- 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-poetry-plugin-export
version             1.9.0
revision            0

categories          python
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         {gmail.com:davidgilman1 @dgilman} openmaintainer

description         Poetry plugin to export the dependencies to various formats
long_description    {*}${description}
homepage            https://python-poetry.org

distname            poetry_plugin_export-${version}

checksums           rmd160  0feaedd26d5b39a33c2ea614159e892a18173d88 \
                    sha256  6fc8755cfac93c74752f85510b171983e2e47d782d4ab5be4ffc4f6945be7967 \
                    size    30835

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    python.pep517_backend poetry
}