Files
Joshua Root a0692b4a51 python/py-[j-q]*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-27 04:13:32 +11:00

34 lines
1.2 KiB
Tcl

# -*- 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 brandon-rhodes python-novas 3.1.1.4 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name py-novas
categories-append science
maintainers {aronnax @lpsinger}
description Naval Observatory Vector Astrometry Software, \
Python Edition
long_description \
Python ctypes wrapper for Naval Observatory Vector Astrometry Software \
(NOVAS). Provides extremely accurate astrometric coordinate conversions \
and position of solar system objects.
license public-domain
homepage https://pypi.python.org/pypi/novas/
checksums rmd160 7eda716bb72102f2a4d7e39fc7e52313af53482a \
sha256 c0e55db139f7e33ed9cb213bf2c803aed6c0cbc582f491f69144a8edd9f900ed \
size 2745745
python.versions 27 35 36
if {${name} ne ${subport}} {
livecheck.type none
}