[122136] trunk/dports/python/py-certifi/Portfile

stromnov at macports.org stromnov at macports.org
Tue Jul 15 12:50:22 PDT 2014


Revision: 122136
          https://trac.macports.org/changeset/122136
Author:   stromnov at macports.org
Date:     2014-07-15 12:50:22 -0700 (Tue, 15 Jul 2014)
Log Message:
-----------
py-certify: reformat

Modified Paths:
--------------
    trunk/dports/python/py-certifi/Portfile

Modified: trunk/dports/python/py-certifi/Portfile
===================================================================
--- trunk/dports/python/py-certifi/Portfile	2014-07-15 19:44:00 UTC (rev 122135)
+++ trunk/dports/python/py-certifi/Portfile	2014-07-15 19:50:22 UTC (rev 122136)
@@ -6,17 +6,22 @@
 
 name                py-certifi
 version             0.0.8
-python.versions     25 26 27
-python.default_version  27
+revision            0
 categories-append   devel
 platforms           darwin
+license             {MPL-1.1 GPL-2+ LGPL-2.1+}
+supported_archs     noarch
+
+python.versions     25 26 27
+
 maintainers         stromnov openmaintainer
-license             {MPL-1.1 GPL-2+ LGPL-2.1+}
+
+description         Python package for providing Mozilla's CA Bundle.
+long_description    ${description}
+
 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        https://pypi.python.org/packages/source/c/certifi/
 
-master_sites        http://pypi.python.org/packages/source/c/certifi
 distname            certifi-${version}
 
 checksums           rmd160  c4f67773b79b12d7b6cb747d4e93a5dde9d3dcd7 \
@@ -26,6 +31,6 @@
     livecheck.type      none
 } else {
     livecheck.type      regex
-    livecheck.url       ${homepage}
-    livecheck.regex     certifi (\\d+(\\.\\d+)+)
+    livecheck.url       ${master_sites}
+    livecheck.regex     {certifi-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140715/36fdc2ad/attachment.html>


More information about the macports-changes mailing list