# -*- 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.8.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  f3c580be59521d4366953be07134b8dbcf916678 \
                    sha256  1fa6168a85d59395d835ca564bc19862a7c76061e60c3e7dfaec70d50937fc61 \
                    size    29840

python.versions     39 310 311 312

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