# -*- 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-shell
version             1.0.1
revision            0

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

description         Poetry plugin to run subshell with virtual environment activated
long_description    {*}${description}
homepage            https://python-poetry.org

distname            poetry_plugin_shell-${version}

checksums           rmd160  09e834a6af488512d72fa0189881ff021d3e7f5a \
                    sha256  2c2f878f2dbf488cdfd990fc7205af858280942f4ff766d7bbc5aa8b198a1762 \
                    size    9495

python.versions     310 311 312 313

if {${name} ne ${subport}} {
    python.pep517_backend   poetry
    depends_lib-append      port:py${python.version}-pexpect \
                            port:py${python.version}-shellingham
}
