# -*- 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-segno
version             1.3.3
revision            0
platforms           darwin
license             BSD
supported_archs     noarch

maintainers         {@harens gmail.com:harensdeveloper} \
                    openmaintainer

description         Python QR Code and Micro QR Code encoder
long_description    {*}${description}. This package implements ISO/IEC 18004:2015(E) \
                    'QR Code bar code symbology specification' and produces QR Codes and \
                    Micro QR Codes with nearly no effort. It supports the Structured Append \
                    mode which splits a message across several QR codes.

homepage            https://segno.readthedocs.io/en/latest/

checksums           rmd160 0ebb1fa9a7b1218d33939d9ece60292fce9a8b0b \
                    sha256 505766f18c935f606097dc02280aa9cd28f21b3395ebf33292999af9e9d8f138 \
                    size   91402

python.versions     38 39

if {${name} ne ${subport}} {

    depends_lib-append \
                        port:py${python.version}-setuptools

    livecheck.type      none

    notes-append "The CLI tool can be used by running segno-${python.branch}"
}
