all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46121] [PATCH] Add new missfits
@ 2021-01-27  0:15 Sharlatan Hellseher
  2021-01-27  9:46 ` bug#46121: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-01-27  0:15 UTC (permalink / raw)
  To: 46121

[-- Attachment #1: Type: text/plain, Size: 493 bytes --]

Hi Guix team!

This patch is part of packaging astronomy software
https://github.com/Hellseher/guix-patches/blob/main/astronomy.org

--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-Add-missfits.patch --]
[-- Type: text/x-patch, Size: 1661 bytes --]

From 37d2b0d71b76fe6089783b3a1c5ff1ef8f7a59e2 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 27 Jan 2021 00:11:51 +0000
Subject: [PATCH] gnu: Add missfits

* gnu/packages/astronomy.scm (missfits): New variable
---
 gnu/packages/astronomy.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 775a937907..81f71006a5 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -421,6 +421,33 @@ standard astronomy libraries:
 @end itemize\n")
       (license license:gpl2+))))
 
+(define-public missfits
+  (package
+    (name "missfits")
+    (version "2.8.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://www.astromatic.net/download/"
+                           name "/" name "-" version ".tar.gz"))
+       (sha256
+        (base32 "04jrd7fsvzr14vdmwgj2f6v97gdcfyjyz6jppml3ghr9xh12jxv5"))))
+    (build-system gnu-build-system)
+    (home-page "https://www.astromatic.net/software/missfits")
+    (synopsis "Provides maintenance tasks on FITS files")
+    (description
+     "MissFITS is a program that performs basic maintenance and packaging tasks on
+FITS files:
+
+@itemize
+@item add/edit FITS header keywords
+@item split/join Multi-Extension-FITS (MEF) files
+@item unpack/pack FITS data-cubes
+@item create/check/update FITS checksums, using R. Seaman's protocol
+      (see http://www.adass.org/adass/proceedings/adass94/seamanr.html)
+@end itemize\n")
+    (license license:gpl3+)))
+
 (define-public xplanet
   (package
     (name "xplanet")
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46121: [PATCH] Add new missfits
  2021-01-27  0:15 [bug#46121] [PATCH] Add new missfits Sharlatan Hellseher
@ 2021-01-27  9:46 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-01-27  9:46 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 46121-done

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]


Patch pushed as 1aee32a26e1a96dd457fcf62f97f514c7a562475.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-27  9:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27  0:15 [bug#46121] [PATCH] Add new missfits Sharlatan Hellseher
2021-01-27  9:46 ` bug#46121: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.