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: Tue, 03 Sep 2019 18:32:28 +0200	[thread overview]
Message-ID: <20190903163228.lGkhX65R9XWXapB_Z6exUv7gaPJUeMcxWrVtW5NlCTc@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: 2928 bytes --]

From c84c6b73584688f707ebae06dfe6256510d43ed9 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

Also a python-pyfiglet, termdown's dependency, that is absent in repository

closes #14182
---
 srcpkgs/python-pyfiglet/template | 32 ++++++++++++++++++++++++++++++++
 srcpkgs/python3-pyfiglet         |  1 +
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/python-pyfiglet/template
 create mode 120000 srcpkgs/python3-pyfiglet

diff --git a/srcpkgs/python-pyfiglet/template b/srcpkgs/python-pyfiglet/template
new file mode 100644
index 00000000000..3fee3ac7b6c
--- /dev/null
+++ b/srcpkgs/python-pyfiglet/template
@@ -0,0 +1,32 @@
+# Template file for 'python-pyfiglet'
+pkgname=python-pyfiglet
+version=0.8.0
+revision=1
+archs=noarch
+wrksrc="pyfiglet-${version}"
+build_style="python-module"
+pycompile_module="pyfiglet"
+hostmakedepends="python-setuptools python3-setuptools"
+depends="python"
+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
+}
+
+python3-pyfiglet_package() {
+	archs=noarch
+	pycompile_module="pyfiglet"
+	depends="python3"
+	pkg_install() {
+		vmove usr/lib/python3*
+		vlicense LICENSE
+	  vdoc README
+	}
+}
diff --git a/srcpkgs/python3-pyfiglet b/srcpkgs/python3-pyfiglet
new file mode 120000
index 00000000000..65697d948c4
--- /dev/null
+++ b/srcpkgs/python3-pyfiglet
@@ -0,0 +1 @@
+python-pyfiglet
\ No newline at end of file

From b3fefcb92f3257a71aa544a2855a1ff0aee054c8 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

---
 termdown/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 termdown/template

diff --git a/termdown/template b/termdown/template
new file mode 100644
index 00000000000..facf9a5c27e
--- /dev/null
+++ b/termdown/template
@@ -0,0 +1,19 @@
+# Template file for 'termdown'
+pkgname=termdown
+version=1.16.0
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="termdown"
+hostmakedepends="python3-setuptools"
+depends="python3 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-or-later"
+homepage="https://github.com/trehn/termdown"
+distfiles="https://github.com/trehn/termdown/archive/${version}.tar.gz"
+checksum=bab26e830a6e3f7758e1daccb2580aec094a257f5631546aa0f66bc35c3a37bc
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2019-09-03 16:32 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 ` voidlinux-github [this message]
2019-09-03 16:32 ` [PR PATCH] [Updated] " 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
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=20190903163228.lGkhX65R9XWXapB_Z6exUv7gaPJUeMcxWrVtW5NlCTc@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).