Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: termdown-1.16.0
@ 2019-09-03 11:24 voidlinux-github
  2019-09-03 11:27 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 11:24 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2734 bytes --]

From 4c9d2b30132cb124cb9ec535eaa31b6d8c48023f Mon Sep 17 00:00:00 2001
From: Illia Shestakov <ishestakov@airmail.cc>
Date: Tue, 3 Sep 2019 14:20:27 +0300
Subject: [PATCH] New package: termdown-1.16.0

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

closes #14182
---
 srcpkgs/python-pyfiglet/template | 31 +++++++++++++++++++++++++++++++
 srcpkgs/python3-pyfiglet         |  1 +
 srcpkgs/termdown/template        | 19 +++++++++++++++++++
 3 files changed, 51 insertions(+)
 create mode 100644 srcpkgs/python-pyfiglet/template
 create mode 120000 srcpkgs/python3-pyfiglet
 create mode 100644 srcpkgs/termdown/template

diff --git a/srcpkgs/python-pyfiglet/template b/srcpkgs/python-pyfiglet/template
new file mode 100644
index 00000000000..034861a48de
--- /dev/null
+++ b/srcpkgs/python-pyfiglet/template
@@ -0,0 +1,31 @@
+# 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.md
+}
+
+python3-pyfiglet_package() {
+	archs=noarch
+	pycompile_module="pyfiglet"
+	depends="python3"
+	pkg_install() {
+		vmove usr/lib/python3*
+		vlicense LICENSE
+	}
+}
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
diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..ae37aedcf58
--- /dev/null
+++ b/srcpkgs/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
+}
\ No newline at end of file

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
@ 2019-09-03 11:27 ` voidlinux-github
  2019-09-03 11:27 ` voidlinux-github
                   ` (28 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 11:27 UTC (permalink / raw)
  To: ml

[-- 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: 2706 bytes --]

From 61c75c6ff5bbaa11b1d9c2b475f81d0dce1516d6 Mon Sep 17 00:00:00 2001
From: Illia Shestakov <ishestakov@airmail.cc>
Date: Tue, 3 Sep 2019 14:20:27 +0300
Subject: [PATCH] New package: termdown-1.16.0

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

closes #14182
---
 srcpkgs/python-pyfiglet/template | 31 +++++++++++++++++++++++++++++++
 srcpkgs/python3-pyfiglet         |  1 +
 srcpkgs/termdown/template        | 19 +++++++++++++++++++
 3 files changed, 51 insertions(+)
 create mode 100644 srcpkgs/python-pyfiglet/template
 create mode 120000 srcpkgs/python3-pyfiglet
 create mode 100644 srcpkgs/termdown/template

diff --git a/srcpkgs/python-pyfiglet/template b/srcpkgs/python-pyfiglet/template
new file mode 100644
index 00000000000..034861a48de
--- /dev/null
+++ b/srcpkgs/python-pyfiglet/template
@@ -0,0 +1,31 @@
+# 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.md
+}
+
+python3-pyfiglet_package() {
+	archs=noarch
+	pycompile_module="pyfiglet"
+	depends="python3"
+	pkg_install() {
+		vmove usr/lib/python3*
+		vlicense LICENSE
+	}
+}
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
diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..facf9a5c27e
--- /dev/null
+++ b/srcpkgs/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
+}

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 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
                   ` (27 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 11:27 UTC (permalink / raw)
  To: ml

[-- 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: 2706 bytes --]

From 61c75c6ff5bbaa11b1d9c2b475f81d0dce1516d6 Mon Sep 17 00:00:00 2001
From: Illia Shestakov <ishestakov@airmail.cc>
Date: Tue, 3 Sep 2019 14:20:27 +0300
Subject: [PATCH] New package: termdown-1.16.0

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

closes #14182
---
 srcpkgs/python-pyfiglet/template | 31 +++++++++++++++++++++++++++++++
 srcpkgs/python3-pyfiglet         |  1 +
 srcpkgs/termdown/template        | 19 +++++++++++++++++++
 3 files changed, 51 insertions(+)
 create mode 100644 srcpkgs/python-pyfiglet/template
 create mode 120000 srcpkgs/python3-pyfiglet
 create mode 100644 srcpkgs/termdown/template

diff --git a/srcpkgs/python-pyfiglet/template b/srcpkgs/python-pyfiglet/template
new file mode 100644
index 00000000000..034861a48de
--- /dev/null
+++ b/srcpkgs/python-pyfiglet/template
@@ -0,0 +1,31 @@
+# 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.md
+}
+
+python3-pyfiglet_package() {
+	archs=noarch
+	pycompile_module="pyfiglet"
+	depends="python3"
+	pkg_install() {
+		vmove usr/lib/python3*
+		vlicense LICENSE
+	}
+}
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
diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..facf9a5c27e
--- /dev/null
+++ b/srcpkgs/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
+}

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-03 11:29 ` voidlinux-github
@ 2019-09-03 11:29 ` voidlinux-github
  2019-09-03 12:26 ` voidlinux-github
                   ` (25 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 11:29 UTC (permalink / raw)
  To: ml

[-- 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: 2720 bytes --]

From 0d0d60a5f29857ea138b9ca302128561132d2c0b Mon Sep 17 00:00:00 2001
From: Illia Shestakov <ishestakov@airmail.cc>
Date: Tue, 3 Sep 2019 14:20:27 +0300
Subject: [PATCH] New package: termdown-1.16.0

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

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

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
diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..facf9a5c27e
--- /dev/null
+++ b/srcpkgs/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
+}

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 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
                   ` (26 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 11:29 UTC (permalink / raw)
  To: ml

[-- 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: 2720 bytes --]

From 0d0d60a5f29857ea138b9ca302128561132d2c0b Mon Sep 17 00:00:00 2001
From: Illia Shestakov <ishestakov@airmail.cc>
Date: Tue, 3 Sep 2019 14:20:27 +0300
Subject: [PATCH] New package: termdown-1.16.0

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

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

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
diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..facf9a5c27e
--- /dev/null
+++ b/srcpkgs/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
+}

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-03 11:29 ` voidlinux-github
@ 2019-09-03 12:26 ` voidlinux-github
  2019-09-03 16:32 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (24 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 12:26 UTC (permalink / raw)
  To: ml

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

New comment by bra1nwave on void-packages repository

https://github.com/void-linux/void-packages/pull/14183#issuecomment-527436003

Comment:
Please put `python-figlet` in a separate commit

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-03 12:26 ` voidlinux-github
@ 2019-09-03 16:32 ` voidlinux-github
  2019-09-03 16:32 ` voidlinux-github
                   ` (23 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 16:32 UTC (permalink / raw)
  To: ml

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-03 16:32 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-03 16:32 ` voidlinux-github
  2019-09-03 16:33 ` voidlinux-github
                   ` (22 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 16:32 UTC (permalink / raw)
  To: ml

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-09-03 16:32 ` voidlinux-github
@ 2019-09-03 16:33 ` voidlinux-github
  2019-09-03 16:33 ` voidlinux-github
                   ` (21 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 16:33 UTC (permalink / raw)
  To: ml

[-- 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: 2920 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 8536376f4244df77f97c0f08ff0d085adbcc3706 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..95f43b94f26
--- /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-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
+}

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-09-03 16:33 ` voidlinux-github
@ 2019-09-03 16:33 ` voidlinux-github
  2019-09-03 16:34 ` voidlinux-github
                   ` (20 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 16:33 UTC (permalink / raw)
  To: ml

[-- 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: 2920 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 8536376f4244df77f97c0f08ff0d085adbcc3706 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..95f43b94f26
--- /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-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
+}

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-09-03 16:33 ` voidlinux-github
@ 2019-09-03 16:34 ` voidlinux-github
  2019-09-03 16:34 ` voidlinux-github
                   ` (19 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 16:34 UTC (permalink / raw)
  To: ml

[-- 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: 2960 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 f3b41ba4c3a929ed89d58d628180dccac72788b5 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

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

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..95f43b94f26
--- /dev/null
+++ b/srcpkgs/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-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
+}

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-09-03 16:34 ` voidlinux-github
@ 2019-09-03 16:34 ` voidlinux-github
  2019-09-03 19:15 ` voidlinux-github
                   ` (18 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 16:34 UTC (permalink / raw)
  To: ml

[-- 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: 2960 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 f3b41ba4c3a929ed89d58d628180dccac72788b5 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

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

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..95f43b94f26
--- /dev/null
+++ b/srcpkgs/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-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
+}

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-09-03 19:15 ` voidlinux-github
@ 2019-09-03 19:15 ` voidlinux-github
  2019-09-03 20:24 ` voidlinux-github
                   ` (16 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 19:15 UTC (permalink / raw)
  To: ml

[-- 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: 2961 bytes --]

From 4705f8ff43061ed4db9a829f67e1e2d645ba42a6 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..f07572cf40c
--- /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 eecf48ed2cfc60f30296ed823aecd6fe3b85d673 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

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

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..95f43b94f26
--- /dev/null
+++ b/srcpkgs/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-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
+}

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-09-03 16:34 ` voidlinux-github
@ 2019-09-03 19:15 ` voidlinux-github
  2019-09-03 19:15 ` voidlinux-github
                   ` (17 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 19:15 UTC (permalink / raw)
  To: ml

[-- 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: 2961 bytes --]

From 4705f8ff43061ed4db9a829f67e1e2d645ba42a6 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..f07572cf40c
--- /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 eecf48ed2cfc60f30296ed823aecd6fe3b85d673 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

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

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..95f43b94f26
--- /dev/null
+++ b/srcpkgs/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-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
+}

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-09-03 19:15 ` voidlinux-github
@ 2019-09-03 20:24 ` voidlinux-github
  2019-09-03 20:44 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (15 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 20:24 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/14183#issuecomment-527624732

Comment:
I wouldn't add python2 version of pyfiglet. If you want it, move executable to right package, make alternative and set different short_desc, see other python templates.

termdown's license is -only and we do not include GPL into package.

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-09-03 20:44 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-03 20:44 ` voidlinux-github
  2019-09-14  9:52 ` voidlinux-github
                   ` (13 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 20:44 UTC (permalink / raw)
  To: ml

[-- 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: 2321 bytes --]

From d45bbd5edb6c5b4879dda73bee068c8b57a49cff 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..cbc709051ce
--- /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 a34133b5e70b679362199ce72aae956829ac5759 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..b615c910b61
--- /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"
+hostmakedepends="python3-setuptools"
+depends="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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-09-03 20:24 ` voidlinux-github
@ 2019-09-03 20:44 ` voidlinux-github
  2019-09-03 20:44 ` voidlinux-github
                   ` (14 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-03 20:44 UTC (permalink / raw)
  To: ml

[-- 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: 2321 bytes --]

From d45bbd5edb6c5b4879dda73bee068c8b57a49cff 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..cbc709051ce
--- /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 a34133b5e70b679362199ce72aae956829ac5759 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..b615c910b61
--- /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"
+hostmakedepends="python3-setuptools"
+depends="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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (15 preceding siblings ...)
  2019-09-03 20:44 ` voidlinux-github
@ 2019-09-14  9:52 ` voidlinux-github
  2019-09-14  9:52 ` voidlinux-github
                   ` (12 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-14  9:52 UTC (permalink / raw)
  To: ml

[-- 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: 2392 bytes --]

From d45bbd5edb6c5b4879dda73bee068c8b57a49cff 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..cbc709051ce
--- /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 d808a995bf53835721daca03cc9f5a464219085a 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 | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/termdown/template

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..09208cc9d47
--- /dev/null
+++ b/srcpkgs/termdown/template
@@ -0,0 +1,16 @@
+# 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-setuptools python3-dateutil python3-click python3-pyfiglet"
+checkdepends=$depends
+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
\ No newline at end of file

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (16 preceding siblings ...)
  2019-09-14  9:52 ` voidlinux-github
@ 2019-09-14  9:52 ` voidlinux-github
  2019-09-14 10:32 ` voidlinux-github
                   ` (11 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-14  9:52 UTC (permalink / raw)
  To: ml

[-- 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: 2392 bytes --]

From d45bbd5edb6c5b4879dda73bee068c8b57a49cff 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..cbc709051ce
--- /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 d808a995bf53835721daca03cc9f5a464219085a 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 | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/termdown/template

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..09208cc9d47
--- /dev/null
+++ b/srcpkgs/termdown/template
@@ -0,0 +1,16 @@
+# 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-setuptools python3-dateutil python3-click python3-pyfiglet"
+checkdepends=$depends
+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
\ No newline at end of file

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (18 preceding siblings ...)
  2019-09-14 10:32 ` voidlinux-github
@ 2019-09-14 10:32 ` voidlinux-github
  2019-09-17  9:33 ` voidlinux-github
                   ` (9 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-14 10:32 UTC (permalink / raw)
  To: ml

[-- 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: 2364 bytes --]

From d45bbd5edb6c5b4879dda73bee068c8b57a49cff 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..cbc709051ce
--- /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 f30b1f0b00f3e64c60d111a8785883172a6fd6bd 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 | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/termdown/template

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..6aee5fa6dba
--- /dev/null
+++ b/srcpkgs/termdown/template
@@ -0,0 +1,16 @@
+# 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-setuptools python3-dateutil python3-click python3-pyfiglet"
+checkdepends=$depends
+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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (17 preceding siblings ...)
  2019-09-14  9:52 ` voidlinux-github
@ 2019-09-14 10:32 ` voidlinux-github
  2019-09-14 10:32 ` voidlinux-github
                   ` (10 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-14 10:32 UTC (permalink / raw)
  To: ml

[-- 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: 2364 bytes --]

From d45bbd5edb6c5b4879dda73bee068c8b57a49cff 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..cbc709051ce
--- /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 f30b1f0b00f3e64c60d111a8785883172a6fd6bd 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 | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/termdown/template

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..6aee5fa6dba
--- /dev/null
+++ b/srcpkgs/termdown/template
@@ -0,0 +1,16 @@
+# 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-setuptools python3-dateutil python3-click python3-pyfiglet"
+checkdepends=$depends
+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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (20 preceding siblings ...)
  2019-09-17  9:33 ` voidlinux-github
@ 2019-09-17  9:33 ` voidlinux-github
  2019-09-17  9:52 ` voidlinux-github
                   ` (7 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-17  9:33 UTC (permalink / raw)
  To: ml

[-- 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: 2473 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 0f8b706ef0676d209d1ae907db33be28371becb3 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 | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/termdown/template

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..6c559d41929
--- /dev/null
+++ b/srcpkgs/termdown/template
@@ -0,0 +1,21 @@
+# 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"
+checkdepends="${depends} screen"
+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
+
+
+do_check() {
+	TERM=linux screen python termdown.py 1s
+}
\ No newline at end of file

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (19 preceding siblings ...)
  2019-09-14 10:32 ` voidlinux-github
@ 2019-09-17  9:33 ` voidlinux-github
  2019-09-17  9:33 ` voidlinux-github
                   ` (8 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-17  9:33 UTC (permalink / raw)
  To: ml

[-- 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: 2473 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 0f8b706ef0676d209d1ae907db33be28371becb3 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 | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/termdown/template

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..6c559d41929
--- /dev/null
+++ b/srcpkgs/termdown/template
@@ -0,0 +1,21 @@
+# 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"
+checkdepends="${depends} screen"
+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
+
+
+do_check() {
+	TERM=linux screen python termdown.py 1s
+}
\ No newline at end of file

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (22 preceding siblings ...)
  2019-09-17  9:52 ` voidlinux-github
@ 2019-09-17  9:52 ` voidlinux-github
  2019-09-18 20:41 ` voidlinux-github
                   ` (5 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-17  9:52 UTC (permalink / raw)
  To: ml

[-- 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: 2445 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 f1b6365ebf705612ed79460416ab0ef18801d66b 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 | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/termdown/template

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..b2634f3f268
--- /dev/null
+++ b/srcpkgs/termdown/template
@@ -0,0 +1,21 @@
+# 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"
+checkdepends="${depends} screen"
+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
+
+
+do_check() {
+	TERM=linux screen python termdown.py 1s
+}

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (21 preceding siblings ...)
  2019-09-17  9:33 ` voidlinux-github
@ 2019-09-17  9:52 ` voidlinux-github
  2019-09-17  9:52 ` voidlinux-github
                   ` (6 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-17  9:52 UTC (permalink / raw)
  To: ml

[-- 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: 2445 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 f1b6365ebf705612ed79460416ab0ef18801d66b 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 | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/termdown/template

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
new file mode 100644
index 00000000000..b2634f3f268
--- /dev/null
+++ b/srcpkgs/termdown/template
@@ -0,0 +1,21 @@
+# 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"
+checkdepends="${depends} screen"
+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
+
+
+do_check() {
+	TERM=linux screen python termdown.py 1s
+}

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (23 preceding siblings ...)
  2019-09-17  9:52 ` voidlinux-github
@ 2019-09-18 20:41 ` voidlinux-github
  2019-09-18 20:41 ` voidlinux-github
                   ` (4 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-18 20:41 UTC (permalink / raw)
  To: ml

[-- 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: 2370 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 5f702138e92f9a64a069b7c855e5b6fb3c58598f 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..d3f82538921
--- /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
\ No newline at end of file

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (24 preceding siblings ...)
  2019-09-18 20:41 ` voidlinux-github
@ 2019-09-18 20:41 ` voidlinux-github
  2019-09-18 21:33 ` voidlinux-github
                   ` (3 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-18 20:41 UTC (permalink / raw)
  To: ml

[-- 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: 2370 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 5f702138e92f9a64a069b7c855e5b6fb3c58598f 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..d3f82538921
--- /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
\ No newline at end of file

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (25 preceding siblings ...)
  2019-09-18 20:41 ` voidlinux-github
@ 2019-09-18 21:33 ` voidlinux-github
  2019-09-18 21:33 ` voidlinux-github
                   ` (2 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-18 21:33 UTC (permalink / raw)
  To: ml

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Updated] New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (26 preceding siblings ...)
  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
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-18 21:33 UTC (permalink / raw)
  To: ml

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (27 preceding siblings ...)
  2019-09-18 21:33 ` voidlinux-github
@ 2019-09-19  6:23 ` voidlinux-github
  2019-09-19 17:34 ` [PR PATCH] [Merged]: " voidlinux-github
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-19  6:23 UTC (permalink / raw)
  To: ml

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

New comment by singul0 on void-packages repository

https://github.com/void-linux/void-packages/pull/14183#issuecomment-532985444

Comment:
I give up on tests for now, as I didn't managed to find a sane way to run termdown without terminal capabilities.

^ permalink raw reply	[flat|nested] 31+ messages in thread

* Re: [PR PATCH] [Merged]: New package: termdown-1.16.0
  2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 voidlinux-github
                   ` (28 preceding siblings ...)
  2019-09-19  6:23 ` voidlinux-github
@ 2019-09-19 17:34 ` voidlinux-github
  29 siblings, 0 replies; 31+ messages in thread
From: voidlinux-github @ 2019-09-19 17:34 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

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

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

closes #14182

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2019-09-19 17:34 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03 11:24 [PR PATCH] New package: termdown-1.16.0 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
2019-09-18 21:33 ` voidlinux-github
2019-09-19  6:23 ` voidlinux-github
2019-09-19 17:34 ` [PR PATCH] [Merged]: " voidlinux-github

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