Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Np timer cli
@ 2023-03-30 14:07 abenson
  2023-03-30 14:09 ` [PR PATCH] [Updated] New package: timer-cli-0.1.2 abenson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: abenson @ 2023-03-30 14:07 UTC (permalink / raw)
  To: ml

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

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages np_timer-cli
https://github.com/void-linux/void-packages/pull/43114

Np timer cli

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
~~~
pkg          host         target        cross  result
python3-art  x86_64       x86_64        n      OK
timer-cli    x86_64       x86_64        n      OK
python3-art  x86_64-musl  x86_64-musl   n      OK
timer-cli    x86_64-musl  x86_64-musl   n      OK
python3-art  i686         i686          n      OK
timer-cli    i686         i686          n      OK
python3-art  x86_64       aarch64-musl  y      OK
timer-cli    x86_64       aarch64-musl  y      OK
python3-art  x86_64       aarch64       y      OK
timer-cli    x86_64       aarch64       y      OK
python3-art  x86_64       armv7l-musl   y      OK
timer-cli    x86_64       armv7l-musl   y      OK
python3-art  x86_64       armv7l        y      OK
timer-cli    x86_64       armv7l        y      OK
python3-art  x86_64       armv6l-musl   y      OK
timer-cli    x86_64       armv6l-musl   y      OK
python3-art  x86_64       armv6l        y      OK
timer-cli    x86_64       armv6l        y      OK
~~~


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_timer-cli-43114.patch --]
[-- Type: text/x-diff, Size: 2191 bytes --]

From 87498b72914f10cc6a18b73aef254a3c22f2d091 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 30 Mar 2023 08:51:43 -0500
Subject: [PATCH 1/2] New package: python3-art-5.9

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

diff --git a/srcpkgs/python3-art/template b/srcpkgs/python3-art/template
new file mode 100644
index 000000000000..d246345c9c2f
--- /dev/null
+++ b/srcpkgs/python3-art/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-art'
+pkgname=python3-art
+version=5.9
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="ASCII art library for Python"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="MIT"
+homepage="https://www.ascii-art.site/"
+changelog="https://raw.githubusercontent.com/sepandhaghighi/art/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/a/art/art-${version}.tar.gz"
+checksum=6a311ec0a227c6554c6789e91e74c3f2c86453a2a8e76947788695b7a91ccff0
+make_check=no # no tests available

From 8df12700b89be76c320f5df638d212e77b0242d7 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 30 Mar 2023 08:52:03 -0500
Subject: [PATCH 2/2] New package: timer-cli-0.1.2

---
 srcpkgs/timer-cli/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/timer-cli/template

diff --git a/srcpkgs/timer-cli/template b/srcpkgs/timer-cli/template
new file mode 100644
index 000000000000..81a697286620
--- /dev/null
+++ b/srcpkgs/timer-cli/template
@@ -0,0 +1,14 @@
+# Template file for 'timer-cli'
+pkgname=timer-cli
+version=0.1.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-rich python3-click python3-art"
+short_desc="Simple CLI countdown timer"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/1Blademaster/timer-cli"
+distfiles="https://github.com/1Blademaster/timer-cli/archive/v${version}.tar.gz"
+checksum=4dec55b71e2e5e5b1fa4a9022ae7b1d84a417de969749b8c50a37de4329505e6
+make_check=no # no tests available

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

* Re: [PR PATCH] [Updated] New package: timer-cli-0.1.2
  2023-03-30 14:07 [PR PATCH] Np timer cli abenson
@ 2023-03-30 14:09 ` abenson
  2023-03-30 15:03 ` abenson
  2023-04-07 12:06 ` [PR PATCH] [Closed]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2023-03-30 14:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_timer-cli
https://github.com/void-linux/void-packages/pull/43114

New package: timer-cli-0.1.2

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
~~~
pkg          host         target        cross  result
python3-art  x86_64       x86_64        n      OK
timer-cli    x86_64       x86_64        n      OK
python3-art  x86_64-musl  x86_64-musl   n      OK
timer-cli    x86_64-musl  x86_64-musl   n      OK
python3-art  i686         i686          n      OK
timer-cli    i686         i686          n      OK
python3-art  x86_64       aarch64-musl  y      OK
timer-cli    x86_64       aarch64-musl  y      OK
python3-art  x86_64       aarch64       y      OK
timer-cli    x86_64       aarch64       y      OK
python3-art  x86_64       armv7l-musl   y      OK
timer-cli    x86_64       armv7l-musl   y      OK
python3-art  x86_64       armv7l        y      OK
timer-cli    x86_64       armv7l        y      OK
python3-art  x86_64       armv6l-musl   y      OK
timer-cli    x86_64       armv6l-musl   y      OK
python3-art  x86_64       armv6l        y      OK
timer-cli    x86_64       armv6l        y      OK
~~~


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_timer-cli-43114.patch --]
[-- Type: text/x-diff, Size: 2237 bytes --]

From 87498b72914f10cc6a18b73aef254a3c22f2d091 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 30 Mar 2023 08:51:43 -0500
Subject: [PATCH 1/2] New package: python3-art-5.9

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

diff --git a/srcpkgs/python3-art/template b/srcpkgs/python3-art/template
new file mode 100644
index 000000000000..d246345c9c2f
--- /dev/null
+++ b/srcpkgs/python3-art/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-art'
+pkgname=python3-art
+version=5.9
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="ASCII art library for Python"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="MIT"
+homepage="https://www.ascii-art.site/"
+changelog="https://raw.githubusercontent.com/sepandhaghighi/art/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/a/art/art-${version}.tar.gz"
+checksum=6a311ec0a227c6554c6789e91e74c3f2c86453a2a8e76947788695b7a91ccff0
+make_check=no # no tests available

From 1f873af8ca82d280c5d5da2049ff19d9f57d5f69 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 30 Mar 2023 08:52:03 -0500
Subject: [PATCH 2/2] New package: timer-cli-0.1.2

---
 srcpkgs/timer-cli/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/timer-cli/template

diff --git a/srcpkgs/timer-cli/template b/srcpkgs/timer-cli/template
new file mode 100644
index 000000000000..971790bc90b1
--- /dev/null
+++ b/srcpkgs/timer-cli/template
@@ -0,0 +1,18 @@
+# Template file for 'timer-cli'
+pkgname=timer-cli
+version=0.1.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-rich python3-click python3-art"
+short_desc="Simple CLI countdown timer"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/1Blademaster/timer-cli"
+distfiles="https://github.com/1Blademaster/timer-cli/archive/v${version}.tar.gz"
+checksum=4dec55b71e2e5e5b1fa4a9022ae7b1d84a417de969749b8c50a37de4329505e6
+make_check=no # no tests available
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: timer-cli-0.1.2
  2023-03-30 14:07 [PR PATCH] Np timer cli abenson
  2023-03-30 14:09 ` [PR PATCH] [Updated] New package: timer-cli-0.1.2 abenson
@ 2023-03-30 15:03 ` abenson
  2023-04-07 12:06 ` [PR PATCH] [Closed]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2023-03-30 15:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_timer-cli
https://github.com/void-linux/void-packages/pull/43114

New package: timer-cli-0.1.2

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
~~~
pkg          host         target        cross  result
python3-art  x86_64       x86_64        n      OK
timer-cli    x86_64       x86_64        n      OK
python3-art  x86_64-musl  x86_64-musl   n      OK
timer-cli    x86_64-musl  x86_64-musl   n      OK
python3-art  i686         i686          n      OK
timer-cli    i686         i686          n      OK
python3-art  x86_64       aarch64-musl  y      OK
timer-cli    x86_64       aarch64-musl  y      OK
python3-art  x86_64       aarch64       y      OK
timer-cli    x86_64       aarch64       y      OK
python3-art  x86_64       armv7l-musl   y      OK
timer-cli    x86_64       armv7l-musl   y      OK
python3-art  x86_64       armv7l        y      OK
timer-cli    x86_64       armv7l        y      OK
python3-art  x86_64       armv6l-musl   y      OK
timer-cli    x86_64       armv6l-musl   y      OK
python3-art  x86_64       armv6l        y      OK
timer-cli    x86_64       armv6l        y      OK
~~~


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_timer-cli-43114.patch --]
[-- Type: text/x-diff, Size: 2237 bytes --]

From ef7c57b716a709d608c9c1c71943c09be468eb2f Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 30 Mar 2023 08:51:43 -0500
Subject: [PATCH 1/2] New package: python3-art-5.9

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

diff --git a/srcpkgs/python3-art/template b/srcpkgs/python3-art/template
new file mode 100644
index 000000000000..83be4113b138
--- /dev/null
+++ b/srcpkgs/python3-art/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-art'
+pkgname=python3-art
+version=5.9
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="ASCII art library for Python"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="MIT"
+homepage="https://www.ascii-art.site/"
+changelog="https://raw.githubusercontent.com/sepandhaghighi/art/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/a/art/art-${version}.tar.gz"
+checksum=6a311ec0a227c6554c6789e91e74c3f2c86453a2a8e76947788695b7a91ccff0
+make_check=no # no tests available
+
+post_install() {
+	vlicense LICENSE
+}

From 6a97c2293cb468d791f6128c9dee5b14d793fa39 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 30 Mar 2023 08:52:03 -0500
Subject: [PATCH 2/2] New package: timer-cli-0.1.2

---
 srcpkgs/timer-cli/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/timer-cli/template

diff --git a/srcpkgs/timer-cli/template b/srcpkgs/timer-cli/template
new file mode 100644
index 000000000000..81a697286620
--- /dev/null
+++ b/srcpkgs/timer-cli/template
@@ -0,0 +1,14 @@
+# Template file for 'timer-cli'
+pkgname=timer-cli
+version=0.1.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-rich python3-click python3-art"
+short_desc="Simple CLI countdown timer"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/1Blademaster/timer-cli"
+distfiles="https://github.com/1Blademaster/timer-cli/archive/v${version}.tar.gz"
+checksum=4dec55b71e2e5e5b1fa4a9022ae7b1d84a417de969749b8c50a37de4329505e6
+make_check=no # no tests available

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

* Re: [PR PATCH] [Closed]: New package: timer-cli-0.1.2
  2023-03-30 14:07 [PR PATCH] Np timer cli abenson
  2023-03-30 14:09 ` [PR PATCH] [Updated] New package: timer-cli-0.1.2 abenson
  2023-03-30 15:03 ` abenson
@ 2023-04-07 12:06 ` abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2023-04-07 12:06 UTC (permalink / raw)
  To: ml

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

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

New package: timer-cli-0.1.2
https://github.com/void-linux/void-packages/pull/43114

Description:

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
~~~
pkg          host         target        cross  result
python3-art  x86_64       x86_64        n      OK
timer-cli    x86_64       x86_64        n      OK
python3-art  x86_64-musl  x86_64-musl   n      OK
timer-cli    x86_64-musl  x86_64-musl   n      OK
python3-art  i686         i686          n      OK
timer-cli    i686         i686          n      OK
python3-art  x86_64       aarch64-musl  y      OK
timer-cli    x86_64       aarch64-musl  y      OK
python3-art  x86_64       aarch64       y      OK
timer-cli    x86_64       aarch64       y      OK
python3-art  x86_64       armv7l-musl   y      OK
timer-cli    x86_64       armv7l-musl   y      OK
python3-art  x86_64       armv7l        y      OK
timer-cli    x86_64       armv7l        y      OK
python3-art  x86_64       armv6l-musl   y      OK
timer-cli    x86_64       armv6l-musl   y      OK
python3-art  x86_64       armv6l        y      OK
timer-cli    x86_64       armv6l        y      OK
~~~


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

end of thread, other threads:[~2023-04-07 12:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30 14:07 [PR PATCH] Np timer cli abenson
2023-03-30 14:09 ` [PR PATCH] [Updated] New package: timer-cli-0.1.2 abenson
2023-03-30 15:03 ` abenson
2023-04-07 12:06 ` [PR PATCH] [Closed]: " abenson

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