Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Ledger autosync
@ 2020-09-08  4:28 Vaelatern
  2021-01-29  0:53 ` ericonr
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Vaelatern @ 2020-09-08  4:28 UTC (permalink / raw)
  To: ml

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

There is a new 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: 4355 bytes --]

From 01588587fd84abac11904cbf165758f5470e94ed 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 | 17 +++++++++++++++++
 1 file changed, 17 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..152c90c201b
--- /dev/null
+++ b/srcpkgs/python3-ofxparse/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-ofxparse'
+pkgname=python3-ofxparse
+version=0.20
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+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/ofx-parse-${version}.tar.gz"
+checksum=ec97c7289ded55d4aa1a8aaea71cb50d5998e311b43958dbbeb4a2db78a1ca58
+
+post_install() {
+	vlicense LICENSE
+}

From b81b98a8a230312ddb35606a8ea29b33f0e978c5 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 | 12 ++++++++++++
 1 file changed, 12 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..b7bfcea3193
--- /dev/null
+++ b/srcpkgs/python3-ofxhome/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-ofxhome'
+pkgname=python3-ofxhome
+version=0.3.3
+revision=1
+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

From 264f742232e11519234f837ceea1dd69bff2c77d 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 | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/ofxclient/template

diff --git a/srcpkgs/ofxclient/template b/srcpkgs/ofxclient/template
new file mode 100644
index 00000000000..f7ce7d1f94a
--- /dev/null
+++ b/srcpkgs/ofxclient/template
@@ -0,0 +1,17 @@
+# Template file for 'ofxclient'
+pkgname=ofxclient
+version=2.0.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-ofxparse 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
+}

From f3e98038a048999a9b79045cf5001fb34a9ac838 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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-05-20  6:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08  4:28 [PR PATCH] Ledger autosync 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
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

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).