* gnu/packages/astronomy.scm (python-asdf-coordinates-schemas): Update
to 0.2.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the 'check phase.
Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu/packages/astronomy.scm (python-pynbody): Update to 1.3.1.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the 'check phase and remove custom
'disable-tests-require-testdata phase, specify #:test-flags.
Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu/packages/astronomy.scm (python-astropy-healpix)[build-system]: Switch to
pyproject-build-system.
[arguments]: Do not override the 'check phase. Use G-Expressions.
Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu/packages/astronomy.scm (python-pyvo): Update to 1.4.1.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the 'check phase.
[native-inputs]: Add python-setuptools-scm.
Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu/packages/astronomy.scm (python-spherical-geometry): Add note on why the
package can't be updated to the latest version.
Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu/packages/astronomy.scm (python-asdf-wcs-schemas)[build-system]: Switch
to pyproject-build-system.
[arguments]: Do not override the 'check phase.
Signed-off-by: Vinicius Monego <monego@posteo.net>
Upstream introduced new versioning model <year>.<release>
* gnu/packages/astronomy.scm (stellarium): Update to 23.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
The source was adjusted using the following command:
$ git grep -rl python-pytest-7.1 |
xargs sed -i 's/python-pytest-7.1/python-pytest/g'
* gnu/packages/check.scm (python-pytest-7.1): Delete variable.
Fix build on aarch64-linux as reported in:
- https://issues.guix.gnu.org/59323
- https://github.com/rwesson/ALFA/issues/29
The latest version passed build on aarch64-linux system with curl and
gfortran enabled. wcslib@7.5 passed build with curl enabled (was marked
as failing in cements).
* gnu/packages/astronomy.scm (cfitsio): Update to 4.2.0.
[arguments]: Use Gexp, enable tests.
[arguments](phases): Delete check and add post-install-check phases.
[native-inputs]: Add gfortran.
[inputs]: Add curl, zlib.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/astronomy.scm: (python-sgp4): Move here from python-science.scm.
[description]: Expand description, annotate acronyms, add link to CelesTrak.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/astronomy.scm (python-cdflib): Update to 0.4.9.
[build-system]: Use pyproject-build-system to simplify package.
[description]: Expand acronym for CDF.
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/astronomy.scm (python-gwcs): Fix build and update to 0.18.2.
[build-system]: Use pyproject-build-system.
[arguments]: Remove redundant.
[native-inputs]: Use python-jsonschema-next over python-jsonschema to fix
tests failing to run due to python-asdf issue with low version of jsonschema,
see https://github.com/asdf-format/asdf/pull/1203.
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/astronomy (python-asdf)[arguments]: Update comment about the
disabled tests. python-astropy does not depends on python-asdf any longer but
test keep failing due to multiple reasons.
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/astronomy.scm (python-asdf-transform-schemas): Update to 0.3.0.
[build-system]: Use new pyproject-build-system
[tests]: Disable tests, to prevent cycle with python-asdf package.
[native-inputs]: Remove python-pytest and python-semantic-version.
[propagated-inputs]: Remove python-asdf. Add python-asdf-standard,
python-importlib-resources.
Signed-off-by: Christopher Baines <mail@cbaines.net>