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

* Re: Ledger autosync
  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
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-01-29  0:53 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24756#issuecomment-769497643

Comment:
@Vaelatern ping

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

* Re: [PR PATCH] [Updated] Ledger autosync
  2020-09-08  4:28 [PR PATCH] Ledger autosync Vaelatern
  2021-01-29  0:53 ` ericonr
@ 2021-01-29  6:00 ` Vaelatern
  2021-01-29  6:00 ` Vaelatern
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Vaelatern @ 2021-01-29  6:00 UTC (permalink / raw)
  To: ml

[-- 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: 4355 bytes --]

From 1fbfd9b11b47b712b9bd3eb2e378261546e3355f 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 4f232d8775e3071055c3f1b05623287c12bb939a 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 b1339f45491ba1ff63ff34f8bae827ca014cadb0 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 51351027e5a1b023ab872f5bf70f1c243e439430 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

* Re: Ledger autosync
  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
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Vaelatern @ 2021-01-29  6:00 UTC (permalink / raw)
  To: ml

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

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/24756#issuecomment-769596392

Comment:
Can't think of why not merge it. Rebased and pushed to re-run CI.

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

* Re: Ledger autosync
  2020-09-08  4:28 [PR PATCH] Ledger autosync Vaelatern
                   ` (2 preceding siblings ...)
  2021-01-29  6:00 ` Vaelatern
@ 2021-02-15 14:26 ` ericonr
  2021-02-26  3:12 ` [PR PATCH] [Updated] " Vaelatern
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-02-15 14:26 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24756#issuecomment-779256038

Comment:
Ping

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

* Re: [PR PATCH] [Updated] Ledger autosync
  2020-09-08  4:28 [PR PATCH] Ledger autosync Vaelatern
                   ` (3 preceding siblings ...)
  2021-02-15 14:26 ` ericonr
@ 2021-02-26  3:12 ` Vaelatern
  2021-02-26  6:11 ` Vaelatern
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Vaelatern @ 2021-02-26  3:12 UTC (permalink / raw)
  To: ml

[-- 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: 4435 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 a05984bc4319d781b2af989edb5485dc77531912 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 | 13 +++++++++++++
 1 file changed, 13 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..bb4fadfe192
--- /dev/null
+++ b/srcpkgs/python3-ofxhome/template
@@ -0,0 +1,13 @@
+# 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

From 07c3f90bb524311f4d5ae5b1639d765eec80e85b 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..d1134d1ed78
--- /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 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
+}

From 8884a1f3945332d0f7a1192691011fc03b956dbb 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

* Re: [PR PATCH] [Updated] Ledger autosync
  2020-09-08  4:28 [PR PATCH] Ledger autosync Vaelatern
                   ` (4 preceding siblings ...)
  2021-02-26  3:12 ` [PR PATCH] [Updated] " Vaelatern
@ 2021-02-26  6:11 ` Vaelatern
  2021-02-26  6:36 ` Vaelatern
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Vaelatern @ 2021-02-26  6:11 UTC (permalink / raw)
  To: ml

[-- 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: 4525 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 c024231f7e8913c35756102d9b0758ce8f7a1e49 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..d1134d1ed78
--- /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 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
+}

From 80da461ce57b0aa6230741541ba3d1604dc60dd3 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

* Re: [PR PATCH] [Updated] Ledger autosync
  2020-09-08  4:28 [PR PATCH] Ledger autosync Vaelatern
                   ` (5 preceding siblings ...)
  2021-02-26  6:11 ` Vaelatern
@ 2021-02-26  6:36 ` Vaelatern
  2021-02-28  6:48 ` Vaelatern
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Vaelatern @ 2021-02-26  6:36 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR PATCH] [Updated] Ledger autosync
  2020-09-08  4:28 [PR PATCH] Ledger autosync Vaelatern
                   ` (6 preceding siblings ...)
  2021-02-26  6:36 ` Vaelatern
@ 2021-02-28  6:48 ` Vaelatern
  2021-03-01  2:37 ` Vaelatern
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Vaelatern @ 2021-02-28  6:48 UTC (permalink / raw)
  To: ml

[-- 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: 4932 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 d1f8b470f71257611c22fc98282e68971cca928b 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 | 18 ++++++++++++++++++
 1 file changed, 18 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..9298d5d9477
--- /dev/null
+++ b/srcpkgs/ledger-autosync/template
@@ -0,0 +1,18 @@
+# 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
+
+do_check() {
+	: # Stubbed out because it wants pip packages and won't
+	  # behave when it gets them.
+}

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

* Re: Ledger autosync
  2020-09-08  4:28 [PR PATCH] Ledger autosync Vaelatern
                   ` (7 preceding siblings ...)
  2021-02-28  6:48 ` Vaelatern
@ 2021-03-01  2:37 ` Vaelatern
  2022-04-19  2:12 ` github-actions
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Vaelatern @ 2021-03-01  2:37 UTC (permalink / raw)
  To: ml

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

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/24756#issuecomment-787594723

Comment:
pong

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

* Re: Ledger autosync
  2020-09-08  4:28 [PR PATCH] Ledger autosync Vaelatern
                   ` (8 preceding siblings ...)
  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
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2022-04-19  2:12 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/24756#issuecomment-1101923615

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: Ledger autosync
  2020-09-08  4:28 [PR PATCH] Ledger autosync Vaelatern
                   ` (9 preceding siblings ...)
  2022-04-19  2:12 ` github-actions
@ 2022-04-19  2:17 ` Vaelatern
  2022-05-20  6:07 ` [PR PATCH] [Updated] " Vaelatern
  11 siblings, 0 replies; 13+ messages in thread
From: Vaelatern @ 2022-04-19  2:17 UTC (permalink / raw)
  To: ml

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

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/24756#issuecomment-1101926157

Comment:
hrm, just another rebase and I'll test and push

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

* Re: [PR PATCH] [Updated] Ledger autosync
  2020-09-08  4:28 [PR PATCH] Ledger autosync Vaelatern
                   ` (10 preceding siblings ...)
  2022-04-19  2:17 ` Vaelatern
@ 2022-05-20  6:07 ` Vaelatern
  11 siblings, 0 replies; 13+ messages in thread
From: Vaelatern @ 2022-05-20  6:07 UTC (permalink / raw)
  To: ml

[-- 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: 4940 bytes --]

From 037f7f43624d68da51ddd28c4e5b57f8964c51cb 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 000000000000..a93a3fe0d92a
--- /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 4986a82fe5c95e0fe95305886c44a59e102d375d 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 000000000000..4183f0bf38f7
--- /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 91336e0750b39c72314481cf3b629b065fc6557d 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 000000000000..1c70a094c0f6
--- /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 9803bcee4adb01c69fe448a8ed577ff3b659099c 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 | 18 ++++++++++++++++++
 1 file changed, 18 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 000000000000..9298d5d9477d
--- /dev/null
+++ b/srcpkgs/ledger-autosync/template
@@ -0,0 +1,18 @@
+# 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
+
+do_check() {
+	: # Stubbed out because it wants pip packages and won't
+	  # behave when it gets them.
+}

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