From unknown Sun Jun 22 11:37:24 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#57192 <57192@debbugs.gnu.org> To: bug#57192 <57192@debbugs.gnu.org> Subject: Status: Add python-ephem. Reply-To: bug#57192 <57192@debbugs.gnu.org> Date: Sun, 22 Jun 2025 18:37:24 +0000 retitle 57192 Add python-ephem. reassign 57192 guix-patches submitter 57192 Vagrant Cascadian severity 57192 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 13 21:12:56 2022 Received: (at submit) by debbugs.gnu.org; 14 Aug 2022 01:12:56 +0000 Received: from localhost ([127.0.0.1]:35404 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oN2BT-0003mO-SC for submit@debbugs.gnu.org; Sat, 13 Aug 2022 21:12:56 -0400 Received: from lists.gnu.org ([209.51.188.17]:48650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oN2BR-0003mG-Jj for submit@debbugs.gnu.org; Sat, 13 Aug 2022 21:12:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34634) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oN2BR-0001uf-Fd for guix-patches@gnu.org; Sat, 13 Aug 2022 21:12:53 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:47076) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oN2BK-0000BN-Di for guix-patches@gnu.org; Sat, 13 Aug 2022 21:12:53 -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 40A541ABFD for ; Sat, 13 Aug 2022 18:12:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1660439565; bh=j6Jc2lQ/qSU+r7f0BIEXj1284NLYA8RYeHGwyw8cjEs=; h=From:To:Subject:Date:From; b=CKDxeFSi6Gty/+3RnUf1Ke275jM+sC1ecUVVZTRQQcbLXPVGsBExXOyLXb3MJDmf5 S+2mxB7eBx0R0AZFS16kekl8ql3M0Fsyy0RuGA2qD8qaPwy9y+q984KYPSXUnvj3fc 1hLUmJAFC56zwzmP3uaBLiOjsmnWz73Bsz3OnE8oQ8GG4tw+stgIvothwkY2Z7d6dy qtyh2ei6j3ym6q0+WYGk97y4Hb3lNfmQ1M19Y9CSUl8sSUMA01l0rm6dUTYclPhoY6 3alzomSJF8TDV8keFLrDONZa699xk2W84YWRKSSMNjW/MyDdvNbpR/yE0db6j+UEyR YuJh9maGycrwA== From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Add python-ephem. Date: Sat, 13 Aug 2022 18:12:40 -0700 Message-ID: <87o7wnwruf.fsf@contorta> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=2600:3c01:e000:267:0:a171:de7:c; 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/plain This is arguably replaced by python-skyfield, though there are projects that use the older python-ephem interfaces still. --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0002-gnu-Add-python-ephem.patch Content-Transfer-Encoding: quoted-printable From=20c4c9fbc6c6ac5a0b65203b60aa0353e0f047fddf Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sat, 13 Aug 2022 16:25:31 -0700 Subject: [PATCH 2/3] gnu: Add python-ephem. * gnu/packages/astronomy.scm (python-ephem): New Variable. =2D-- gnu/packages/astronomy.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 87c290f58f..13ffdd74d3 100644 =2D-- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -29,6 +29,7 @@ (define-module (gnu packages astronomy) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages algebra) #:use-module (gnu packages autotools) + #:use-module (gnu packages base) #:use-module (gnu packages bison) #:use-module (gnu packages boost) #:use-module (gnu packages check) @@ -1054,6 +1055,29 @@ (define-public python-cdflib @end itemize\n") (license license:expat))) =20 +(define-public python-ephem + (package + (name "python-ephem") + (version "4.1.3") + (source (origin + (method url-fetch) + (uri (pypi-uri "ephem" version)) + (sha256 + (base32 + "0smmm3l8csnw9rrimh8mpyjrm80jaafjl184spnji98vk22qd8bz")))) + (build-system python-build-system) + (native-inputs (list tzdata)) + (home-page "https://rhodesmill.org/pyephem/") + (synopsis "Compute positions of the planets and stars") + (description + "PyEphem provides an @code{ephem} Python package for performing +high-precision astronomy computations. + +The name ephem is short for the word ephemeris, which is the traditional t= erm +for a table giving the position of a planet, asteroid, or comet for a seri= es +of dates.") + (license license:expat))) + (define-public python-photutils (package (name "python-photutils") =2D-=20 2.35.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCYvhMCQAKCRDcUY/If5cW ql2MAQCYqwDdOrCsveKk3NyXme8sXaA6onxIvxKJac+cdu950wD/ZfuiCCITutBn l2w23TFoONpisCejQfyv5OASO6ZqdQQ= =WyJN -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 21 16:11:26 2022 Received: (at 57192-done) by debbugs.gnu.org; 21 Sep 2022 20:11:27 +0000 Received: from localhost ([127.0.0.1]:35317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ob646-0003mo-N4 for submit@debbugs.gnu.org; Wed, 21 Sep 2022 16:11:26 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:45162 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ob645-0003mg-5Y for 57192-done@debbugs.gnu.org; Wed, 21 Sep 2022 16:11:25 -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 A010240706; Wed, 21 Sep 2022 22:11:24 +0200 (CEST) Date: Wed, 21 Sep 2022 22:11:23 +0200 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: Vagrant Cascadian Subject: Re: [bug#57192] Add python-ephem. Message-ID: <20220921221123.2b07e41c@alma-ubu.fritz.box> In-Reply-To: <87o7wnwruf.fsf@contorta> References: <87o7wnwruf.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_/zn6R6kla_7PolOo=SY.._eq"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 57192-done Cc: 57192-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_/zn6R6kla_7PolOo=SY.._eq Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sat, 13 Aug 2022 18:12:40 -0700 Vagrant Cascadian wrote: > This is arguably replaced by python-skyfield, though there are > projects that use the older python-ephem interfaces still. >=20 Pushed as 97e719593045f5541d062aece1a25379be56d24d. Thanks, Bj=C3=B6rn --Sig_/zn6R6kla_7PolOo=SY.._eq Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EAREKAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCYytv6wAKCRC/KGy2WT5f /YuKAKCyC9NHKVpSP+qlrcJXgCqWlpM6owCgq1jW5VQc2ReHu99Vez7yLVYiZ3o= =i02U -----END PGP SIGNATURE----- --Sig_/zn6R6kla_7PolOo=SY.._eq-- From unknown Sun Jun 22 11:37:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 20 Oct 2022 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator