# -*- 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.0 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 9ecac023f391c0d419393e66ce1713cdc90e4c28 \ sha256 7ad0d9e08b806f3a9aba042f0b5b28f081fe6decf1dd95ec8e4dc8c6b302aec2 \ size 69488 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools test.run yes python.test_framework unittest }