Commit Graph

526 Commits

Author SHA1 Message Date
sthen
e5156c5a06 update to py3-astropy-5.1 2022-05-25 11:30:06 +00:00
sthen
0d82dd54f9 update to py3-astropy-5.0.2; based on a diff from wen heping 2022-05-25 10:29:14 +00:00
sthen
e0a344df33 +py-erfa (this port was based on one from wen heping) 2022-05-25 10:14:58 +00:00
sthen
069d430c48 import various ports required in order to update py-astropy and run most
tests.  ok landry@

astro/py-erfa
devel/py-extension-helpers
devel/py-test-arraydiff
devel/py-test-astropy
devel/py-test-astropy-header
devel/py-test-doctestplus
devel/py-test-openfiles
devel/py-test-remotedata
devel/py-test-filter-subpackage
2022-05-25 10:12:08 +00:00
ajacoutot
f21f6a8aff Update to stellarium-0.22.1. 2022-04-17 08:57:30 +00:00
naddy
07a5cce4e1 astro/py-astropy: reinstate accidentally deleted REVISION and bump 2022-04-02 13:18:37 +00:00
sthen
341b5dbb1f sync WANTLIB 2022-04-01 18:40:20 +00:00
ajacoutot
db6428857e Update to stellarium-0.22.0. 2022-03-28 08:42:55 +00:00
rsadowski
8bc4fc112f Update kstars to 3.5.8 2022-03-17 21:02:08 +00:00
bcallah
7e4bbeba48 Update to gnuastro-0.16.1
Changelog:
https://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS?id=gnuastro_v0.16

Diff from wen heping, with tweaks (WANTLIB sync, bump shlib minor) by me
2022-03-16 01:36:59 +00:00
naddy
31e73e0998 drop RCS Ids 2022-03-11 18:17:37 +00:00
sthen
385739a94f drop rcs id in category Makefiles 2022-03-09 16:18:03 +00:00
bket
1671c11734 Convert unflavored python3 py-* ports, and update dependencies and bump REVISION of consumers
OK sthen@
2022-02-22 04:22:19 +00:00
rsadowski
12ae4c69cc Remove the cmake wxneeded-hack and replace it with USE_WXNEEDED
Remove the webkit/webengine-wxneeded hack in cmComputeLinkInformation.cxx
and add USE_WXNEEDED=Yes to all cmake webkit/webengine consumer.

Background knowledge about the "hack":
It searches for webkit/webengine (lower-case search) in all link-entries for
EXECUTABLE/SHARED_LIBRARY targets. If the search match it adds
"-Wl,-z,wxneeded".

Feedback, help and OK sthen@ Thanks!
2022-02-13 16:38:29 +00:00
rsadowski
791c2d1bc2 Update kstars to 3.5.7 2022-02-13 07:50:48 +00:00
sthen
94e5f0cba2 disable stellarium's hidden dep on gpsd; ok aja@ 2022-02-07 16:11:53 +00:00
sthen
b4dabbf162 update to py3-skyfield-1.42 2022-02-07 09:04:29 +00:00
sthen
693db6eb17 update to py3-jplephem-2.17 2022-02-07 09:03:24 +00:00
ajacoutot
d997e303e7 Qt5WebEngine is used if available, so add dependency on x11/qt5/qtwebengine
breakage reported by naddy@ (dpb junking)
2022-01-19 15:25:13 +00:00
jca
0781cb4aae Fix py-astropy on sparc64
sparc-specific #include fixes, no bump
2022-01-10 23:51:09 +00:00
sthen
3dfcbb9d25 update to py3-skyfield-1.41 2021-12-29 14:23:39 +00:00
ajacoutot
c14fe78258 Update to stellarium-0.21.3. 2021-12-28 08:35:34 +00:00
espie
737fb8bb76 zap a few PKGNAME-sub which are now default
(and also duplicated EPOCH-sub which make little sense in db/{v3,v4}
2021-11-22 13:55:54 +00:00
sthen
da08c8c680 update to py3-skyfield-1.40 2021-11-15 13:27:21 +00:00
rsadowski
113c4a1a57 Update kstars to 3.5.6 2021-11-14 12:41:53 +00:00
ajacoutot
c065619bb3 Missing BDEP on devel/py-wheel. 2021-11-05 07:51:07 +00:00
sthen
0fc0d8377e add some required build deps, failure reported by tb@ 2021-11-04 14:05:31 +00:00
sthen
b101ff7345 hook up astro/py-{de421,jplephem,sgp4,skyfield},python3 2021-11-03 22:30:04 +00:00
sthen
22b3750bc6 import ports/astro/py-skyfield, ok martin@
Skyfield computes positions for the stars, planets, and satellites in
orbit around the Earth. Its results should agree with the positions
generated by the United States Naval Observatory and their Astronomical
Almanac to within 0.0005 arcseconds (half a "mas" or milliarcsecond).

Skyfield can compute geocentric coordinates or topocentric coordinates
specific to your location on the Earth's surface.

While Skyfield itself has no dependency on the AstroPy library, it's
willing to accept AstroPy time objects as input and return results in
native AstroPy units.
2021-11-03 22:28:49 +00:00
sthen
7f14e464fe import ports/astro/py-de421, ok martin@
This is a recent short-period ephemeris published by the Jet Propulsion
Laboratory.  It requires only 27 MB of storage and is specially accurate
with respect to the position of Earth's Moon.
2021-11-03 22:28:27 +00:00
sthen
c50aab1fdd import ports/astro/py-jplephem, ok martin@
This package can load and use a Jet Propulsion Laboratory (JPL)
ephemeris for predicting the position and velocity of a planet or other
Solar System body.

Note that jplephem offers only the logic necessary to produce plain
three-dimensional vectors. Most programmers interested in astronomy
will want to look at Skyfield instead, which uses jplephem but converts
the numbers into more traditional measurements like right ascension and
declination.

Most users will use jplephem with the Satellite Planet Kernel (SPK)
files that the NAIF facility at NASA JPL offers for use with their own
SPICE toolkit. They have collected their most useful kernels beneath the
directory: http://naif.jpl.nasa.gov/pub/naif/generic_kernels/spk/
2021-11-03 22:28:06 +00:00
sthen
10abf179f7 import ports/astro/py-sgp4, ok martin@
This Python package computes the position and velocity of an
earth-orbiting satellite, given the satellite's TLE orbital elements
from a source like https://celestrak.com/.

It implements the most recent version of SGP4, and is regularly run
against the SGP4 test suite to make sure that its satellite position
predictions agree to within 0.1 mm with the predictions of the standard
distribution of the algorithm. This error is far less than the 1-3km/day
by which satellites themselves deviate from the ideal orbits described
in TLE files.
2021-11-03 22:27:47 +00:00
sthen
6070730def link py-astropy to the build, missed when imported
bump revision for change of default python
2021-11-02 21:19:15 +00:00
sthen
8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
sthen
3f3f090494 add annotations for py-* ports using python 3 without a ,python3 flavour,
change some existing annotations, so "grep ' py-' ports/*/Makefile | grep
-v python3" does better at finding the py-* things still using py2
2021-10-29 16:23:36 +00:00
benoit
04d457f49b Update to py-metar-1.4. 2021-10-16 06:38:26 +00:00
ajacoutot
1b97d913bb Update to stellarium-0.21.2. 2021-10-03 19:54:24 +00:00
rsadowski
fcf0e86b83 Update kstars to 3.5.5 2021-09-18 07:52:12 +00:00
fcambus
dc8b672a8e Update ansiweather to 1.18.0. 2021-09-14 17:17:17 +00:00
ajacoutot
8a186c53ce Fix Exec line in desktop file (celestia-gtk -> celestia).
Spotted by stsp@
2021-08-11 14:18:30 +00:00
rsadowski
a85cd31f17 Update kstars to 3.5.4 2021-08-08 19:46:47 +00:00
inoguchi
1a37c86d3c Update astro/sunclock to 3.57
This is update for sunclock from 3.56 to 3.57.

remove REVISION for the first revision of 3.57.
remove HOMEPAGE since it is unreachable now.
change MASTER_SITES to github with using commit hash.
remove MASTER_SITES0 and :0 from the end of the SUPDISTFILES entries.
remove Xext, Xau and Xdmcp from WANTLIB-main.
replace Sunclock.se with Sunclock.sv in PLIST-main.

advise and ok from sthen@ and jca@
2021-07-10 02:12:55 +00:00
benoit
28d609dbd4 Update to py-metar-1.3. 2021-07-09 11:24:26 +00:00
jca
4e49005724 Fix type error fatal after the update to zlib-1.2.11
While here fix a blatant format string issue.

ok tb@ who points out that switching to
https://github.com/nongiach/Sunclock might make sense.
2021-07-04 15:14:07 +00:00
bcallah
b66b7357fc Update to gnuastro-0.15
Changelog:
https://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS?id=gnuastro_v0.15

bash completion file location tweak sthen@; ok sthen@ gnezdo@
2021-06-28 15:20:15 +00:00
ajacoutot
7e82bfe02b Update to stellarium-0.21.1. 2021-06-25 16:03:02 +00:00
kettenis
b9f6ad96e2 Add a port for Astropy, a collection of python packages for astronomy.
This adds version 4.0.5 which is part of the long term support series.
Based on an initial port by Wen Heping.

Mark conflict with devel/p5-Data-ShowTable

ok sthen@
2021-05-06 15:09:25 +00:00
rsadowski
f0a4336633 Update kstars to 3.5.3 2021-04-26 15:47:07 +00:00
ajacoutot
3f9afabe8c Update to stellarium-0.21.0. 2021-03-29 09:50:41 +00:00
rsadowski
f5786e6032 Update kstars to 3.5.2 2021-03-01 07:23:22 +00:00