Revision: 139933 https://trac.macports.org/changeset/139933 Author: stromnov@macports.org Date: 2015-09-03 13:30:30 -0700 (Thu, 03 Sep 2015) Log Message: ----------- py-bokeh: update to version 0.9.3 Modified Paths: -------------- trunk/dports/python/py-bokeh/Portfile Modified: trunk/dports/python/py-bokeh/Portfile =================================================================== --- trunk/dports/python/py-bokeh/Portfile 2015-09-03 19:37:37 UTC (rev 139932) +++ trunk/dports/python/py-bokeh/Portfile 2015-09-03 20:30:30 UTC (rev 139933) @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-bokeh -version 0.9.2 +version 0.9.3 revision 0 categories-append devel platforms darwin @@ -21,13 +21,13 @@ Grammar of Graphics for Python, that also supports \ the customized rendering flexibility of Protovis and d3. -homepage https://github.com/ContinuumIO/Bokeh -master_sites https://pypi.python.org/packages/source/b/bokeh/ +homepage http://github.com/bokeh/bokeh +master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} -distname bokeh-${version} +distname ${python.rootname}-${version} -checksums rmd160 aa2e4918b9f9be672cd74dd1b72ec5d3e6380853 \ - sha256 1eb87c8782b5a7a80823c026f3858ea461ec72d532a61b7e16a777066b35425d +checksums rmd160 a87348951897ef5d04e3747526330e6520f90c75 \ + sha256 e164666e2d4b4a72c858d3b6bf4a9b07e6c3727f078b63e36f3a097c3f77831f if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-flask \ @@ -58,7 +58,5 @@ livecheck.type none } else { - livecheck.type regex - livecheck.url https://pypi.python.org/pypi/bokeh/json - livecheck.regex {bokeh-(\d+(?:\.\d+)*)\.[tz]} + livecheck.type pypi }