[128850] trunk/dports/python/py-colander/Portfile

stromnov at macports.org stromnov at macports.org
Fri Nov 28 02:52:31 PST 2014


Revision: 128850
          https://trac.macports.org/changeset/128850
Author:   stromnov at macports.org
Date:     2014-11-28 02:52:31 -0800 (Fri, 28 Nov 2014)
Log Message:
-----------
py-colander: update to version 1.0

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

Modified: trunk/dports/python/py-colander/Portfile
===================================================================
--- trunk/dports/python/py-colander/Portfile	2014-11-28 10:32:04 UTC (rev 128849)
+++ trunk/dports/python/py-colander/Portfile	2014-11-28 10:52:31 UTC (rev 128850)
@@ -1,38 +1,41 @@
-# -*- 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
+# -*- 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-colander
-version             0.9.9
+version             1.0
 revision            0
 categories-append   devel
+platforms           darwin
 license             BSD
-platforms           darwin
 supported_archs     noarch
 
+python.versions     27 34
+
 maintainers         stromnov openmaintainer
 
 description         System for validating and deserializing data.
 long_description    ${description}
 
 homepage            http://docs.repoze.org/colander
-master_sites        http://pypi.python.org/packages/source/c/colander/
+master_sites        https://pypi.python.org/packages/source/c/colander/
 
 distname            colander-${version}
 
-checksums           rmd160  d948647f9efedd044e9d10b23d054707251f29cb \
-                    sha256  7802a2a73484ebb2b661491213a1ececbc4635d290be6df07879eb0a323b693a
+checksums           rmd160  3a167597bb924bfea812fb23219e5722e5c54949 \
+                    sha256  7389413266b9e680c9529c16d56284edf87e0d5de557948e75f41d65683c23b3
 
-python.versions     27 34
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-iso8601 \
+                        port:py${python.version}-translationstring
 
-if {${name} ne ${subport}} {
-    depends_build-append    port:py${python.version}-setuptools
-    depends_lib-append      port:py${python.version}-iso8601 \
-                            port:py${python.version}-translationstring
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {colander-(\d+(?:\.\d+)*)\.[tz]}
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "colander-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141128/ee6b8ac3/attachment.html>


More information about the macports-changes mailing list