# -*- 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-checkdigit
version             0.5.0
platforms           {darwin any}
license             GPL-3
supported_archs     noarch

maintainers         {harens @harens} openmaintainer

description         An easy-to-use check digit library for data validation
long_description    checkdigit is a PEP 561 compatible library that helps to validate \
                    Luhn, ISBN, UPC and many other different types of codes. Written \
                    in pure Python with no runtime dependencies.

homepage            https://checkdigit.readthedocs.io

checksums           rmd160  4d8ba604f9aa1e232ec382604248aa22b0ab6d74 \
                    sha256  fe493397f2b95e4e726573a5a70b200f23b270e6d89c21847dea22024fe970e2 \
                    size    22553

python.versions     39 310 311
python.pep517_backend poetry
