# -*- 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           github 1.0

github.setup        astropy astropy-helpers 2.0.2 v
name                py-${name}
maintainers         {aronnax @lpsinger} openmaintainer
categories-append   science
description         Helpers for Astropy and Affiliated packages
long_description    This project provides a Python package, astropy_helpers, \
                    which includes many build, installation, and \
                    documentation-related tools used by the Astropy project, \
                    but packaged separately for use by other projects that \
                    wish to leverage this work.
platforms           darwin
supported_archs     noarch
license             BSD

checksums           rmd160  49e3b005326bb5f35dbe3d606678aafce7e4ec03 \
                    sha256  8ebe5afe20d54423c55d3374abc2a90de29a765daeca937eec29c0e3e055f853

python.versions     27 33 34 35 36

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools

    livecheck.type      none
}