Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jrnl: update to 2.4.2.
@ 2020-05-25 22:51 travankor
  2020-09-29  2:09 ` ericonr
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: travankor @ 2020-05-25 22:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages jrnl
https://github.com/void-linux/void-packages/pull/22301

jrnl: update to 2.4.2.
None

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

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

From ee909e09fd346705bd5bc5e169e20b159df4cb4b Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 12:44:43 -0700
Subject: [PATCH 1/5] New package: python3-asteval-0.9.18

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

diff --git a/srcpkgs/python3-asteval/template b/srcpkgs/python3-asteval/template
new file mode 100644
index 00000000000..1be4019b71f
--- /dev/null
+++ b/srcpkgs/python3-asteval/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-asteval'
+pkgname=python3-asteval
+version=0.9.18
+revision=1
+archs=noarch
+wrksrc=${pkgname#*-}-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Safe, minimalistic evaluator of python expression using ast module"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/newville/asteval"
+distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz"
+checksum=e9f076ed0874a1848cdbb5ad1df443fc36ddc70c152dbcce47318e9a49765c30
+
+post_install() {
+	vlicense LICENSE
+}

From d903215db44daa8b1796f411ffb50fe9efcc0b7c Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 12:44:48 -0700
Subject: [PATCH 2/5] New package: python3-ansiwrap-0.8.4

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

diff --git a/srcpkgs/python3-ansiwrap/template b/srcpkgs/python3-ansiwrap/template
new file mode 100644
index 00000000000..7695fb1c110
--- /dev/null
+++ b/srcpkgs/python3-ansiwrap/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-ansiwrap'
+pkgname=python3-ansiwrap
+version=0.8.4
+revision=1
+archs=noarch
+wrksrc=${pkgname#*-}-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Textwrap, but savvy to ANSI colors"
+maintainer="travankor <travankor@tuta.io>"
+license="Apache-2.0"
+homepage="https://pypi.org/project/ansiwrap/"
+distfiles="${PYPI_SITE}/a/ansiwrap/ansiwrap-${version}.zip"
+checksum=ca0c740734cde59bf919f8ff2c386f74f9a369818cdc60efe94893d01ea8d9b7
+
+pre_build() {
+	# Use python 3.6+'s built in version of textwrap, not a random library
+	vsed -i '/textwrap3/d' setup.py
+	vsed -i '0,/a_textwrap.*/s//import textwrap/' ansiwrap/core.py
+	vsed -i 's/a_textwrap/textwrap/' ansiwrap/core.py
+}

From f4611b273be293318211573c3af979213f0d5bcb Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 12:47:48 -0700
Subject: [PATCH 3/5] python-urwid: mark as noarch.

---
 srcpkgs/python-urwid/template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..6b2bff86f05 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,8 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
+archs=noarch
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -15,6 +16,7 @@ distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
 checksum=0896f36060beb6bf3801cb554303fef336a79661401797551ba106d23ab4cd86
 
 python3-urwid_package() {
+	archs=noarch
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

From f3df20f0b6536bf635ac35c20d4f8376e7fdc998 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 13:08:47 -0700
Subject: [PATCH 4/5] jrnl: update to 2.4.2.

---
 srcpkgs/jrnl/template | 26 +++++++++++---------------
 1 file changed, 11 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..4dd70f2282a 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,21 +1,17 @@
 # Template file for 'jrnl'
 pkgname=jrnl
-version=1.9.8
-revision=4
+version=2.4.2
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"
-depends="python3-cryptography python3-dateutil python3-keyring
-python3-keyrings-alt python3-parsedatetime python3-passlib python3-pytz
-python3-setuptools python3-six python3-tzlocal python3-xdg python3-yaml"
+depends="python3-ansiwrap python3-asteval python3-colorama python3-cryptography
+python3-dateutil python3-keyring python3-parsedatetime python3-passlib
+python3-pytz python3-tzlocal python3-xdg python3-yaml"
 short_desc="Simple journal application for your command line"
-maintainer="travankor <travankor@tuta.io>"
-license="MIT"
-homepage="http://jrnl.sh"
-distfiles="https://github.com/maebert/jrnl/archive/${version}.tar.gz"
-checksum=ec9dcf01f67a2329218fcd090b56042379937b269ddbd8c0c64097636f012e63
-
-post_install() {
-	vlicense LICENSE
-}
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://jrnl.sh"
+changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md"
+distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz"
+checksum=1d13a635c7bff42a9b833a56f47ac5086eb4ed8d3d91e5a7b96ef05f4d82a616

From 9c6688f494e4a0ad5a1b9ea7bb79d9107bfd7304 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 13:55:53 -0700
Subject: [PATCH 5/5] python3-keyring: update to 21.2.1.

---
 srcpkgs/python3-keyring/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index eb28d6ba15d..97e10618eee 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
-version=18.0.1
-revision=3
+version=21.2.1
+revision=1
 archs=noarch
 wrksrc="keyring-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jaraco/keyring"
 changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
-checksum=67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838
+checksum=c53e0e5ccde3ad34284a40ce7976b5b3a3d6de70344c3f8ee44364cc340976ec
 
 post_install() {
 	vlicense LICENSE

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

* Re: jrnl: update to 2.4.2.
  2020-05-25 22:51 [PR PATCH] jrnl: update to 2.4.2 travankor
@ 2020-09-29  2:09 ` ericonr
  2020-09-29 11:48 ` [PR PATCH] [Updated] " travankor
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-09-29  2:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/22301#issuecomment-700383133

Comment:
Checking updates isn't working correctly. Would you mind adding an `update` file to `jrnl`?

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

* Re: [PR PATCH] [Updated] jrnl: update to 2.4.2.
  2020-05-25 22:51 [PR PATCH] jrnl: update to 2.4.2 travankor
  2020-09-29  2:09 ` ericonr
@ 2020-09-29 11:48 ` travankor
  2020-09-29 11:52 ` travankor
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: travankor @ 2020-09-29 11:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages jrnl
https://github.com/void-linux/void-packages/pull/22301

jrnl: update to 2.4.2.
None

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

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

From fcf967e3ce9364b62ef715a0f0da9da302070e57 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 12:44:43 -0700
Subject: [PATCH 1/3] New package: python3-asteval-0.9.18

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

diff --git a/srcpkgs/python3-asteval/template b/srcpkgs/python3-asteval/template
new file mode 100644
index 00000000000..fcd8a4cec75
--- /dev/null
+++ b/srcpkgs/python3-asteval/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-asteval'
+pkgname=python3-asteval
+version=0.9.18
+revision=1
+wrksrc=${pkgname#*-}-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Safe, minimalistic evaluator of python expression using ast module"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/newville/asteval"
+distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz"
+checksum=e9f076ed0874a1848cdbb5ad1df443fc36ddc70c152dbcce47318e9a49765c30
+
+post_install() {
+	vlicense LICENSE
+}

From abd068ff6001fb4b5991ba6e2b8abc724b7f3a89 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 12:44:48 -0700
Subject: [PATCH 2/3] New package: python3-ansiwrap-0.8.4

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

diff --git a/srcpkgs/python3-ansiwrap/template b/srcpkgs/python3-ansiwrap/template
new file mode 100644
index 00000000000..8d1108fa13d
--- /dev/null
+++ b/srcpkgs/python3-ansiwrap/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-ansiwrap'
+pkgname=python3-ansiwrap
+version=0.8.4
+revision=1
+wrksrc=${pkgname#*-}-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Textwrap, but savvy to ANSI colors"
+maintainer="travankor <travankor@tuta.io>"
+license="Apache-2.0"
+homepage="https://pypi.org/project/ansiwrap/"
+distfiles="${PYPI_SITE}/a/ansiwrap/ansiwrap-${version}.zip"
+checksum=ca0c740734cde59bf919f8ff2c386f74f9a369818cdc60efe94893d01ea8d9b7
+
+pre_build() {
+	# Use python 3.6+'s built in version of textwrap, not a random library
+	vsed -i '/textwrap3/d' setup.py
+	vsed -i '0,/a_textwrap.*/s//import textwrap/' ansiwrap/core.py
+	vsed -i 's/a_textwrap/textwrap/' ansiwrap/core.py
+}

From 9ee416f619d60e1d187896a7ee18470d42ddd0f0 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 13:08:47 -0700
Subject: [PATCH 3/3] jrnl: update to 2.4.2.

---
 srcpkgs/jrnl/template | 27 +++++++++++----------------
 srcpkgs/jrnl/update   |  1 +
 2 files changed, 12 insertions(+), 16 deletions(-)
 create mode 100644 srcpkgs/jrnl/update

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..5481be08acb 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,21 +1,16 @@
 # Template file for 'jrnl'
 pkgname=jrnl
-version=1.9.8
-revision=4
-archs=noarch
+version=2.4.5
+revision=1
 build_style=python3-module
-pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"
-depends="python3-cryptography python3-dateutil python3-keyring
-python3-keyrings-alt python3-parsedatetime python3-passlib python3-pytz
-python3-setuptools python3-six python3-tzlocal python3-xdg python3-yaml"
+depends="python3-ansiwrap python3-asteval python3-colorama python3-cryptography
+python3-dateutil python3-keyring python3-parsedatetime python3-passlib
+python3-pytz python3-tzlocal python3-xdg python3-yaml"
 short_desc="Simple journal application for your command line"
-maintainer="travankor <travankor@tuta.io>"
-license="MIT"
-homepage="http://jrnl.sh"
-distfiles="https://github.com/maebert/jrnl/archive/${version}.tar.gz"
-checksum=ec9dcf01f67a2329218fcd090b56042379937b269ddbd8c0c64097636f012e63
-
-post_install() {
-	vlicense LICENSE
-}
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://jrnl.sh"
+changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md"
+distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz"
+checksum=a5f069efcaa3f5d95cc7712178b3f92915f67eed4034e5f257cc063c6b0e74d9
diff --git a/srcpkgs/jrnl/update b/srcpkgs/jrnl/update
new file mode 100644
index 00000000000..1af07c69f40
--- /dev/null
+++ b/srcpkgs/jrnl/update
@@ -0,0 +1 @@
+site="https://pypi.org/project/jrnl"
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] jrnl: update to 2.4.2.
  2020-05-25 22:51 [PR PATCH] jrnl: update to 2.4.2 travankor
  2020-09-29  2:09 ` ericonr
  2020-09-29 11:48 ` [PR PATCH] [Updated] " travankor
@ 2020-09-29 11:52 ` travankor
  2020-09-29 11:53 ` travankor
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: travankor @ 2020-09-29 11:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages jrnl
https://github.com/void-linux/void-packages/pull/22301

jrnl: update to 2.4.2.
None

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

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

From fcf967e3ce9364b62ef715a0f0da9da302070e57 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 12:44:43 -0700
Subject: [PATCH 1/3] New package: python3-asteval-0.9.18

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

diff --git a/srcpkgs/python3-asteval/template b/srcpkgs/python3-asteval/template
new file mode 100644
index 00000000000..fcd8a4cec75
--- /dev/null
+++ b/srcpkgs/python3-asteval/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-asteval'
+pkgname=python3-asteval
+version=0.9.18
+revision=1
+wrksrc=${pkgname#*-}-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Safe, minimalistic evaluator of python expression using ast module"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/newville/asteval"
+distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz"
+checksum=e9f076ed0874a1848cdbb5ad1df443fc36ddc70c152dbcce47318e9a49765c30
+
+post_install() {
+	vlicense LICENSE
+}

From abd068ff6001fb4b5991ba6e2b8abc724b7f3a89 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 12:44:48 -0700
Subject: [PATCH 2/3] New package: python3-ansiwrap-0.8.4

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

diff --git a/srcpkgs/python3-ansiwrap/template b/srcpkgs/python3-ansiwrap/template
new file mode 100644
index 00000000000..8d1108fa13d
--- /dev/null
+++ b/srcpkgs/python3-ansiwrap/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-ansiwrap'
+pkgname=python3-ansiwrap
+version=0.8.4
+revision=1
+wrksrc=${pkgname#*-}-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Textwrap, but savvy to ANSI colors"
+maintainer="travankor <travankor@tuta.io>"
+license="Apache-2.0"
+homepage="https://pypi.org/project/ansiwrap/"
+distfiles="${PYPI_SITE}/a/ansiwrap/ansiwrap-${version}.zip"
+checksum=ca0c740734cde59bf919f8ff2c386f74f9a369818cdc60efe94893d01ea8d9b7
+
+pre_build() {
+	# Use python 3.6+'s built in version of textwrap, not a random library
+	vsed -i '/textwrap3/d' setup.py
+	vsed -i '0,/a_textwrap.*/s//import textwrap/' ansiwrap/core.py
+	vsed -i 's/a_textwrap/textwrap/' ansiwrap/core.py
+}

From d642073cc2f419bc17f277d1e6fe0264be0f8e15 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 13:08:47 -0700
Subject: [PATCH 3/3] jrnl: update to 2.4.2.

---
 srcpkgs/jrnl/template | 27 +++++++++++----------------
 srcpkgs/jrnl/update   |  1 +
 2 files changed, 12 insertions(+), 16 deletions(-)
 create mode 100644 srcpkgs/jrnl/update

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..5481be08acb 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,21 +1,16 @@
 # Template file for 'jrnl'
 pkgname=jrnl
-version=1.9.8
-revision=4
-archs=noarch
+version=2.4.5
+revision=1
 build_style=python3-module
-pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"
-depends="python3-cryptography python3-dateutil python3-keyring
-python3-keyrings-alt python3-parsedatetime python3-passlib python3-pytz
-python3-setuptools python3-six python3-tzlocal python3-xdg python3-yaml"
+depends="python3-ansiwrap python3-asteval python3-colorama python3-cryptography
+python3-dateutil python3-keyring python3-parsedatetime python3-passlib
+python3-pytz python3-tzlocal python3-xdg python3-yaml"
 short_desc="Simple journal application for your command line"
-maintainer="travankor <travankor@tuta.io>"
-license="MIT"
-homepage="http://jrnl.sh"
-distfiles="https://github.com/maebert/jrnl/archive/${version}.tar.gz"
-checksum=ec9dcf01f67a2329218fcd090b56042379937b269ddbd8c0c64097636f012e63
-
-post_install() {
-	vlicense LICENSE
-}
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://jrnl.sh"
+changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md"
+distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz"
+checksum=a5f069efcaa3f5d95cc7712178b3f92915f67eed4034e5f257cc063c6b0e74d9
diff --git a/srcpkgs/jrnl/update b/srcpkgs/jrnl/update
new file mode 100644
index 00000000000..eab0b8d93d8
--- /dev/null
+++ b/srcpkgs/jrnl/update
@@ -0,0 +1 @@
+site="https://pypi.org/project/jrnl" 
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] jrnl: update to 2.4.2.
  2020-05-25 22:51 [PR PATCH] jrnl: update to 2.4.2 travankor
                   ` (2 preceding siblings ...)
  2020-09-29 11:52 ` travankor
@ 2020-09-29 11:53 ` travankor
  2020-09-29 11:53 ` travankor
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: travankor @ 2020-09-29 11:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages jrnl
https://github.com/void-linux/void-packages/pull/22301

jrnl: update to 2.4.2.
None

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

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

From fcf967e3ce9364b62ef715a0f0da9da302070e57 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 12:44:43 -0700
Subject: [PATCH 1/3] New package: python3-asteval-0.9.18

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

diff --git a/srcpkgs/python3-asteval/template b/srcpkgs/python3-asteval/template
new file mode 100644
index 00000000000..fcd8a4cec75
--- /dev/null
+++ b/srcpkgs/python3-asteval/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-asteval'
+pkgname=python3-asteval
+version=0.9.18
+revision=1
+wrksrc=${pkgname#*-}-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Safe, minimalistic evaluator of python expression using ast module"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/newville/asteval"
+distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz"
+checksum=e9f076ed0874a1848cdbb5ad1df443fc36ddc70c152dbcce47318e9a49765c30
+
+post_install() {
+	vlicense LICENSE
+}

From abd068ff6001fb4b5991ba6e2b8abc724b7f3a89 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 12:44:48 -0700
Subject: [PATCH 2/3] New package: python3-ansiwrap-0.8.4

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

diff --git a/srcpkgs/python3-ansiwrap/template b/srcpkgs/python3-ansiwrap/template
new file mode 100644
index 00000000000..8d1108fa13d
--- /dev/null
+++ b/srcpkgs/python3-ansiwrap/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-ansiwrap'
+pkgname=python3-ansiwrap
+version=0.8.4
+revision=1
+wrksrc=${pkgname#*-}-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Textwrap, but savvy to ANSI colors"
+maintainer="travankor <travankor@tuta.io>"
+license="Apache-2.0"
+homepage="https://pypi.org/project/ansiwrap/"
+distfiles="${PYPI_SITE}/a/ansiwrap/ansiwrap-${version}.zip"
+checksum=ca0c740734cde59bf919f8ff2c386f74f9a369818cdc60efe94893d01ea8d9b7
+
+pre_build() {
+	# Use python 3.6+'s built in version of textwrap, not a random library
+	vsed -i '/textwrap3/d' setup.py
+	vsed -i '0,/a_textwrap.*/s//import textwrap/' ansiwrap/core.py
+	vsed -i 's/a_textwrap/textwrap/' ansiwrap/core.py
+}

From b113eb4411c99d7947a2357c22866db66bd41d9f Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 13:08:47 -0700
Subject: [PATCH 3/3] jrnl: update to 2.4.2.

---
 srcpkgs/jrnl/template | 27 +++++++++++----------------
 srcpkgs/jrnl/update   |  2 ++
 2 files changed, 13 insertions(+), 16 deletions(-)
 create mode 100644 srcpkgs/jrnl/update

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..5481be08acb 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,21 +1,16 @@
 # Template file for 'jrnl'
 pkgname=jrnl
-version=1.9.8
-revision=4
-archs=noarch
+version=2.4.5
+revision=1
 build_style=python3-module
-pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"
-depends="python3-cryptography python3-dateutil python3-keyring
-python3-keyrings-alt python3-parsedatetime python3-passlib python3-pytz
-python3-setuptools python3-six python3-tzlocal python3-xdg python3-yaml"
+depends="python3-ansiwrap python3-asteval python3-colorama python3-cryptography
+python3-dateutil python3-keyring python3-parsedatetime python3-passlib
+python3-pytz python3-tzlocal python3-xdg python3-yaml"
 short_desc="Simple journal application for your command line"
-maintainer="travankor <travankor@tuta.io>"
-license="MIT"
-homepage="http://jrnl.sh"
-distfiles="https://github.com/maebert/jrnl/archive/${version}.tar.gz"
-checksum=ec9dcf01f67a2329218fcd090b56042379937b269ddbd8c0c64097636f012e63
-
-post_install() {
-	vlicense LICENSE
-}
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://jrnl.sh"
+changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md"
+distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz"
+checksum=a5f069efcaa3f5d95cc7712178b3f92915f67eed4034e5f257cc063c6b0e74d9
diff --git a/srcpkgs/jrnl/update b/srcpkgs/jrnl/update
new file mode 100644
index 00000000000..e2458095e51
--- /dev/null
+++ b/srcpkgs/jrnl/update
@@ -0,0 +1,2 @@
+site="https://pypi.org/project/jrnl"
+

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

* Re: [PR PATCH] [Updated] jrnl: update to 2.4.2.
  2020-05-25 22:51 [PR PATCH] jrnl: update to 2.4.2 travankor
                   ` (3 preceding siblings ...)
  2020-09-29 11:53 ` travankor
@ 2020-09-29 11:53 ` travankor
  2020-09-29 11:55 ` travankor
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: travankor @ 2020-09-29 11:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages jrnl
https://github.com/void-linux/void-packages/pull/22301

jrnl: update to 2.4.2.
None

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

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

From fcf967e3ce9364b62ef715a0f0da9da302070e57 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 12:44:43 -0700
Subject: [PATCH 1/3] New package: python3-asteval-0.9.18

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

diff --git a/srcpkgs/python3-asteval/template b/srcpkgs/python3-asteval/template
new file mode 100644
index 00000000000..fcd8a4cec75
--- /dev/null
+++ b/srcpkgs/python3-asteval/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-asteval'
+pkgname=python3-asteval
+version=0.9.18
+revision=1
+wrksrc=${pkgname#*-}-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Safe, minimalistic evaluator of python expression using ast module"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/newville/asteval"
+distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz"
+checksum=e9f076ed0874a1848cdbb5ad1df443fc36ddc70c152dbcce47318e9a49765c30
+
+post_install() {
+	vlicense LICENSE
+}

From abd068ff6001fb4b5991ba6e2b8abc724b7f3a89 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 12:44:48 -0700
Subject: [PATCH 2/3] New package: python3-ansiwrap-0.8.4

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

diff --git a/srcpkgs/python3-ansiwrap/template b/srcpkgs/python3-ansiwrap/template
new file mode 100644
index 00000000000..8d1108fa13d
--- /dev/null
+++ b/srcpkgs/python3-ansiwrap/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-ansiwrap'
+pkgname=python3-ansiwrap
+version=0.8.4
+revision=1
+wrksrc=${pkgname#*-}-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Textwrap, but savvy to ANSI colors"
+maintainer="travankor <travankor@tuta.io>"
+license="Apache-2.0"
+homepage="https://pypi.org/project/ansiwrap/"
+distfiles="${PYPI_SITE}/a/ansiwrap/ansiwrap-${version}.zip"
+checksum=ca0c740734cde59bf919f8ff2c386f74f9a369818cdc60efe94893d01ea8d9b7
+
+pre_build() {
+	# Use python 3.6+'s built in version of textwrap, not a random library
+	vsed -i '/textwrap3/d' setup.py
+	vsed -i '0,/a_textwrap.*/s//import textwrap/' ansiwrap/core.py
+	vsed -i 's/a_textwrap/textwrap/' ansiwrap/core.py
+}

From d4082a10aeb027a59f209dd09e49f469f7b14c71 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 13:08:47 -0700
Subject: [PATCH 3/3] jrnl: update to 2.4.2.

---
 srcpkgs/jrnl/template | 27 +++++++++++----------------
 srcpkgs/jrnl/update   |  1 +
 2 files changed, 12 insertions(+), 16 deletions(-)
 create mode 100644 srcpkgs/jrnl/update

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..5481be08acb 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,21 +1,16 @@
 # Template file for 'jrnl'
 pkgname=jrnl
-version=1.9.8
-revision=4
-archs=noarch
+version=2.4.5
+revision=1
 build_style=python3-module
-pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"
-depends="python3-cryptography python3-dateutil python3-keyring
-python3-keyrings-alt python3-parsedatetime python3-passlib python3-pytz
-python3-setuptools python3-six python3-tzlocal python3-xdg python3-yaml"
+depends="python3-ansiwrap python3-asteval python3-colorama python3-cryptography
+python3-dateutil python3-keyring python3-parsedatetime python3-passlib
+python3-pytz python3-tzlocal python3-xdg python3-yaml"
 short_desc="Simple journal application for your command line"
-maintainer="travankor <travankor@tuta.io>"
-license="MIT"
-homepage="http://jrnl.sh"
-distfiles="https://github.com/maebert/jrnl/archive/${version}.tar.gz"
-checksum=ec9dcf01f67a2329218fcd090b56042379937b269ddbd8c0c64097636f012e63
-
-post_install() {
-	vlicense LICENSE
-}
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://jrnl.sh"
+changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md"
+distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz"
+checksum=a5f069efcaa3f5d95cc7712178b3f92915f67eed4034e5f257cc063c6b0e74d9
diff --git a/srcpkgs/jrnl/update b/srcpkgs/jrnl/update
new file mode 100644
index 00000000000..0601fe8e911
--- /dev/null
+++ b/srcpkgs/jrnl/update
@@ -0,0 +1 @@
+site="https://pypi.org/project/jrnl"

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

* Re: jrnl: update to 2.4.2.
  2020-05-25 22:51 [PR PATCH] jrnl: update to 2.4.2 travankor
                   ` (4 preceding siblings ...)
  2020-09-29 11:53 ` travankor
@ 2020-09-29 11:55 ` travankor
  2020-09-29 12:05 ` [PR PATCH] [Updated] " travankor
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: travankor @ 2020-09-29 11:55 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/22301#issuecomment-700653337

Comment:
Thanks, fixed.

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

* Re: [PR PATCH] [Updated] jrnl: update to 2.4.2.
  2020-05-25 22:51 [PR PATCH] jrnl: update to 2.4.2 travankor
                   ` (5 preceding siblings ...)
  2020-09-29 11:55 ` travankor
@ 2020-09-29 12:05 ` travankor
  2020-10-30 16:26 ` sgn
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: travankor @ 2020-09-29 12:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages jrnl
https://github.com/void-linux/void-packages/pull/22301

jrnl: update to 2.4.2.
None

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

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

From ba59a74eef220ef58c8f7f2af569d247ff866bb1 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 12:44:43 -0700
Subject: [PATCH 1/3] New package: python3-asteval-0.9.19

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

diff --git a/srcpkgs/python3-asteval/template b/srcpkgs/python3-asteval/template
new file mode 100644
index 00000000000..0603a3e942b
--- /dev/null
+++ b/srcpkgs/python3-asteval/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-asteval'
+pkgname=python3-asteval
+version=0.9.19
+revision=1
+wrksrc=${pkgname#*-}-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Safe, minimalistic evaluator of python expression using ast module"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/newville/asteval"
+distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz"
+checksum=5ba661d334adbed6e5dac462f7a2c327cf9fe66e2ebafcc4a363d52b26a04a9d
+
+post_install() {
+	vlicense LICENSE
+}

From b5158fb53d2fbb239707142677120c3ea1ba5d34 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 12:44:48 -0700
Subject: [PATCH 2/3] New package: python3-ansiwrap-0.8.4

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

diff --git a/srcpkgs/python3-ansiwrap/template b/srcpkgs/python3-ansiwrap/template
new file mode 100644
index 00000000000..8d1108fa13d
--- /dev/null
+++ b/srcpkgs/python3-ansiwrap/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-ansiwrap'
+pkgname=python3-ansiwrap
+version=0.8.4
+revision=1
+wrksrc=${pkgname#*-}-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Textwrap, but savvy to ANSI colors"
+maintainer="travankor <travankor@tuta.io>"
+license="Apache-2.0"
+homepage="https://pypi.org/project/ansiwrap/"
+distfiles="${PYPI_SITE}/a/ansiwrap/ansiwrap-${version}.zip"
+checksum=ca0c740734cde59bf919f8ff2c386f74f9a369818cdc60efe94893d01ea8d9b7
+
+pre_build() {
+	# Use python 3.6+'s built in version of textwrap, not a random library
+	vsed -i '/textwrap3/d' setup.py
+	vsed -i '0,/a_textwrap.*/s//import textwrap/' ansiwrap/core.py
+	vsed -i 's/a_textwrap/textwrap/' ansiwrap/core.py
+}

From d84724002accb07a11ae985637c5292201bac5df Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 13:08:47 -0700
Subject: [PATCH 3/3] jrnl: update to 2.4.5.

---
 srcpkgs/jrnl/template | 27 +++++++++++----------------
 srcpkgs/jrnl/update   |  1 +
 2 files changed, 12 insertions(+), 16 deletions(-)
 create mode 100644 srcpkgs/jrnl/update

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..5481be08acb 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,21 +1,16 @@
 # Template file for 'jrnl'
 pkgname=jrnl
-version=1.9.8
-revision=4
-archs=noarch
+version=2.4.5
+revision=1
 build_style=python3-module
-pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"
-depends="python3-cryptography python3-dateutil python3-keyring
-python3-keyrings-alt python3-parsedatetime python3-passlib python3-pytz
-python3-setuptools python3-six python3-tzlocal python3-xdg python3-yaml"
+depends="python3-ansiwrap python3-asteval python3-colorama python3-cryptography
+python3-dateutil python3-keyring python3-parsedatetime python3-passlib
+python3-pytz python3-tzlocal python3-xdg python3-yaml"
 short_desc="Simple journal application for your command line"
-maintainer="travankor <travankor@tuta.io>"
-license="MIT"
-homepage="http://jrnl.sh"
-distfiles="https://github.com/maebert/jrnl/archive/${version}.tar.gz"
-checksum=ec9dcf01f67a2329218fcd090b56042379937b269ddbd8c0c64097636f012e63
-
-post_install() {
-	vlicense LICENSE
-}
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://jrnl.sh"
+changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md"
+distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz"
+checksum=a5f069efcaa3f5d95cc7712178b3f92915f67eed4034e5f257cc063c6b0e74d9
diff --git a/srcpkgs/jrnl/update b/srcpkgs/jrnl/update
new file mode 100644
index 00000000000..0601fe8e911
--- /dev/null
+++ b/srcpkgs/jrnl/update
@@ -0,0 +1 @@
+site="https://pypi.org/project/jrnl"

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

* Re: [PR PATCH] [Updated] jrnl: update to 2.4.2.
  2020-05-25 22:51 [PR PATCH] jrnl: update to 2.4.2 travankor
                   ` (6 preceding siblings ...)
  2020-09-29 12:05 ` [PR PATCH] [Updated] " travankor
@ 2020-10-30 16:26 ` sgn
  2020-10-30 16:27 ` [PR PATCH] [Merged]: " sgn
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2020-10-30 16:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages jrnl
https://github.com/void-linux/void-packages/pull/22301

jrnl: update to 2.4.2.
None

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

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

From d6f83c265ef62dc92b1a7747cde69eda599b3af3 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 25 May 2020 13:08:47 -0700
Subject: [PATCH] jrnl: update to 2.4.5.

---
 srcpkgs/jrnl/template | 22 ++++++++++------------
 srcpkgs/jrnl/update   |  1 +
 2 files changed, 11 insertions(+), 12 deletions(-)
 create mode 100644 srcpkgs/jrnl/update

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index 63d9ff8159e..02d3d35bf78 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,18 +1,16 @@
 # Template file for 'jrnl'
 pkgname=jrnl
-version=1.9.9
+version=2.4.5
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-parsedatetime python3-pytz python3-six python3-tzlocal
- python3-keyring python3-keyrings-alt python3-dateutil python3-passlib"
+depends="python3-ansiwrap python3-asteval python3-colorama python3-cryptography
+ python3-dateutil python3-keyring python3-parsedatetime python3-passlib
+ python3-pytz python3-tzlocal python3-xdg python3-yaml"
 short_desc="Simple journal application for your command line"
-maintainer="travankor <travankor@tuta.io>"
-license="MIT"
-homepage="http://jrnl.sh"
-distfiles="https://github.com/jrnl-org/jrnl/archive/v${version}.tar.gz"
-checksum=7db114fa0d09b601c35d7e1d6456711845d7521a6a3251b6c27939317cadc0ea
-
-post_install() {
-	vlicense LICENSE
-}
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-only"
+homepage="https://jrnl.sh"
+changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md"
+distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz"
+checksum=a5f069efcaa3f5d95cc7712178b3f92915f67eed4034e5f257cc063c6b0e74d9
diff --git a/srcpkgs/jrnl/update b/srcpkgs/jrnl/update
new file mode 100644
index 00000000000..0601fe8e911
--- /dev/null
+++ b/srcpkgs/jrnl/update
@@ -0,0 +1 @@
+site="https://pypi.org/project/jrnl"

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

* Re: [PR PATCH] [Merged]: jrnl: update to 2.4.2.
  2020-05-25 22:51 [PR PATCH] jrnl: update to 2.4.2 travankor
                   ` (7 preceding siblings ...)
  2020-10-30 16:26 ` sgn
@ 2020-10-30 16:27 ` sgn
  2020-10-30 18:02 ` abenson
  2020-10-31  0:43 ` sgn
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2020-10-30 16:27 UTC (permalink / raw)
  To: ml

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

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

jrnl: update to 2.4.2.
https://github.com/void-linux/void-packages/pull/22301

Description:
None

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

* Re: jrnl: update to 2.4.2.
  2020-05-25 22:51 [PR PATCH] jrnl: update to 2.4.2 travankor
                   ` (8 preceding siblings ...)
  2020-10-30 16:27 ` [PR PATCH] [Merged]: " sgn
@ 2020-10-30 18:02 ` abenson
  2020-10-31  0:43 ` sgn
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2020-10-30 18:02 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/22301#issuecomment-719710662

Comment:
This was missing at least 3 dependencies `python3-ansiwrap` `python3-asteval` don't exist, and it seems `jrnl` also needs `textwrap3`

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

* Re: jrnl: update to 2.4.2.
  2020-05-25 22:51 [PR PATCH] jrnl: update to 2.4.2 travankor
                   ` (9 preceding siblings ...)
  2020-10-30 18:02 ` abenson
@ 2020-10-31  0:43 ` sgn
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2020-10-31  0:43 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/22301#issuecomment-719858584

Comment:
That's my bad. travankor included all required dependencies. I forced-pushed without required dependencies.
Sorry both.

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

end of thread, other threads:[~2020-10-31  0:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25 22:51 [PR PATCH] jrnl: update to 2.4.2 travankor
2020-09-29  2:09 ` ericonr
2020-09-29 11:48 ` [PR PATCH] [Updated] " travankor
2020-09-29 11:52 ` travankor
2020-09-29 11:53 ` travankor
2020-09-29 11:53 ` travankor
2020-09-29 11:55 ` travankor
2020-09-29 12:05 ` [PR PATCH] [Updated] " travankor
2020-10-30 16:26 ` sgn
2020-10-30 16:27 ` [PR PATCH] [Merged]: " sgn
2020-10-30 18:02 ` abenson
2020-10-31  0:43 ` sgn

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