From patchwork Sun Nov 20 13:48:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felix Lechner X-Patchwork-Id: 44715 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 32F9327BBED; Sun, 20 Nov 2022 13:49:36 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 91CA427BBE9 for ; Sun, 20 Nov 2022 13:49:35 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1owkh1-0006P6-MD; Sun, 20 Nov 2022 08:49:07 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1owkgz-0006O2-9o for guix-patches@gnu.org; Sun, 20 Nov 2022 08:49:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1owkgx-0001Ol-PG for guix-patches@gnu.org; Sun, 20 Nov 2022 08:49:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1owkgx-00052t-CN for guix-patches@gnu.org; Sun, 20 Nov 2022 08:49:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59399] [PATCH 3/4] gnu: Add go-github-com-hebcal-hebcal-go. Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 20 Nov 2022 13:49:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59399 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59399@debbugs.gnu.org Cc: paren@disroot.org, Felix Lechner Received: via spool by 59399-submit@debbugs.gnu.org id=B59399.166895213719369 (code B ref 59399); Sun, 20 Nov 2022 13:49:03 +0000 Received: (at 59399) by debbugs.gnu.org; 20 Nov 2022 13:48:57 +0000 Received: from localhost ([127.0.0.1]:42681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owkgr-00052F-BT for submit@debbugs.gnu.org; Sun, 20 Nov 2022 08:48:57 -0500 Received: from linode.us-core.com ([23.239.4.72]:45756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owkgp-00051I-PH for 59399@debbugs.gnu.org; Sun, 20 Nov 2022 08:48:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=EXvviGFHkSSTJCO yTIzdThITpdy9UwneFn8Y+6SIRhM=; h=references:in-reply-to:date:subject: cc:to:from; d=lease-up.com; b=RkCZKQclfWmDyNPBWRZnZlMwpTrRCOhZVzGwreW2 +vsTTy6hc46VMFlgsQNKHc+gHZnOVVN7ef2edSLloJWfryaicV/bXMF3+vDv41cBi7iCJw mnFlSYVLyudcK33AIuqV2oXvh3CTNQYZI9EeqigORgV7oGmTvJu/IeVZwTl8c= Received: by linode.us-core.com (OpenSMTPD) with ESMTPSA id fe342e30 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 20 Nov 2022 13:48:54 +0000 (UTC) Received: from lechner-desktop.us-core.com (localhost.us-core.com [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 948ff224; Sun, 20 Nov 2022 13:48:54 +0000 (UTC) Date: Sun, 20 Nov 2022 05:48:00 -0800 Message-Id: <20221120134802.19051-3-felix.lechner@lease-up.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221120134802.19051-1-felix.lechner@lease-up.com> References: <20221120134802.19051-1-felix.lechner@lease-up.com> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Felix Lechner X-ACL-Warn: , Felix Lechner via Guix-patches X-Patchwork-Original-From: Felix Lechner via Guix-patches via From: Felix Lechner Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/golang.scm (go-github-com-hebcal-hebcal-go): New variable. --- gnu/packages/golang.scm | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 4e0f62906a..1d5493ad40 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2538,6 +2538,48 @@ (define-public go-github-com-hebcal-gematriya letters of the Hebrew alef-bet (alphabet).") (license license:bsd-2)))) +(define-public go-github-com-hebcal-hebcal-go + (let ((commit "d42e881860cfc9e8249fc79f268091c3c4d36b0d") + (revision "0")) + (package + (name "go-github-com-hebcal-hebcal-go") + (version (git-version "0.9.11" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/hebcal/hebcal-go") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m9akb8pwxchpaci05gambshrzw626gsrfhl25f36vjl7mq5292n")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/hebcal/hebcal-go" + ;; Source-only package + #:tests? #f + #:phases + #~(modify-phases %standard-phases + ;; Source-only package + (delete 'build)))) + (propagated-inputs + (list go-github-com-hebcal-gematriya + go-github-com-nathan-osman-go-sunrise + go-github-com-stretchr-testify)) + (home-page "https://github.com/hebcal/hebcal-go") + (synopsis "Library module for Hebcal, a perpetual Jewish Calendar") + (description + "This library converts between Hebrew and Gregorian dates, and generates lists +of Jewish holidays for any year (past, present or future). Shabbat and holiday candle +lighting and havdalah times are approximated based on location. + +Torah readings (Parashat HaShavua), Daf Yomi, and counting of the Omer can also be +specified. Hebcal also includes algorithms to calculate yahrzeits, birthdays and +anniversaries.") + (license license:gpl2+)))) + (define-public go-github-com-aws-sdk (package (name "go-github-com-aws-sdk")