[106382] trunk/dports/python/py-blosc/Portfile

stromnov at macports.org stromnov at macports.org
Fri May 24 08:06:29 PDT 2013


Revision: 106382
          https://trac.macports.org/changeset/106382
Author:   stromnov at macports.org
Date:     2013-05-24 08:06:29 -0700 (Fri, 24 May 2013)
Log Message:
-----------
py-blosc: update to version 1.1

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

Modified: trunk/dports/python/py-blosc/Portfile
===================================================================
--- trunk/dports/python/py-blosc/Portfile	2013-05-24 14:55:12 UTC (rev 106381)
+++ trunk/dports/python/py-blosc/Portfile	2013-05-24 15:06:29 UTC (rev 106382)
@@ -5,12 +5,14 @@
 PortGroup           python 1.0
 
 name                py-blosc
-version             1.0.6
+version             1.1
 revision            0
 categories-append   devel
+platforms           darwin
 license             MIT
-platforms           darwin
 
+python.versions     26 27 31 32 33
+
 maintainers         stromnov openmaintainer
 
 description         Python package that wraps the Blosc compressor
@@ -32,12 +34,17 @@
 
 distname            blosc-${version}
 
-checksums           rmd160  9e6fb4863f1c71c2f1cede014adcf3246b354bf2 \
-                    sha256  6e0ff8aba686d402172b5d7d555827857632be12cd97f500837fe0facb96bf6c
+checksums           rmd160  fc83220497cbe2e8f9df75348c6499317749759f \
+                    sha256  3f521bd2711e259ca8bb85c6bb15085cec75545346935712654f45c48e45e1be
 
-python.default_version  27
-python.versions     26 27 31 32
+if {$subport != $name} {
+    depends_lib-append  port:blosc
 
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "blosc-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+    build.args-append   --blosc=${prefix}
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "blosc-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130524/a3923a9b/attachment.html>


More information about the macports-changes mailing list