From patchwork Thu Apr 7 16:29:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Collin J. Doering" X-Patchwork-Id: 38383 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 182F127BBEA; Thu, 7 Apr 2022 17:33:12 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable 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 D5CF127BBE9 for ; Thu, 7 Apr 2022 17:33:11 +0100 (BST) Received: from localhost ([::1]:54200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ncV4H-0000tO-70 for patchwork@mira.cbaines.net; Thu, 07 Apr 2022 12:33:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37160) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncV2K-0007V2-3I for guix-patches@gnu.org; Thu, 07 Apr 2022 12:31:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39321) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ncV2F-0006Ln-BU for guix-patches@gnu.org; Thu, 07 Apr 2022 12:31:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ncV2F-0002Fe-89 for guix-patches@gnu.org; Thu, 07 Apr 2022 12:31:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54768] [PATCH 3/3] gnu: Add ledger-autosync Resent-From: "Collin J. Doering" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 07 Apr 2022 16:31:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54768 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54768@debbugs.gnu.org Cc: "Collin J. Doering" Received: via spool by 54768-submit@debbugs.gnu.org id=B54768.16493490308567 (code B ref 54768); Thu, 07 Apr 2022 16:31:03 +0000 Received: (at 54768) by debbugs.gnu.org; 7 Apr 2022 16:30:30 +0000 Received: from localhost ([127.0.0.1]:33210 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ncV1i-0002E6-4y for submit@debbugs.gnu.org; Thu, 07 Apr 2022 12:30:30 -0400 Received: from out2.migadu.com ([188.165.223.204]:63306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ncV1f-0002Di-1O for 54768@debbugs.gnu.org; Thu, 07 Apr 2022 12:30:27 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rekahsoft.ca; s=key1; t=1649349026; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EbXs50LEcdgxT7KXp4ILy2qQYIXd78nploAGd+E9sCY=; b=I/eVq9H7BLfjW7AU9LbU5iyLWCjJGWD1TA23GYDe8HqijG3r5Z0DndY/2ofwBWHAGwol8O HVuY9wxssTv7+uK1gkJwnkh8u4V2FYou9WHxTIJoh03KdtcUM6Eux9r8gJ4KrJK0eWWjkf 7jlKYp7il/OfOlitoJA3SC1Lx5iGMzI= Date: Thu, 7 Apr 2022 12:29:41 -0400 Message-Id: <20220407162941.29133-3-collin@rekahsoft.ca> In-Reply-To: <20220407162941.29133-1-collin@rekahsoft.ca> References: <20220407162941.29133-1-collin@rekahsoft.ca> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: rekahsoft.ca 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: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" Reply-to: "Collin J. Doering" X-ACL-Warn: , "Collin J. Doering via Guix-patches" X-Patchwork-Original-From: "Collin J. Doering via Guix-patches" via From: "Collin J. Doering" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/finance.scm (ledger-autosync): New variable --- gnu/packages/finance.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 9f2d055048..1b23379a30 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -394,6 +394,23 @@ (define-public ledger "file://src/wcwidth.cc" "See src/wcwidth.cc in the distribution."))))) +(define-public ledger-autosync + (package + (name "ledger-autosync") + (version "1.0.3") + (source (origin + (method url-fetch) + (uri (pypi-uri "ledger-autosync" version)) + (sha256 + (base32 + "0i4942qbsphq72zx7kd3rgw25rpq4fg4vl43akkl189wzcrgwv6j")))) + (build-system python-build-system) + (inputs (list python-ofxclient python-ofxparse)) + (home-page "https://gitlab.com/egh/ledger-autosync") + (synopsis "Automatically sync your bank's data with ledger") + (description "Automatically sync your bank's data with ledger") + (license license:gpl3))) + (define-public emacs-ledger-mode (package (name "emacs-ledger-mode")