# -*- 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                reuse
version             5.0.2
revision            0

checksums           rmd160  e30da944759932c95b7b5847f09506792d162349 \
                    sha256  878016ae5dd29c10bad4606d6676c12a268c12aa9fcfea66403598e16eed085c \
                    size    358798

categories          devel
supported_archs     noarch
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+

description         reuse is a tool for compliance with the REUSE \
                    recommendations.
long_description    {*}${description}

homepage            https://reuse.software/

python.default_version \
                    312
python.pep517       yes
python.pep517_backend \
                    poetry

depends_lib-append  port:py${python.version}-binaryornot \
                    port:py${python.version}-boolean.py \
                    port:py${python.version}-jinja2 \
                    port:py${python.version}-license-expression \
                    port:py${python.version}-python-debian \
                    port:py${python.version}-tomlkit \
                    port:py${python.version}-attrs \
                    port:py${python.version}-click

depends_run-append  path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
