unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57191] Add python-suntime.
@ 2022-08-14  1:09 Vagrant Cascadian
  2022-09-21 20:10 ` bug#57191: " Björn Höfling
  0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2022-08-14  1:09 UTC (permalink / raw)
  To: 57191


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0001-gnu-Add-python-suntime.patch --]
[-- Type: text/x-diff, Size: 1526 bytes --]

From 73f8a31fcaf8abab962e0f30407407b267222614 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Sat, 13 Aug 2022 16:40:58 -0700
Subject: [PATCH] gnu: Add python-suntime.

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

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 29f1e6fc36..87c290f58f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1823,6 +1823,27 @@ (define-public python-sep
      (modify-inputs (package-inputs libsep)
        (prepend python-numpy)))))
 
+(define-public python-suntime
+  (package
+    (name "python-suntime")
+    (version "1.2.5")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "suntime" version))
+              (sha256
+               (base32
+                "0ja64w293wjx76q3z18ikx4rdihwkbj6pnjpbs82ycyyzhfnbpz4"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-dateutil))
+    (home-page "https://github.com/SatAgro/suntime")
+    (synopsis "Sunset and sunrise time calculation python library")
+    (description
+     "Python library doing sunrise and sunset time calculation.
+
+Takes a WGS84 (GPS) latitude/longitude as input as well as an UTC or local
+datetime object.")
+    (license license:lgpl3+)))
+
 (define-public python-asdf
   (package
     (name "python-asdf")
-- 
2.35.1


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

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

* bug#57191: Add python-suntime.
  2022-08-14  1:09 [bug#57191] Add python-suntime Vagrant Cascadian
@ 2022-09-21 20:10 ` Björn Höfling
  0 siblings, 0 replies; 2+ messages in thread
From: Björn Höfling @ 2022-09-21 20:10 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 57191-done

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

On Sat, 13 Aug 2022 18:09:49 -0700
Vagrant Cascadian <vagrant@debian.org> wrote:

> From 73f8a31fcaf8abab962e0f30407407b267222614 Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant@debian.org>
> Date: Sat, 13 Aug 2022 16:40:58 -0700
> Subject: [PATCH] gnu: Add python-suntime.

Pushed as fff6407df39e624dac6538eea27d182612a4d765.

Thanks,

Björn


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

end of thread, other threads:[~2022-09-21 20:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-14  1:09 [bug#57191] Add python-suntime Vagrant Cascadian
2022-09-21 20:10 ` bug#57191: " Björn Höfling

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).