Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] beancount: update to 2.3.6.
@ 2023-11-23 12:46 Luciogi
  2023-11-23 12:50 ` [PR PATCH] [Updated] " Luciogi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luciogi @ 2023-11-23 12:46 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Luciogi against master on the void-packages repository

https://github.com/Luciogi/void-packages beancount
https://github.com/void-linux/void-packages/pull/47363

beancount: update to 2.3.6.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)


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

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

From 1b688e257b5cec7ce03d639e6e173b202ce622a7 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 17:44:16 +0500
Subject: [PATCH] beancount: update to 2.3.6.

---
 srcpkgs/beancount/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 32c6d6577cd53..687bcb2f3919a 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,24 +1,23 @@
 # Template file for 'beancount'
 pkgname=beancount
-version=2.3.5
-revision=3
+version=2.3.6
+revision=1
 build_style=python3-module
 make_check_args="--pyargs beancount --ignore beancount/web/web_test.py
  --deselect beancount/scripts/bake_test.py::TestScriptBake::test_bake_directory
  --deselect beancount/ingest/extract_test.py::TestScriptExtract::test_extract_no_files"
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
-depends="python3-pytest python3-dateutil python3-ply python3-bottle python3-lxml
- python3-magic python3-BeautifulSoup4 python3-requests python3-chardet
- python3-google-api-python-client python3-oauth2client"
-checkdepends="${depends} gnupg python3-google-auth-oauthlib python3-httplib2"
+depends="python3-click python3-dateutil python3-regex"
+checkdepends="${depends} python3-pytest python3-chardet python3-dateutil python3-bottle python3-lxml python3-ply python3-requests python3-BeautifulSoup4 python3-magic gnupg"
 short_desc="Double-entry accounting system based on plain text files"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://beancount.github.io/"
 changelog="https://raw.githubusercontent.com/beancount/beancount/master/CHANGES"
 distfiles="https://github.com/beancount/beancount/archive/refs/tags/${version}.tar.gz"
-checksum=374e4e6a76684007b60aca95d76340cfe5bc46356150000b5f1df58db77fb90f
+checksum=d02819a18fcf2974287a8d2d0949a47b3d2bc4a1b27642cb0424e773207a03e5
+make_pre_check="export PYTHONPATH=${XBPS_CROSS_BASE}/${py3_lib}"
 
 pre_check() {
 	python3 setup.py build_ext --inplace

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

* Re: [PR PATCH] [Updated] beancount: update to 2.3.6.
  2023-11-23 12:46 [PR PATCH] beancount: update to 2.3.6 Luciogi
@ 2023-11-23 12:50 ` Luciogi
  2023-11-23 12:54 ` Luciogi
  2023-11-29 23:36 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Luciogi @ 2023-11-23 12:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages beancount
https://github.com/void-linux/void-packages/pull/47363

beancount: update to 2.3.6.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)


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

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

From 0590ad9595e2383a7a22c2ff32dacedbf050753a Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 17:44:16 +0500
Subject: [PATCH] beancount: update to 2.3.6.

---
 srcpkgs/beancount/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 32c6d6577cd53..687bcb2f3919a 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,24 +1,23 @@
 # Template file for 'beancount'
 pkgname=beancount
-version=2.3.5
-revision=3
+version=2.3.6
+revision=1
 build_style=python3-module
 make_check_args="--pyargs beancount --ignore beancount/web/web_test.py
  --deselect beancount/scripts/bake_test.py::TestScriptBake::test_bake_directory
  --deselect beancount/ingest/extract_test.py::TestScriptExtract::test_extract_no_files"
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
-depends="python3-pytest python3-dateutil python3-ply python3-bottle python3-lxml
- python3-magic python3-BeautifulSoup4 python3-requests python3-chardet
- python3-google-api-python-client python3-oauth2client"
-checkdepends="${depends} gnupg python3-google-auth-oauthlib python3-httplib2"
+depends="python3-click python3-dateutil python3-regex"
+checkdepends="${depends} python3-pytest python3-chardet python3-dateutil python3-bottle python3-lxml python3-ply python3-requests python3-BeautifulSoup4 python3-magic gnupg"
 short_desc="Double-entry accounting system based on plain text files"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://beancount.github.io/"
 changelog="https://raw.githubusercontent.com/beancount/beancount/master/CHANGES"
 distfiles="https://github.com/beancount/beancount/archive/refs/tags/${version}.tar.gz"
-checksum=374e4e6a76684007b60aca95d76340cfe5bc46356150000b5f1df58db77fb90f
+checksum=d02819a18fcf2974287a8d2d0949a47b3d2bc4a1b27642cb0424e773207a03e5
+make_pre_check="export PYTHONPATH=${XBPS_CROSS_BASE}/${py3_lib}"
 
 pre_check() {
 	python3 setup.py build_ext --inplace

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

* Re: [PR PATCH] [Updated] beancount: update to 2.3.6.
  2023-11-23 12:46 [PR PATCH] beancount: update to 2.3.6 Luciogi
  2023-11-23 12:50 ` [PR PATCH] [Updated] " Luciogi
@ 2023-11-23 12:54 ` Luciogi
  2023-11-29 23:36 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Luciogi @ 2023-11-23 12:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages beancount
https://github.com/void-linux/void-packages/pull/47363

beancount: update to 2.3.6.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)


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

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

From 98050922b85f4552c28744a46476e4e167b2cfc3 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 17:44:16 +0500
Subject: [PATCH] beancount: update to 2.3.6.

---
 srcpkgs/beancount/template | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 32c6d6577cd53..2205347d1bd5a 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,24 +1,22 @@
 # Template file for 'beancount'
 pkgname=beancount
-version=2.3.5
-revision=3
+version=2.3.6
+revision=1
 build_style=python3-module
 make_check_args="--pyargs beancount --ignore beancount/web/web_test.py
  --deselect beancount/scripts/bake_test.py::TestScriptBake::test_bake_directory
  --deselect beancount/ingest/extract_test.py::TestScriptExtract::test_extract_no_files"
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
-depends="python3-pytest python3-dateutil python3-ply python3-bottle python3-lxml
- python3-magic python3-BeautifulSoup4 python3-requests python3-chardet
- python3-google-api-python-client python3-oauth2client"
-checkdepends="${depends} gnupg python3-google-auth-oauthlib python3-httplib2"
+depends="python3-click python3-dateutil python3-regex"
+checkdepends="${depends} python3-pytest python3-chardet python3-dateutil python3-bottle python3-lxml python3-ply python3-requests python3-BeautifulSoup4 python3-magic gnupg"
 short_desc="Double-entry accounting system based on plain text files"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://beancount.github.io/"
 changelog="https://raw.githubusercontent.com/beancount/beancount/master/CHANGES"
 distfiles="https://github.com/beancount/beancount/archive/refs/tags/${version}.tar.gz"
-checksum=374e4e6a76684007b60aca95d76340cfe5bc46356150000b5f1df58db77fb90f
+checksum=d02819a18fcf2974287a8d2d0949a47b3d2bc4a1b27642cb0424e773207a03e5
 
 pre_check() {
 	python3 setup.py build_ext --inplace

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

* Re: [PR PATCH] [Merged]: beancount: update to 2.3.6.
  2023-11-23 12:46 [PR PATCH] beancount: update to 2.3.6 Luciogi
  2023-11-23 12:50 ` [PR PATCH] [Updated] " Luciogi
  2023-11-23 12:54 ` Luciogi
@ 2023-11-29 23:36 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-11-29 23:36 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

beancount: update to 2.3.6.
https://github.com/void-linux/void-packages/pull/47363

Description:

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)


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

end of thread, other threads:[~2023-11-29 23:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 12:46 [PR PATCH] beancount: update to 2.3.6 Luciogi
2023-11-23 12:50 ` [PR PATCH] [Updated] " Luciogi
2023-11-23 12:54 ` Luciogi
2023-11-29 23:36 ` [PR PATCH] [Merged]: " Duncaen

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