Skip to content

Commit

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

name py-bcolz
version 1.1.0
version 1.1.2
revision 0
categories-append devel
platforms darwin
license BSD

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

maintainers stromnov openmaintainer

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

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

checksums rmd160 cb241742f26d474d8bbf84c69b6571ae74e1675e \
sha256 1fe2e3da6321e6644fe310b5ecb6b3073fa9fb7a99ac666b97a4e64d084d6463
checksums rmd160 6dd12b6f5e9fbf5c0982a4e4d65c99294b62172e \
sha256 42b733692cfb194df867f19168da1a9e468145a50c557758ecec911c6e5a4073

if {${name} ne ${subport}} {
# Fix permissions
Expand All @@ -54,6 +54,4 @@ if {${name} ne ${subport}} {
build.args-append --blosc=${prefix}

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

0 comments on commit b883e41

Please sign in to comment.