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

name                    py-novas_de405
version                 1997
categories-append       science
platforms               {darwin any}
supported_archs         noarch
maintainers             {aronnax @lpsinger}
description             High-precision JPL DE405 solar system ephemeris
long_description \
  This is the high-precision JPL DE405 solar system ephemeris, packaged for use \
  by the novas Python package.

homepage                https://pypi.python.org/pypi/novas_de405/
master_sites            http://jplephem.s3.amazonaws.com/
distname                novas_de405-${version}
checksums               rmd160  fa04b8820e7e0b66c47c2cc96e469bca9071a6c2 \
                        sha256  b63583a7cf7711e5ffb02a09c4ff840f0424cc9a374214f5c6dc2d5d70f6dd7a \
                        size    54898450

python.versions         27 35 36

livecheck.url           http://jplephem.s3.amazonaws.com/packages.html
livecheck.regex         novas_de405-((\[0-9\]+)(\.\[0-9\]+)\*)[quotemeta ${extract.suffix}]

if {${name} ne ${subport}} {
    livecheck.type      none
}
