# -*- 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-pyqrcodeng
version             1.3.6
revision            1
platforms           {darwin any}
license             BSD
supported_archs     noarch

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

description         The PyQRCodeNG module is a QR code generator that is simple to use and \
                    written in pure Python
long_description    {*}${description}. The module automates most of the building process for creating \
                    QR codes. Most codes can be created using only two lines of code!

homepage            https://github.com/pyqrcode/pyqrcodeNG

checksums           rmd160 033bbed810a438ccc7be3c6c732024d3827636eb \
                    sha256 b84cd27cbf973593686d38b5a002464fbeb6e8dbd16aea293e6092eea0dc462b \
                    size   46400

python.rootname     PyQRCodeNG

python.versions     39

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

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

    depends_run-append \
                    port:py${python.version}-pypng

    livecheck.type  none

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