# -*- 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             6.2.0
revision            0

checksums           rmd160  01cafdc103f0784db65364cd660a3e278a486221 \
                    sha256  4feae057a2334c9a513e6933cdb9be819d8b822f3b5b435a36138bd218897d23 \
                    size    1615611

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 \
                    314
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
