From unknown Sun Jun 22 03:57:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57191] Add python-suntime. Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Aug 2022 01:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57191 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 57191@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166043940214258 (code B ref -1); Sun, 14 Aug 2022 01:11:01 +0000 Received: (at submit) by debbugs.gnu.org; 14 Aug 2022 01:10:02 +0000 Received: from localhost ([127.0.0.1]:35398 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oN28g-0003hu-9N for submit@debbugs.gnu.org; Sat, 13 Aug 2022 21:10:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:47932) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oN28c-0003hQ-Sv for submit@debbugs.gnu.org; Sat, 13 Aug 2022 21:10:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34410) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oN28c-0001Zo-MW for guix-patches@gnu.org; Sat, 13 Aug 2022 21:09:58 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]:35092) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oN28a-00089C-E5 for guix-patches@gnu.org; Sat, 13 Aug 2022 21:09:58 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:20]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id A3E741ABFD for ; Sat, 13 Aug 2022 18:09:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1660439394; bh=ZNrnXztiXuhHgUo3SnQBHR1tLqsZmfUmvPWNxLt0J/4=; h=From:To:Subject:Date:From; b=UWLd2irphR9XHbr39DfyHSTuqdqESrxcOCDOP4stlwoL6ZQna30SupswVey/rTUx3 Kda3JWRU4++G+w+2sAP3Gf5KCpf7FYp93fr8uAlqifrBmfFOZln94rWQVyvfICG6zX KyS2n286VIv/EtsjC7BqtnYZIxRK6KF6ety+evkkXfFC57eLFKGvbcZMvHdQMyYQxp hNf+nkIVsEHYTDvt/eJwF2q0nMpR8n0bahd7g8CVv5jbWz2/MRtDIEa2tpVShwd2R7 L1Yvf/1BsvSMwijQzPCot8ce/2vszvatdGp5tvJGSiWgn3V3hSUV/JzE1J3ALoks1n IK9WweNvg8S7A== From: Vagrant Cascadian Date: Sat, 13 Aug 2022 18:09:49 -0700 Message-ID: <87r11jwrz6.fsf@contorta> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=173.255.214.101; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-Spam_score_int: -21 X-Spam_score: -2.2 X-Spam_bar: -- X-Spam_report: (-2.2 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.082, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-Add-python-suntime.patch Content-Transfer-Encoding: quoted-printable From=2073f8a31fcaf8abab962e0f30407407b267222614 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sat, 13 Aug 2022 16:40:58 -0700 Subject: [PATCH] gnu: Add python-suntime. * gnu/packages/astronomy.scm (python-suntime): New variable. =2D-- 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 =2D-- 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))))) =20 +(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") =2D-=20 2.35.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCYvhLXgAKCRDcUY/If5cW qpeDAP0e1Mlef9g78WTq9ypDVhQLMTHRyHcn6Vpmyd9ee6E4bgEAw/QKClxEYEiO sDHP7GqIZbz/sKhu12hzbpZVw5G6CAc= =RyfR -----END PGP SIGNATURE----- --==-=-=-- From unknown Sun Jun 22 03:57:23 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vagrant Cascadian Subject: bug#57191: closed (Re: [bug#57191] Add python-suntime.) Message-ID: References: <20220921221000.5dd8c34f@alma-ubu.fritz.box> <87r11jwrz6.fsf@contorta> X-Gnu-PR-Message: they-closed 57191 X-Gnu-PR-Package: guix-patches Reply-To: 57191@debbugs.gnu.org Date: Wed, 21 Sep 2022 20:11:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1663791062-14483-1" This is a multi-part message in MIME format... ------------=_1663791062-14483-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57191: Add python-suntime. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57191@debbugs.gnu.org. --=20 57191: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57191 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1663791062-14483-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57191-done) by debbugs.gnu.org; 21 Sep 2022 20:10:07 +0000 Received: from localhost ([127.0.0.1]:35308 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ob62p-0003kA-Ct for submit@debbugs.gnu.org; Wed, 21 Sep 2022 16:10:07 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:45158 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ob62l-0003jo-Fu for 57191-done@debbugs.gnu.org; Wed, 21 Sep 2022 16:10:06 -0400 Received: from alma-ubu.fritz.box (p508ac028.dip0.t-ipconnect.de [80.138.192.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id ADE753F9A5; Wed, 21 Sep 2022 22:10:01 +0200 (CEST) Date: Wed, 21 Sep 2022 22:10:00 +0200 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: Vagrant Cascadian Subject: Re: [bug#57191] Add python-suntime. Message-ID: <20220921221000.5dd8c34f@alma-ubu.fritz.box> In-Reply-To: <87r11jwrz6.fsf@contorta> References: <87r11jwrz6.fsf@contorta> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/fjtnVGe5QTgR843ECMHw/JD"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 57191-done Cc: 57191-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --Sig_/fjtnVGe5QTgR843ECMHw/JD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sat, 13 Aug 2022 18:09:49 -0700 Vagrant Cascadian wrote: > From 73f8a31fcaf8abab962e0f30407407b267222614 Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian > Date: Sat, 13 Aug 2022 16:40:58 -0700 > Subject: [PATCH] gnu: Add python-suntime. Pushed as fff6407df39e624dac6538eea27d182612a4d765. Thanks, Bj=C3=B6rn --Sig_/fjtnVGe5QTgR843ECMHw/JD Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EAREKAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCYytvmAAKCRC/KGy2WT5f /QBsAKC6aZuldsh7ok6TxyvYGn9DjaLbqwCdHIbsVx6sbEEry+uPxD1ivdI8vlk= =pFQr -----END PGP SIGNATURE----- --Sig_/fjtnVGe5QTgR843ECMHw/JD-- ------------=_1663791062-14483-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Aug 2022 01:10:02 +0000 Received: from localhost ([127.0.0.1]:35398 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oN28g-0003hu-9N for submit@debbugs.gnu.org; Sat, 13 Aug 2022 21:10:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:47932) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oN28c-0003hQ-Sv for submit@debbugs.gnu.org; Sat, 13 Aug 2022 21:10:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34410) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oN28c-0001Zo-MW for guix-patches@gnu.org; Sat, 13 Aug 2022 21:09:58 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]:35092) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oN28a-00089C-E5 for guix-patches@gnu.org; Sat, 13 Aug 2022 21:09:58 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:20]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id A3E741ABFD for ; Sat, 13 Aug 2022 18:09:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1660439394; bh=ZNrnXztiXuhHgUo3SnQBHR1tLqsZmfUmvPWNxLt0J/4=; h=From:To:Subject:Date:From; b=UWLd2irphR9XHbr39DfyHSTuqdqESrxcOCDOP4stlwoL6ZQna30SupswVey/rTUx3 Kda3JWRU4++G+w+2sAP3Gf5KCpf7FYp93fr8uAlqifrBmfFOZln94rWQVyvfICG6zX KyS2n286VIv/EtsjC7BqtnYZIxRK6KF6ety+evkkXfFC57eLFKGvbcZMvHdQMyYQxp hNf+nkIVsEHYTDvt/eJwF2q0nMpR8n0bahd7g8CVv5jbWz2/MRtDIEa2tpVShwd2R7 L1Yvf/1BsvSMwijQzPCot8ce/2vszvatdGp5tvJGSiWgn3V3hSUV/JzE1J3ALoks1n IK9WweNvg8S7A== From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Add python-suntime. Date: Sat, 13 Aug 2022 18:09:49 -0700 Message-ID: <87r11jwrz6.fsf@contorta> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=173.255.214.101; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-Spam_score_int: -21 X-Spam_score: -2.2 X-Spam_bar: -- X-Spam_report: (-2.2 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.082, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-Add-python-suntime.patch Content-Transfer-Encoding: quoted-printable From=2073f8a31fcaf8abab962e0f30407407b267222614 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sat, 13 Aug 2022 16:40:58 -0700 Subject: [PATCH] gnu: Add python-suntime. * gnu/packages/astronomy.scm (python-suntime): New variable. =2D-- 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 =2D-- 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))))) =20 +(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") =2D-=20 2.35.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCYvhLXgAKCRDcUY/If5cW qpeDAP0e1Mlef9g78WTq9ypDVhQLMTHRyHcn6Vpmyd9ee6E4bgEAw/QKClxEYEiO sDHP7GqIZbz/sKhu12hzbpZVw5G6CAc= =RyfR -----END PGP SIGNATURE----- --==-=-=-- ------------=_1663791062-14483-1--