Modified: trunk/dports/python/py-odo/Portfile (148187 => 148188)
--- trunk/dports/python/py-odo/Portfile 2016-04-29 09:06:45 UTC (rev 148187)
+++ trunk/dports/python/py-odo/Portfile 2016-04-29 09:11:06 UTC (rev 148188)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-odo
-version 0.4.2
+version 0.5.0
revision 0
categories-append devel
platforms darwin
@@ -19,12 +19,12 @@
long_description ${description}
homepage http://github.com/ContinuumIO/odo
-master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
+master_sites https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
-checksums rmd160 d67670b00a4b254d1355fff11c08105a4413fb6a \
- sha256 f793df8b212994ea23ce34e90e2048d0237d3b95ecd066ef2cfbb1c2384b79e9
+checksums rmd160 95168af613cbd1e94599299b7f385c31c93157e9 \
+ sha256 e892ffe58e87d6b1c12838c4ab252bd0ae8c0ec43e5179409309ded4929905d6
if {${name} ne ${subport}} {
depends_build-append \
@@ -36,6 +36,17 @@
port:py${python.version}-multipledispatch \
port:py${python.version}-networkx
+ # Fix permissions
+ post-extract {
+ fs-traverse item ${worksrcpath} {
+ if {[file isdirectory ${item}]} {
+ file attributes ${item} -permissions a+rx
+ } elseif {[file isfile ${item}]} {
+ file attributes ${item} -permissions a+r
+ }
+ }
+ }
+
livecheck.type none
} else {
livecheck.type pypi