Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: termdown-1.16.0
Date: Wed, 18 Sep 2019 23:33:19 +0200	[thread overview]
Message-ID: <20190918213319.tZ4erlm0eZCLOlt0q6uccTSph7jIWv7jiRd5t1L24yo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14183@inbox.vuxu.org>

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

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

https://github.com/singul0/void-packages termdown-1.16.0
https://github.com/void-linux/void-packages/pull/14183

New package: termdown-1.16.0
Also a python-pyfiglet, termdown's dependency, that is absent in repository

closes #14182

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

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

From 51f60c66be3cce5244d1e59de96052b1cd1bca57 Mon Sep 17 00:00:00 2001
From: Illia Shestakov <ishestakov@airmail.cc>
Date: Tue, 3 Sep 2019 14:20:27 +0300
Subject: [PATCH 1/2] New package: python-pyfiglet-0.8.0

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

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
new file mode 100644
index 00000000000..d00b4fda62a
--- /dev/null
+++ b/srcpkgs/python3-pyfiglet/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-pyfiglet'
+pkgname=python3-pyfiglet
+version=0.8.0
+revision=1
+archs=noarch
+wrksrc="pyfiglet-${version}"
+build_style="python3-module"
+pycompile_module="pyfiglet"
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Implementation of figlet written in Python"
+maintainer="Illia Shestakov <ishestakov@airmail.cc>"
+license="MIT"
+homepage="https://github.com/pwaller/pyfiglet"
+distfiles="https://github.com/pwaller/pyfiglet/archive/v${version}.tar.gz"
+checksum=0331d8cd949b0def033fce08c9b1f62006b8d1e1dce578dd28fdb02ae0f827f1
+
+post_install() {
+	vlicense LICENSE
+	vdoc README
+}

From 80a3877327b598205d89153a5efd976f6eb218d8 Mon Sep 17 00:00:00 2001
From: Illia Shestakov <ishestakov@airmail.cc>
Date: Tue, 3 Sep 2019 19:31:53 +0300
Subject: [PATCH 2/2] New package: termdown-1.16.0

closes #14182
---
 srcpkgs/termdown/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/termdown/template

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..90a4a894d42
--- /dev/null
+++ b/srcpkgs/termdown/template
@@ -0,0 +1,15 @@
+# Template file for 'termdown'
+pkgname=termdown
+version=1.16.0
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="termdown.py"
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"
+short_desc="Countdown timer and stopwatch in your terminal"
+maintainer="Illia Shestakov <ishestakov@airmail.cc>"
+license="GPL-3.0-only"
+homepage="https://github.com/trehn/termdown"
+distfiles="https://github.com/trehn/termdown/archive/${version}.tar.gz"
+checksum=bab26e830a6e3f7758e1daccb2580aec094a257f5631546aa0f66bc35c3a37bc

  parent reply	other threads:[~2019-09-18 21:33 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-03 11:24 [PR PATCH] " voidlinux-github
2019-09-03 11:27 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-03 11:27 ` voidlinux-github
2019-09-03 11:29 ` voidlinux-github
2019-09-03 11:29 ` voidlinux-github
2019-09-03 12:26 ` voidlinux-github
2019-09-03 16:32 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-03 16:32 ` voidlinux-github
2019-09-03 16:33 ` voidlinux-github
2019-09-03 16:33 ` voidlinux-github
2019-09-03 16:34 ` voidlinux-github
2019-09-03 16:34 ` voidlinux-github
2019-09-03 19:15 ` voidlinux-github
2019-09-03 19:15 ` voidlinux-github
2019-09-03 20:24 ` voidlinux-github
2019-09-03 20:44 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-03 20:44 ` voidlinux-github
2019-09-14  9:52 ` voidlinux-github
2019-09-14  9:52 ` voidlinux-github
2019-09-14 10:32 ` voidlinux-github
2019-09-14 10:32 ` voidlinux-github
2019-09-17  9:33 ` voidlinux-github
2019-09-17  9:33 ` voidlinux-github
2019-09-17  9:52 ` voidlinux-github
2019-09-17  9:52 ` voidlinux-github
2019-09-18 20:41 ` voidlinux-github
2019-09-18 20:41 ` voidlinux-github
2019-09-18 21:33 ` voidlinux-github [this message]
2019-09-18 21:33 ` voidlinux-github
2019-09-19  6:23 ` voidlinux-github
2019-09-19 17:34 ` [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=20190918213319.tZ4erlm0eZCLOlt0q6uccTSph7jIWv7jiRd5t1L24yo@z \
    --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).