Github messages for voidlinux
 help / color / mirror / Atom feed
From: travankor <travankor@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] jrnl: update to 2.4.2.
Date: Tue, 29 Sep 2020 13:52:23 +0200	[thread overview]
Message-ID: <20200929115223.wDRW0V1m6HfeDnj4hlIXyhM6tix73M-ZTYm5y7dWTZM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22301@inbox.vuxu.org>

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

  parent reply	other threads:[~2020-09-29 11:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-25 22:51 [PR PATCH] " travankor
2020-09-29  2:09 ` ericonr
2020-09-29 11:48 ` [PR PATCH] [Updated] " travankor
2020-09-29 11:52 ` travankor [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200929115223.wDRW0V1m6HfeDnj4hlIXyhM6tix73M-ZTYm5y7dWTZM@z \
    --to=travankor@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).