# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-certifi version 2016.09.26 revision 0 categories-append devel net platforms darwin license {MPL-1.1 GPL-2+ LGPL-2.1+} supported_archs noarch python.versions 27 33 34 35 maintainers stromnov openmaintainer description Python package for providing Mozilla's CA Bundle. long_description ${description} homepage http://pypi.python.org/pypi/certifi master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-2016.9.26 checksums rmd160 e5bf67cc99fa8f888823d5d3c3dbc04ea1ffa696 \ sha256 8275aef1bbeaf05c53715bfc5d8569bd1e04ca1e8e69608cc52bcaac2604eb19 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }