Github messages for voidlinux
 help / color / mirror / Atom feed
From: Vaelatern <Vaelatern@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Ledger autosync
Date: Fri, 26 Feb 2021 07:36:37 +0100	[thread overview]
Message-ID: <20210226063637.hy2fp746lEgOdteROIZFvzpNbz9p4JPs9ZUVYCNmTBg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24756@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 513 bytes --]

There is an updated pull request by Vaelatern against master on the void-packages repository

https://github.com/Vaelatern/void-packages ledger-autosync
https://github.com/void-linux/void-packages/pull/24756

Ledger autosync
Almost fully tested.

ofxhome works
ledger-autosync seems to work
ofxclient seems to work
ofxparse is deep in the dependency chain but I don't think I've tested it yet ("seems to work" above)

A patch file from https://github.com/void-linux/void-packages/pull/24756.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ledger-autosync-24756.patch --]
[-- Type: text/x-diff, Size: 4818 bytes --]

From 7755ed6043dd1a109469cb5881f5674112b77217 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Tue, 8 Sep 2020 00:24:54 -0400
Subject: [PATCH 1/4] New package: python3-ofxparse-0.20

---
 srcpkgs/python3-ofxparse/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-ofxparse/template

diff --git a/srcpkgs/python3-ofxparse/template b/srcpkgs/python3-ofxparse/template
new file mode 100644
index 00000000000..a93a3fe0d92
--- /dev/null
+++ b/srcpkgs/python3-ofxparse/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-ofxparse'
+pkgname=python3-ofxparse
+version=0.20
+revision=1
+wrksrc="ofxparse-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip"
+depends="python3-BeautifulSoup4"
+short_desc="Parser for Open Financial Exchange (.ofx) format files"
+maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
+license="MIT"
+homepage="https://sites.google.com/site/ofxparse/"
+distfiles="${PYPI_SITE}/o/ofxparse/ofxparse-${version}.tar.gz"
+checksum=eb45db5802938ac0ab3664418ca564619cc9e7ec6d301c1063ffc16e587ec37e
+
+post_install() {
+	vlicense LICENSE
+}

From 63d54a723627d81e5ce53b61716a41eeea09cae8 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Tue, 8 Sep 2020 00:25:18 -0400
Subject: [PATCH 2/4] New package: python3-ofxhome-0.3.3

---
 srcpkgs/python3-ofxhome/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-ofxhome/template

diff --git a/srcpkgs/python3-ofxhome/template b/srcpkgs/python3-ofxhome/template
new file mode 100644
index 00000000000..4183f0bf38f
--- /dev/null
+++ b/srcpkgs/python3-ofxhome/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-ofxhome'
+pkgname=python3-ofxhome
+version=0.3.3
+revision=1
+wrksrc="ofxhome-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="REST client for the web service provided by ofxhome.com"
+maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/captin411/ofxhome"
+distfiles="${PYPI_SITE}/o/ofxhome/ofxhome-${version}.tar.gz"
+checksum=8510451fd228c30627c3d18c2e530df35944afc2a4c97c888df6262c3276fee6
+
+do_check() {
+	: # Non present because necessary testfiles appear to be missing
+}

From 96e623e0f38a57d14294983ea4e8f4a2671a6c73 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Tue, 8 Sep 2020 00:25:24 -0400
Subject: [PATCH 3/4] New package: ofxclient-2.0.4

---
 srcpkgs/ofxclient/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ofxclient/template

diff --git a/srcpkgs/ofxclient/template b/srcpkgs/ofxclient/template
new file mode 100644
index 00000000000..1c70a094c0f
--- /dev/null
+++ b/srcpkgs/ofxclient/template
@@ -0,0 +1,25 @@
+# Template file for 'ofxclient'
+pkgname=ofxclient
+version=2.0.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-ofxparse python3-ofxhome"
+short_desc="Simple ofxclient command line utility and OFX client libraries"
+maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/captin411/ofxclient"
+distfiles="https://github.com/captin411/ofxclient/archive/v${version}.tar.gz"
+checksum=e4cedf05a64fad1a3c05b440920859841eacb1f86f54b03e7476850145c34445
+
+post_install() {
+	vlicense LICENSE
+}
+
+do_check() {
+	checkdepends="python3-BeautifulSoup4 python3-lxml python3-keyrings-alt
+		python3-ofxparse python3-ofxhome
+		python3-pip" # it wants argparse, which is stupid. And then test. Somehow
+	# Practically this is subbed out because the test script is being
+	# stupid.
+}

From d0c6ede1c6b3d452d2f30479bbfd07c4c315ae50 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Tue, 8 Sep 2020 00:25:31 -0400
Subject: [PATCH 4/4] New package: ledger-autosync-1.0.2

---
 srcpkgs/ledger-autosync/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/ledger-autosync/template

diff --git a/srcpkgs/ledger-autosync/template b/srcpkgs/ledger-autosync/template
new file mode 100644
index 00000000000..1fcdba8c00e
--- /dev/null
+++ b/srcpkgs/ledger-autosync/template
@@ -0,0 +1,13 @@
+# Template file for 'ledger-autosync'
+pkgname=ledger-autosync
+version=1.0.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="ofxclient"
+short_desc="Pull transactions from your bank and create ledger transactions"
+maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/egh/ledger-autosync"
+distfiles="https://github.com/egh/ledger-autosync/archive/v${version}.tar.gz"
+checksum=ebbedb915aed15b5cd72a773f5555a6ded127d943ce1cd669c37db750e0610ab

  parent reply	other threads:[~2021-02-26  6:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-08  4:28 [PR PATCH] " Vaelatern
2021-01-29  0:53 ` ericonr
2021-01-29  6:00 ` [PR PATCH] [Updated] " Vaelatern
2021-01-29  6:00 ` Vaelatern
2021-02-15 14:26 ` ericonr
2021-02-26  3:12 ` [PR PATCH] [Updated] " Vaelatern
2021-02-26  6:11 ` Vaelatern
2021-02-26  6:36 ` Vaelatern [this message]
2021-02-28  6:48 ` Vaelatern
2021-03-01  2:37 ` Vaelatern
2022-04-19  2:12 ` github-actions
2022-04-19  2:17 ` Vaelatern
2022-05-20  6:07 ` [PR PATCH] [Updated] " Vaelatern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210226063637.hy2fp746lEgOdteROIZFvzpNbz9p4JPs9ZUVYCNmTBg@z \
    --to=vaelatern@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).