# -*- 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-certifi version 2019.11.28 set distversion [regsub -all {(\.)0} ${version} {\1}] revision 0 categories-append devel net platforms darwin license {MPL-1.1 GPL-2+ LGPL-2.1+} supported_archs noarch python.versions 27 35 36 37 38 maintainers {stromnov @stromnov} openmaintainer description Python package for providing Mozilla's CA Bundle. long_description ${description} homepage https://pypi.python.org/pypi/certifi master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${distversion} checksums rmd160 886eb3cbd44f4cd8bb842912fa7beccc0223d4bc \ sha256 25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f \ size 156407 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.version ${distversion} }