# -*- 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-qrcode version 7.4.2 revision 0 license BSD platforms {darwin any} supported_archs noarch maintainers nomaintainer description QR Code image generator long_description {*}${description} homepage https://github.com/lincolnloop/python-qrcode checksums rmd160 85b63587c16df890ea3d1594c8edb35ca336ba0e \ sha256 9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b30f5845 \ size 535974 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-setuptools \ port:py${python.version}-six post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE README.rst \ CHANGES.rst TESTING.rst ${destroot}${docdir} } }