# -*- 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-precis-i18n
version             1.1.1
revision            0

license             MIT
supported_archs     noarch
platforms           {darwin any}
maintainers         nomaintainer

description         PRECIS framework for Unicode
long_description    Implementation of PRECIS framework for Unicode \
                    to be used with usernames & passwords.

homepage            https://github.com/byllyfish/precis_i18n

distname            precis_i18n-${version}

checksums           rmd160  ea64e92b81223e9a8641051cc6190f463c75233f \
                    sha256  369fe3bcc29ea56ce0b5603e26165d0aabd885168512d92fc08e4f60d716bb31 \
                    size    69511

python.versions     310 311 312

if {${name} ne ${subport}} {
    test.run        yes
    python.test_framework unittest
}
