Skip to content

Commit

Permalink
py-blosc: update to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Feb 14, 2017
1 parent 4238fa8 commit dc65af6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions python/py-blosc/Portfile
Expand Up @@ -4,13 +4,13 @@ PortSystem 1.0
PortGroup python 1.0

name py-blosc
version 1.4.4
version 1.5.0
revision 0
categories-append devel
platforms darwin
license MIT

python.versions 27 34 35
python.versions 27 34 35 36

maintainers stromnov openmaintainer

Expand All @@ -33,8 +33,8 @@ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}

distname ${python.rootname}-${version}

checksums rmd160 fedf6decab80abf0ae90f80658c2c96716d778d3 \
sha256 76ae6e1cecddb320b5567ba78ee9a2ee31895ecba838fdf05fdb9131939a4705
checksums rmd160 b7ab14e80014ebabc97c724da637e9621b3446e0 \
sha256 0ffddbae63f44aa35e4ac707f2e05e421df813c08bde8c5a419776a45de4ab84

if {${name} ne ${subport}} {
# Exception: py-cpuinfo currently only works on X86 and some ARM CPUs.
Expand All @@ -47,6 +47,4 @@ if {${name} ne ${subport}} {
build.args-append --blosc=${prefix}

livecheck.type none
} else {
livecheck.type pypi
}

0 comments on commit dc65af6

Please sign in to comment.