# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8: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
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               sha256  b63583a7cf7711e5ffb02a09c4ff840f0424cc9a374214f5c6dc2d5d70f6dd7a

python.versions         27 34 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
}