Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] jrnl: update missing dependencies.
Date: Fri, 19 Jul 2019 18:11:12 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13236@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 324 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/13236

jrnl: update missing dependencies.
None

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

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

From 24d050ec7054b03ab374b07b5e444fed6c9b85c5 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 19 Jul 2019 08:50:41 -0700
Subject: [PATCH] jrnl: add missing dependencies.

---
 srcpkgs/jrnl/template                  |  6 ++++--
 srcpkgs/python3-keyrings-alt/template  | 19 +++++++++++++++++++
 srcpkgs/python3-parsedatetime/template | 15 +++++++++++++++
 3 files changed, 38 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/python3-keyrings-alt/template
 create mode 100644 srcpkgs/python3-parsedatetime/template

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index 28a1dd2243e..3d08f129885 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,12 +1,14 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=2
+revision=3
 archs=noarch
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"
-depends="python3"
+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"
 short_desc="Simple journal application for your command line"
 maintainer="travankor <travankor@tuta.io>"
 license="MIT"
diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
new file mode 100644
index 00000000000..d5820535e54
--- /dev/null
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-keyrings-alt'
+pkgname=python3-keyrings-alt
+version=3.1.1
+revision=1
+archs=noarch
+wrksrc="keyrings.alt-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-keyring"
+short_desc="Alternate keyring backend implementations"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/jaraco/keyrings.alt"
+distfiles="${PYPI_SITE}/k/keyrings.alt/keyrings.alt-${version}.tar.gz"
+checksum=0bc7b75c7e710a3dd7bc4c3841c71467b24ccbce1b85efb2586bdf0c4713f751
+
+post_intall() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
new file mode 100644
index 00000000000..d3ac21d7d34
--- /dev/null
+++ b/srcpkgs/python3-parsedatetime/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-parsedatetime'
+pkgname=python3-parsedatetime
+version=2.4
+revision=1
+archs=noarch
+wrksrc="parsedatetime-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-future"
+short_desc="Parse human-readable date/time strings"
+maintainer="travankor <travankor@tuta.io>"
+license="Apache-2.0"
+homepage="https://github.com/bear/parsedatetime"
+distfiles="${PYPI_SITE}/p/parsedatetime/parsedatetime-${version}.tar.gz"
+checksum=3d817c58fb9570d1eec1dd46fa9448cd644eeed4fb612684b02dfda3a79cb84b

             reply	other threads:[~2019-07-19 16:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-19 16:11 voidlinux-github [this message]
2019-07-19 16:29 ` voidlinux-github
2019-07-19 18:57 ` [PR PATCH] [Merged]: " voidlinux-github

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13236@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).