Revision: 90314 http://trac.macports.org/changeset/90314 Author: dports@macports.org Date: 2012-03-01 14:02:46 -0800 (Thu, 01 Mar 2012) Log Message: ----------- py-certifi: new port, v0.0.6 (#32813) Added Paths: ----------- trunk/dports/python/py-certifi/ trunk/dports/python/py-certifi/Portfile Added: trunk/dports/python/py-certifi/Portfile =================================================================== --- trunk/dports/python/py-certifi/Portfile (rev 0) +++ trunk/dports/python/py-certifi/Portfile 2012-03-01 22:02:46 UTC (rev 90314) @@ -0,0 +1,31 @@ +# -*- 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 0.0.6 +python.versions 26 27 +python.default_version 27 +categories python devel +platforms darwin +maintainers nomaintainer +license {MPL-1.1 GPL-2+ LGPL-2.1+} +homepage http://pypi.python.org/pypi/certifi +description Python SSL Certificates +long_description This packge contains a modified version of ca-bundle.crt. + +master_sites http://pypi.python.org/packages/source/c/certifi +distname certifi-${version} + +checksums rmd160 65827de13f51cb9127d1b5a8097698dd074f6320 \ + sha256 e839718ce80daa9853b1f47a333757d4a22cdf422e2fd8de5e579d5634a89585 + +if {$subport != $name} { + livecheck.type none +} else { + livecheck.type regex + livecheck.url ${homepage} + livecheck.regex certifi (\\d+(\\.\\d+)+) +} Property changes on: trunk/dports/python/py-certifi/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native