Received: (at 54768) by debbugs.gnu.org; 7 Apr 2022 16:30:30 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Apr 07 12:30:30 2022
Received: from localhost ([127.0.0.1]:33210 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1ncV1i-0002E6-4y
for submit <at> 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 <collin@HIDDEN>) id 1ncV1f-0002Di-1O
for 54768 <at> debbugs.gnu.org; Thu, 07 Apr 2022 12:30:27 -0400
X-Report-Abuse: Please report any abuse attempt to abuse@HIDDEN 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=
From: "Collin J. Doering" <collin@HIDDEN>
To: 54768 <at> debbugs.gnu.org
Subject: [PATCH 3/3] gnu: Add ledger-autosync
Date: Thu, 7 Apr 2022 12:29:41 -0400
Message-Id: <20220407162941.29133-3-collin@HIDDEN>
In-Reply-To: <20220407162941.29133-1-collin@HIDDEN>
References: <20220407162941.29133-1-collin@HIDDEN>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Migadu-Flow: FLOW_OUT
X-Migadu-Auth-User: rekahsoft.ca
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 54768
Cc: "Collin J. Doering" <collin@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)
* 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")
--
2.34.0
guix-patches@HIDDEN:bug#54768; Package guix-patches.
Full text available.
Received: (at 54768) by debbugs.gnu.org; 7 Apr 2022 16:30:28 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Apr 07 12:30:28 2022
Received: from localhost ([127.0.0.1]:33208 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1ncV1f-0002Dr-Oj
for submit <at> debbugs.gnu.org; Thu, 07 Apr 2022 12:30:28 -0400
Received: from out2.migadu.com ([188.165.223.204]:63289)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <collin@HIDDEN>) id 1ncV1d-0002DT-RF
for 54768 <at> debbugs.gnu.org; Thu, 07 Apr 2022 12:30:26 -0400
X-Report-Abuse: Please report any abuse attempt to abuse@HIDDEN and
include these headers.
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rekahsoft.ca;
s=key1; t=1649349025;
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=/c1j774upkyXLTk++9i44zleZygqv5oPsnHm7521cfs=;
b=DKVd2PXrubysTQFWm6oGO1WhMmbHB60BuTLVsYhsLRbguKXaY/6krwLyDqN1+ZTdM4WPbk
7m6dxNkAvx3LPBCO3PotD1g7yuNwiUVtfSlDXIMqfehyvkxyfKvDy+u4bwwW6KyMrnVBf+
M+Czju97lGl6bQ2Ip0ka1TgmS1rv5wU=
From: "Collin J. Doering" <collin@HIDDEN>
To: 54768 <at> debbugs.gnu.org
Subject: [PATCH 2/3] gnu: Add python-ofxclient
Date: Thu, 7 Apr 2022 12:29:40 -0400
Message-Id: <20220407162941.29133-2-collin@HIDDEN>
In-Reply-To: <20220407162941.29133-1-collin@HIDDEN>
References: <20220407162941.29133-1-collin@HIDDEN>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Migadu-Flow: FLOW_OUT
X-Migadu-Auth-User: rekahsoft.ca
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 54768
Cc: "Collin J. Doering" <collin@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)
* gnu/packages/python-xyz.scm (python-ofxclient): New variable
---
gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dba7a88188..043933a3f3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28524,6 +28524,35 @@ (define-public python-ofxhome
(description "REST client for ofxhome.com financial institution lookups.")
(license license:expat)))
+(define-public python-ofxclient
+ (package
+ (name "python-ofxclient")
+ (version "2.0.3")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "ofxclient" version))
+ (sha256
+ (base32
+ "0jdhqsbl34yn3n0x6mwsnl58c25v5lp6vr910c2hk7l74l5y7538"))))
+ (build-system python-build-system)
+ (propagated-inputs `(("python-beautifulsoup4" ,python-beautifulsoup4)
+ ("python-keyring" ,python-keyring)
+ ("python-lxml" ,python-lxml)
+ ("python-ofxhome" ,python-ofxhome)
+ ("python-ofxparse" ,python-ofxparse)))
+ (arguments
+ `(#:phases (modify-phases %standard-phases
+ (add-after 'unpack 'relax-requirements
+ (lambda _
+ (substitute* "setup.py"
+ ;; tests fail unless argparse is explicitly removed from setup.py
+ ;; this has no impact as argparse is included in python 2.7+
+ ((".*['\"]argparse['\"],.*") "")) #t)))))
+ (home-page "https://github.com/captin411/ofxclient")
+ (synopsis "OFX client for dowloading transactions from banks")
+ (description "OFX client for dowloading transactions from banks.")
+ (license license:expat)))
+
(define-public python-stripe
(package
(name "python-stripe")
--
2.34.0
guix-patches@HIDDEN:bug#54768; Package guix-patches.
Full text available.
Received: (at 54768) by debbugs.gnu.org; 7 Apr 2022 16:30:27 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Apr 07 12:30:27 2022
Received: from localhost ([127.0.0.1]:33206 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1ncV1f-0002Dk-Bi
for submit <at> debbugs.gnu.org; Thu, 07 Apr 2022 12:30:27 -0400
Received: from out2.migadu.com ([188.165.223.204]:63275)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <collin@HIDDEN>) id 1ncV1d-0002DR-DD
for 54768 <at> debbugs.gnu.org; Thu, 07 Apr 2022 12:30:26 -0400
X-Report-Abuse: Please report any abuse attempt to abuse@HIDDEN and
include these headers.
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rekahsoft.ca;
s=key1; t=1649349023;
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;
bh=0PtJun3D9FCtrTsT+zEeQCA0ylWHfu0bKdMf5dLEfhA=;
b=hyLciFWkDOCSxMeZYN7vmJ6phgLVF+evypjIank9MPH4vFlFDSj0bBsOXGgmFcPlFEM/8j
P84a8DFj6TPGUdgoAXT8bac2tIt8FuClnIVgIuz7P5WmBAA4jVpZBCdadBhR/sxksLsPAe
qzQj5Y+Y5zSZWVeCQVvHwFRA1mVnDF8=
From: "Collin J. Doering" <collin@HIDDEN>
To: 54768 <at> debbugs.gnu.org
Subject: [PATCH 1/3] gnu: Add python-ofxhome
Date: Thu, 7 Apr 2022 12:29:39 -0400
Message-Id: <20220407162941.29133-1-collin@HIDDEN>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Migadu-Flow: FLOW_OUT
X-Migadu-Auth-User: rekahsoft.ca
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 54768
Cc: "Collin J. Doering" <collin@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)
* gnu/packages/python-xyz.scm (python-ofxhome): New variable
---
gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 55705ab2ea..dba7a88188 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28504,6 +28504,26 @@ (define-public python-ofxparse
statements in OFX files.")
(license license:expat)))
+(define-public python-ofxhome
+ (package
+ (name "python-ofxhome")
+ (version "0.3.3")
+ ;; Source from git instead of pypi as test data is not included in pypi tarball
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/captin411/ofxhome")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1n1vvdjwzxfprqapcxj7c44m0gp5w23qsdna550ghsdfv09rnplb"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/captin411/ofxhome")
+ (synopsis "REST client for ofxhome.com financial institution lookups")
+ (description "REST client for ofxhome.com financial institution lookups.")
+ (license license:expat)))
+
(define-public python-stripe
(package
(name "python-stripe")
--
2.34.0
guix-patches@HIDDEN:bug#54768; Package guix-patches.
Full text available.Received: (at submit) by debbugs.gnu.org; 7 Apr 2022 16:22:52 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Apr 07 12:22:52 2022 Received: from localhost ([127.0.0.1]:33198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1ncUuK-00020A-IX for submit <at> debbugs.gnu.org; Thu, 07 Apr 2022 12:22:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:37122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <collin@HIDDEN>) id 1ncUuJ-000203-2Z for submit <at> debbugs.gnu.org; Thu, 07 Apr 2022 12:22:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35924) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <collin@HIDDEN>) id 1ncUuI-0005dr-T4 for guix-patches@HIDDEN; Thu, 07 Apr 2022 12:22:50 -0400 Received: from out2.migadu.com ([188.165.223.204]:59910) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <collin@HIDDEN>) id 1ncUuG-00050X-Jq for guix-patches@HIDDEN; Thu, 07 Apr 2022 12:22:50 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@HIDDEN and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rekahsoft.ca; s=key1; t=1649348565; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=RLwmI8mwMAIRtrPhTJsjbCZD7frfBM8hFiD9+muvHmk=; b=UfyfHvqCmPB+uiDrvInhAS9hTDlEo+8swofwHETtOGRtY69qswBRKApshnJD6SyNELNrf9 F4bukapC+hnsjU7bOJNn6z3USXx/7cnDRq8uKOKSumhXvaBet31L1ciTF+1OsEmRScrntH 1eHVwJ/QQXVBZ/88PliGQvM6b8DLdoA= From: "Collin J. Doering" <collin@HIDDEN> To: guix-patches@HIDDEN Subject: [PATCH 0/3] Add ledger-autosync and required dependencies Date: Thu, 07 Apr 2022 12:18:56 -0400 Message-ID: <87bkxcooby.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: rekahsoft.ca Received-SPF: pass client-ip=188.165.223.204; envelope-from=collin@HIDDEN; helo=out2.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.4 (--) Hi Guix community, Below is an incoming patch series which adds the 'ledger-autosync' tool as well as missing dependencies. Collin J. Doering (3): gnu: Add python-ofxhome gnu: Add python-ofxclient gnu: Add ledger-autosync gnu/packages/finance.scm | 17 +++++++++++++ gnu/packages/python-xyz.scm | 49 +++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) base-commit: 7409f246e2b0be9a2b3b6ae246385f3f197e5fbb -- Collin J. Doering http://rekahsoft.ca http://blog.rekahsoft.ca http://git.rekahsoft.ca
"Collin J. Doering" <collin@HIDDEN>:guix-patches@HIDDEN.
Full text available.guix-patches@HIDDEN:bug#54768; Package guix-patches.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.