# -*- 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-charset-normalizer version 3.3.2 revision 0 categories-append devel license MIT supported_archs noarch platforms {darwin any} python.versions 36 37 38 39 310 311 312 python.pep517 yes maintainers {stromnov @stromnov} openmaintainer description A library that helps you read text from an unknown charset encoding. long_description {*}${description} homepage https://github.com/ousret/charset_normalizer checksums rmd160 be202e7ac541c5c30866c8b563400d2a4dfda0ae \ sha256 f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5 \ size 104809 if {${name} ne ${subport}} { if {${python.version} < 37} { version 2.0.12 revision 0 distname ${python.rootname}-${version} checksums rmd160 f9bbde2f4ca286e47416d01eebd5b8c22cd8bff7 \ sha256 2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597 \ size 79105 python.pep517 no depends_lib-append port:py${python.version}-setuptools } livecheck.type none }