From d00910dd5f820122263ac06b8e9564d46742f51b Mon Sep 17 00:00:00 2001 From: Eero Vaher Date: Mon, 13 Apr 2026 16:54:10 +0200 Subject: [PATCH 1/2] Remove Travis build status from README Travis has not been used since 5c9e64ec5034b2320b5c7bb1f4e4d841e20860c0 (Move testing to github actions). --- README.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.rst b/README.rst index a1b7c3c..95fbd72 100644 --- a/README.rst +++ b/README.rst @@ -166,11 +166,6 @@ the ERFA source code into just two files: a ``erfa.c`` source file, and an If possible, however, it is recommended that you provide an option to use any copy of the ERFA library that is already installed on the system. -Travis build status -------------------- -.. image:: https://travis-ci.org/liberfa/erfa.png - :target: https://travis-ci.org/liberfa/erfa - .. _erfa-fetch repository: https://github.com/liberfa/erfa-fetch Cite As From f51ae62f90e8cc40f8e98144d84568b992001547 Mon Sep 17 00:00:00 2001 From: Eero Vaher Date: Mon, 13 Apr 2026 16:58:44 +0200 Subject: [PATCH 2/2] Remove references to the single-file version Previously the README advertised how a script from the `erfa-fetch` repository can be used to create a single-file version of ERFA, but it has been reported on GitHub years ago that the output of that script cannot be compiled, and nobody has showed any interest in fixing it. --- README.rst | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.rst b/README.rst index 95fbd72..1b6f12c 100644 --- a/README.rst +++ b/README.rst @@ -151,23 +151,6 @@ can add ``$PWD/builddir/meson-uninstalled/`` to the ``$PKG_CONFIG_PATH`` variable. Other projects will then be able to pick up and link to the uninstalled dependency using pkg-config as normal. -Creating a single-file version of the source code -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Alternatively, if you wish to bundle the ERFA source code with a separate -package, you can use the ``source_flattener.py`` script from the -`erfa-fetch repository`_ to combine -the ERFA source code into just two files: a ``erfa.c`` source file, and an -``erfa.h`` include file. You should run this script like this:: - - cd /path/to/erfa-source-code - python /path/to/erfa-fetch/source_flattener.py src -n erfa - -If possible, however, it is recommended that you provide an option to use any -copy of the ERFA library that is already installed on the system. - -.. _erfa-fetch repository: https://github.com/liberfa/erfa-fetch - Cite As ------- .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3564896.svg