# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0
PortGroup           select 1.0

name                py-astroML_addons
version             0.2.2
revision            0

categories-append   science
license             BSD
platforms           darwin
maintainers         {aronnax @lpsinger} openmaintainer

python.versions     27 35 36

description         performance add-ons for the astroML package

long_description    AstroML is a Python module for machine learning and data \
                    mining built on numpy, scipy, scikit-learn, and \
                    matplotlib, and distributed under the 3-Clause BSD \
                    license. It contains a growing library of statistical and \
                    machine learning routines for analyzing astronomical data \
                    in python, loaders for several open astronomical datasets, \
                    and a large suite of examples of analyzing and visualizing \
                    astronomical datasets. This package provides faster C \
                    implementations of some algorithms in astroML.

homepage            https://www.astroml.org
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
distname            ${python.rootname}-${version}

checksums           rmd160  b4d642a073c846bd66c902ada33079afd2abdd70 \
                    sha256  c4b6e9d9f86550e1a59b54ddedf6666c7293bd7ad7b99549170e3053e57cb0cb \
                    size    51052

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-numpy

    livecheck.type  none
}