Revision: 139935 https://trac.macports.org/changeset/139935 Author: stromnov@macports.org Date: 2015-09-03 13:32:11 -0700 (Thu, 03 Sep 2015) Log Message: ----------- py-llvmlite: update to version 0.7.0 Modified Paths: -------------- trunk/dports/python/py-llvmlite/Portfile Modified: trunk/dports/python/py-llvmlite/Portfile =================================================================== --- trunk/dports/python/py-llvmlite/Portfile 2015-09-03 20:31:08 UTC (rev 139934) +++ trunk/dports/python/py-llvmlite/Portfile 2015-09-03 20:32:11 UTC (rev 139935) @@ -6,9 +6,9 @@ name py-llvmlite epoch 1 -version 0.6.0 +version 0.7.0 revision 0 -categories-append science +categories-append devel science platforms darwin license BSD @@ -19,13 +19,13 @@ description A lightweight LLVM python binding for writing JIT compilers long_description ${description} -homepage https://github.com/numba/llvmlite -master_sites https://pypi.python.org/packages/source/l/llvmlite/ +homepage http://llvmlite.pydata.org/ +master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} -distname llvmlite-${version} +distname ${python.rootname}-${version} -checksums rmd160 56ea9fce7f3bb8ee8a384e092220bb21ca27132f \ - sha256 0ed6bbf850578dc99c06be3060a1067ea4993474392137760d1c020f7188a236 +checksums rmd160 c2ddd9cea5f7531d49b5ce8dfdd7d1b2d815a26e \ + sha256 6d780980da05d2d82465991bce42c1b4625018d67feae17c672c6a9d5ad0bb1a if {${name} ne ${subport}} { patchfiles-append patch-ffi_Makefile.osx.diff @@ -45,7 +45,5 @@ livecheck.type none } else { - livecheck.type regex - livecheck.url https://pypi.python.org/pypi/llvmlite/json - livecheck.regex {llvmlite-(\d+(?:\.\d+)*)\.[tz]} + livecheck.type pypi }