summaryrefslogtreecommitdiff
path: root/gnu/packages/astronomy.scm
AgeCommit message (Collapse)Author
2023-08-17gnu: Add unsio.Sharlatan Hellseher
* gnu/packages/astronomy.scm (unsio): New variable. Co-Authored-By: Iliya Tikhonenko <tikhonenko@mpe.mpg.de> Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-astroalign: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-astroalign)[native-inputs]: Add python-pytest, python-semantic-version. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-synphot: Update to 1.2.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-synphot): Update to 1.2.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-pyerfa: Use G-expressions.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-pyerfa): Use G-expressions. [snippet]: Remove trailing #t. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-pyerfa: Fix tests.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-pyerfa): Fix tests. [build-system]: Change to pyproject-build-system. [arguments]: Disable a failing test. Add 'build-extensions phase. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-pyerfa: Update to 2.0.0.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-pyerfa): Update to 2.0.0.3. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-sunpy: Update to 5.0.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-sunpy): Update to 5.0.0. Drop some failing tests. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-cdflib: Update to 1.0.5.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.0.5. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-stdatamodels: Update to 1.7.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.7.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-stcal: Update to 1.4.2.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stcal): Update to 1.4.2. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-08gnu: python-reproject: Update to 0.11.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-reproject): Update to 0.11.0. [native-inputs]: Move python-pyvo, python-gwcs, python-shapely from here ... [propagated-inputs]: ... to here. Add python-click, python-cloudpickle, python-dask, python-fsspec, python-zarr. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: python-drms: Update to 0.6.4.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-drms): Update to 0.6.4.
2023-08-07gnu: python-fitsio: Enable tests.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-fitsio): Enable tests. [build-system]: Swap to pyproject-build-system. [arguments]: Add new phase 'build-extensions. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: python-fitsio: Update to 1.1.10.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-fitsio): Update to 1.1.10. [native-inputs]: Add python-pytest. [propagated-inputs]: Move cfitsio from here ... [inputs]: ... to here, do not propagate as it's required only on build and link time. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: python-ccdproc: Update to 2.4.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-ccdproc): Update to 2.4.1. [native-inputs]: Add python-semantic-version. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: python-astropy: Update to 5.3.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-astropy): Update to 5.3.1. [snippet]: Remove trailing #t. Prevent cfitsio from deletion. [inputs]: Remove cfitsio. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: splash: Update to 3.8.2.Sharlatan Hellseher
* gnu/packages/astronomy.scm (splash): Update to 3.8.2. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: libxisf: Update to 0.2.8.Sharlatan Hellseher
* gnu/packages/astronomy.scm (libxisf): Update to 0.2.8. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: calcmysky: Update to 0.3.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (calcmysky) Update to 0.3.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: calceph: Update to 3.5.2.Sharlatan Hellseher
* gnu/packages/astronomy.scm (calceph): Update to 3.5.2. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: python-photutils: Update package style.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-photutils): Update package style. [build-system]: Swap to python-build-system. [arguments]: Use G-expressions. Rename the phase before check 'writable-compiler to 'build-extensions to reflect its purpose, add new step in phase building extensions for testing. [native-inputs]: Remove python-pytest-runner. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: sextractor: Use G-expressions.Sharlatan Hellseher
* gnu/packages/astronomy.scm (sextractor): Use G-expressions. [inputs]: Remove labels. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-07gnu: sextractor: Update to 2.28.0 and add input.Sharlatan Hellseher
* gnu/packages/astronomy.scm (sextractor): Update to 2.28.0, fix build. [arguments]: Add configure flags for CFitsio detection. [inputs]: Add cfitsio. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-07-26gnu: Add glnemo2.Sharlatan Hellseher
* gnu/packages/astronomy.scm (glnemo2): New variable. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-07-26gnu: Add ccfits.Sharlatan Hellseher
* gnu/packages/astronomy.scm (ccfits): New variable. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-07-26gnu: cfitsio: Download source over HTTPS.Sharlatan Hellseher
* gnu/packages/astronomy.scm (cfitsio)[source]: Use HTTPS. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-07-16gnu: stellarium: Update to 23.2.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (stellarium): Update to 23.2.
2023-07-02gnu: celestia-gtk: Add custom synopsis.Sharlatan Hellseher
* (celestia-gtk)[synopsis]: Describe this GTK+ variant. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: celestia: Update to 1.6.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm (celestia): Update to 1.6.3. [source]: Use Git tag. [build-system]: Switch to the GNU build system; CMake build files are gone. [arguments]: Adjust #:configure-flags accordingly. Add a new patch-lua-version phase. [native-inputs]: Add autoconf and automake. [inputs]: Remove eigen, fmt-7, and glew. * (celestia-gtk): Adjust accordingly. [inputs]: Add cairo, libxmu, libtheora, and pango-1.42. [arguments]: Use SUBSTITUTE-KEYWORD-ARGUMENTS and adjust #:configure-flags. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: celestia: Use G-expressions.Sharlatan Hellseher
* gnu/packages/astronomy.scm (celestia)[arguments]: Rewrite as G-expressions. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: celestia: Remove input labels.Sharlatan Hellseher
* gnu/packages/astronomy.scm (celestia)[native-inputs, inputs]: Remove input labels. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: celestia-gtk: Use MODIFY-INPUTS.Sharlatan Hellseher
* gnu/packages/astronomy.scm (celestia-gtk)[inputs]: Rewrite using MODIFY-INPUTS. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: celestia-gtk: Use G-expressions.Sharlatan Hellseher
* gnu/packages/astronomy.scm (celestia-gtk)[arguments]: Rewrite using G-expressions. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: celestia-gtk: Use PACKAGE/INHERIT.Sharlatan Hellseher
* gnu/packages/astronomy.scm (celestia-gtk): Use PACKAGE/INHERIT macro. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: xplanet: Update package style.Sharlatan Hellseher
* gnu/packages/astronomy.scm (xplanet)[arguments]: Use G-expressions. Improve code style. [inputs]: Remove labels. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: stuff: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (stuff)[description]: Use @uref{}.
2023-07-02gnu: stuff: Update to 2.0.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (stuff): Update to 2.0.1. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf, automake, libtool, and pkg-config. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: skymaker: Use @uref{}.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (skymaker)[description]: Use @uref{} over @url{}.
2023-07-02gnu: skymaker: Update to 4.2.0-0.1a69c47.Sharlatan Hellseher
* gnu/packages/astronomy.scm (skymaker): Update to 4.2.0-0.1a69c47. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Remove upstreamed -fcommon work-around. [native-inputs]: Add autoconf, automake, libtool, and pkg-config. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: skymaker: Remove input labels.Sharlatan Hellseher
* gnu/packages/astronomy.scm (skymaker)[inputs]: Remove input labels. [arguments]: Adjust accordingly. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: skymaker: Use G-expressions.Sharlatan Hellseher
* gnu/packages/astronomy.scm (skymaker)[arguments]: Rewrite as G-expressions. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: skymaker: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (skymaker)[arguments]: Build with GCC 10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: missfits: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (missfits)[description]: Use @acronym{} and @uref{}.
2023-07-02gnu: missfits: Fetch sources from Git.Sharlatan Hellseher
* gnu/packages/astronomy.scm (missfits)[source]: Use GIT-FETCH and GIT-FILE-NAME. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: missfits: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (missfits)[arguments]: Add CPPFLAGS to pass build with GCC 10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: eye: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (eye)[description]: Use @acronym{} and @dfn{}.
2023-07-02gnu: eye: Fetch sources from Git.Sharlatan Hellseher
* gnu/packages/astronomy.scm (eye)[source]: Use GIT-FETCH and GIT-FILE-NAME. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: eye: Fix build.Sharlatan Hellseher
* gnu/packages/astronomy.scm (eye)[arguments]: Add #:configure-flags to build with GCC 10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: swarp: Update to 2.41.5.Sharlatan Hellseher
* gnu/packages/astronomy.scm (swarp): Update to 2.41.5. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add automake, autoconf, libtool, and pkg-config. [inputs]: Add cfitsio. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02gnu: weightwatcher: Fetch sources from Git.Sharlatan Hellseher
They were removed from the home page. * gnu/packages/astronomy.scm (weightwatcher)[source]: Use GIT-FETCH and GIT-FILE-NAME. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>