mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 lines
1.1 KiB
Tcl
# -*- 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.6.6
|
|
revision 0
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
maintainers {@harens harens} 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 852ebe8cd00ecfbac3296baee71769069c4fe2c2 \
|
|
sha256 e60933afc4b52137d323a4434c8340e0ce1e58cec71439e46680d4db188f11b3 \
|
|
size 1628586
|
|
|
|
python.pep517_backend flit
|
|
|
|
python.versions 310 311 312 313
|