Commits

reneeotten authored and Perry E. Metzger committed 6a793cd7928
py-astroML_addons: fix livecheck

- modernize checksums - update homepage to use https
No tags

python/py-astroML_addons/Portfile

Modified
20 20 long_description AstroML is a Python module for machine learning and data \
21 21 mining built on numpy, scipy, scikit-learn, and \
22 22 matplotlib, and distributed under the 3-Clause BSD \
23 23 license. It contains a growing library of statistical and \
24 24 machine learning routines for analyzing astronomical data \
25 25 in python, loaders for several open astronomical datasets, \
26 26 and a large suite of examples of analyzing and visualizing \
27 27 astronomical datasets. This package provides faster C \
28 28 implementations of some algorithms in astroML.
29 29
30 -homepage http://www.astroml.org
30 +homepage https://www.astroml.org
31 31 master_sites pypi:[string index ${realname} 0]/${realname}
32 32 distname ${realname}-${version}
33 33
34 -checksums md5 9efd34f180766fbb3c58f989fd87e254 \
35 - sha1 a2dfd11a9dbaf52f6b88cd8e5ed8ce579a87cb4f \
36 - rmd160 b4d642a073c846bd66c902ada33079afd2abdd70
34 +checksums rmd160 b4d642a073c846bd66c902ada33079afd2abdd70 \
35 + sha256 c4b6e9d9f86550e1a59b54ddedf6666c7293bd7ad7b99549170e3053e57cb0cb \
36 + size 51052
37 37
38 -if {${name} eq ${subport}} {
39 - livecheck.type regex
40 - livecheck.url https://pypi.python.org/pypi?:action=doap&name=${realname}
41 - livecheck.regex {<release><Version><revision>([^<]+)</revision></Version></release>}
42 -} else {
38 +if {${name} ne ${subport}} {
43 39 depends_lib-append port:py${python.version}-numpy
44 40
45 41 livecheck.type none
46 42 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut