# -*- 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-hatch-requirements-txt
version             0.4.1
revision            0

categories-append   devel
license             BSD
supported_archs     noarch
platforms           {darwin any}

python.versions     39 39 310 311 312 313
python.pep517_backend hatch

maintainers         {stromnov @stromnov} openmaintainer

description         Hatchling plugin to read project dependencies from requirements.txt
long_description    {*}${description}

homepage            https://github.com/repo-helper/hatch-requirements-txt
distname            hatch_requirements_txt-${version}

checksums           rmd160  f34f0def5c5f5c80a8d60dbb45de5f669096afac \
                    sha256  2c686e5758fd05bb55fa7d0c198fdd481f8d3aaa3c693260f5c0d74ce3547d20 \
                    size    6454

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-hatchling \
                        port:py${python.version}-packaging
}
