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

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