Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: polychromatic & dep (python3-colour)
@ 2022-05-27  2:26 dmarto
  2022-05-27 13:45 ` [PR REVIEW] " wael444
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: dmarto @ 2022-05-27  2:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages polychromatic
https://github.com/void-linux/void-packages/pull/37307

New package: polychromatic & dep (python3-colour)
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 0ddc4e402ac15b1b7820ebfeb5680c7c0c24dd50 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Fri, 27 May 2022 04:41:56 +0300
Subject: [PATCH 1/2] New package: python3-colour-0.1.5

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

diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template
new file mode 100644
index 000000000000..4ebb5973081a
--- /dev/null
+++ b/srcpkgs/python3-colour/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-colour'
+pkgname=python3-colour
+version=0.1.5
+revision=1
+wrksrc="${pkgname#*-}-${version}"
+depends="python3"
+short_desc="Python library, converts and manipulates various color representation"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/vaab/colour"
+distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz"
+checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91
+
+do_install() {
+	vinstall colour.py 644 $py3_sitelib
+	vlicense LICENSE
+}

From ac1d13e525b97aee801300f216b449dd09fff9b4 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Fri, 27 May 2022 04:30:53 +0300
Subject: [PATCH 2/2] New package: polychromatic-0.7.3

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

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
new file mode 100644
index 000000000000..038f3c577d22
--- /dev/null
+++ b/srcpkgs/polychromatic/template
@@ -0,0 +1,14 @@
+# Template file for 'polychromatic'
+pkgname=polychromatic
+version=0.7.3
+revision=1
+build_style=meson
+hostmakedepends="ninja sassc which gettext"
+depends="python3-colorama python3-setproctitle python3-requests
+ python3-colour python3-PyQt5-svg python3-PyQt5-webengine"
+short_desc="RGB lighting management software for GNU/Linux"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="GPL-3.0-or-later"
+homepage="https://polychromatic.app"
+distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz"
+checksum=46ef52dd33accbfa51b42ea859b448d5bdfabb2826a69caea030769bf7a216ab

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

* Re: [PR REVIEW] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
@ 2022-05-27 13:45 ` wael444
  2022-05-27 14:26 ` classabbyamp
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: wael444 @ 2022-05-27 13:45 UTC (permalink / raw)
  To: ml

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

New review comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/pull/37307#discussion_r883630239

Comment:
couldn't this just be `colour`?

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

* Re: [PR REVIEW] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
  2022-05-27 13:45 ` [PR REVIEW] " wael444
@ 2022-05-27 14:26 ` classabbyamp
  2022-05-30 14:31 ` [PR PATCH] [Updated] " dmarto
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2022-05-27 14:26 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37307#discussion_r883668433

Comment:
`${pkgname#python3-}` is a common pattern in python packages for $wrksrc

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

* Re: [PR PATCH] [Updated] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
  2022-05-27 13:45 ` [PR REVIEW] " wael444
  2022-05-27 14:26 ` classabbyamp
@ 2022-05-30 14:31 ` dmarto
  2022-05-30 14:33 ` [PR REVIEW] " dmarto
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-05-30 14:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages polychromatic
https://github.com/void-linux/void-packages/pull/37307

New package: polychromatic & dep (python3-colour)
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From eb7c3865f66d666dc85ba82f3078974d09f1eaf8 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 30 May 2022 17:29:22 +0300
Subject: [PATCH 1/2] New package: python3-colour-0.1.5

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

diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template
new file mode 100644
index 000000000000..98953957f43c
--- /dev/null
+++ b/srcpkgs/python3-colour/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-colour'
+pkgname=python3-colour
+version=0.1.5
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+depends="python3"
+short_desc="Python library, converts and manipulates various color representation"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/vaab/colour"
+distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz"
+checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91
+
+do_install() {
+	vinstall colour.py 644 $py3_sitelib
+	vlicense LICENSE
+}

From 46c94312bb6eb4d1676cbc30a32ce1a610c705fd Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Fri, 27 May 2022 04:30:53 +0300
Subject: [PATCH 2/2] New package: polychromatic-0.7.3

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

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
new file mode 100644
index 000000000000..038f3c577d22
--- /dev/null
+++ b/srcpkgs/polychromatic/template
@@ -0,0 +1,14 @@
+# Template file for 'polychromatic'
+pkgname=polychromatic
+version=0.7.3
+revision=1
+build_style=meson
+hostmakedepends="ninja sassc which gettext"
+depends="python3-colorama python3-setproctitle python3-requests
+ python3-colour python3-PyQt5-svg python3-PyQt5-webengine"
+short_desc="RGB lighting management software for GNU/Linux"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="GPL-3.0-or-later"
+homepage="https://polychromatic.app"
+distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz"
+checksum=46ef52dd33accbfa51b42ea859b448d5bdfabb2826a69caea030769bf7a216ab

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

* Re: [PR REVIEW] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (2 preceding siblings ...)
  2022-05-30 14:31 ` [PR PATCH] [Updated] " dmarto
@ 2022-05-30 14:33 ` dmarto
  2022-07-17 12:49 ` [PR PATCH] [Updated] " dmarto
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-05-30 14:33 UTC (permalink / raw)
  To: ml

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

New review comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/37307#discussion_r884892363

Comment:
updated

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

* Re: [PR PATCH] [Updated] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (3 preceding siblings ...)
  2022-05-30 14:33 ` [PR REVIEW] " dmarto
@ 2022-07-17 12:49 ` dmarto
  2022-10-16  2:14 ` github-actions
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-07-17 12:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages polychromatic
https://github.com/void-linux/void-packages/pull/37307

New package: polychromatic & dep (python3-colour)
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 6b543656cb7c5ccc6edc784698552cd350d34281 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 30 May 2022 17:29:22 +0300
Subject: [PATCH 1/2] New package: python3-colour-0.1.5

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

diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template
new file mode 100644
index 000000000000..98953957f43c
--- /dev/null
+++ b/srcpkgs/python3-colour/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-colour'
+pkgname=python3-colour
+version=0.1.5
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+depends="python3"
+short_desc="Python library, converts and manipulates various color representation"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/vaab/colour"
+distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz"
+checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91
+
+do_install() {
+	vinstall colour.py 644 $py3_sitelib
+	vlicense LICENSE
+}

From bb59fecef4e692e1e5013486126944c1b7aa10c3 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Fri, 27 May 2022 04:30:53 +0300
Subject: [PATCH 2/2] New package: polychromatic-0.7.3

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

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
new file mode 100644
index 000000000000..038f3c577d22
--- /dev/null
+++ b/srcpkgs/polychromatic/template
@@ -0,0 +1,14 @@
+# Template file for 'polychromatic'
+pkgname=polychromatic
+version=0.7.3
+revision=1
+build_style=meson
+hostmakedepends="ninja sassc which gettext"
+depends="python3-colorama python3-setproctitle python3-requests
+ python3-colour python3-PyQt5-svg python3-PyQt5-webengine"
+short_desc="RGB lighting management software for GNU/Linux"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="GPL-3.0-or-later"
+homepage="https://polychromatic.app"
+distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz"
+checksum=46ef52dd33accbfa51b42ea859b448d5bdfabb2826a69caea030769bf7a216ab

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

* Re: New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (4 preceding siblings ...)
  2022-07-17 12:49 ` [PR PATCH] [Updated] " dmarto
@ 2022-10-16  2:14 ` github-actions
  2022-10-16 11:48 ` [PR PATCH] [Updated] " dmarto
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: github-actions @ 2022-10-16  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37307#issuecomment-1279872855

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (5 preceding siblings ...)
  2022-10-16  2:14 ` github-actions
@ 2022-10-16 11:48 ` dmarto
  2022-10-16 11:50 ` dmarto
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-10-16 11:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages polychromatic
https://github.com/void-linux/void-packages/pull/37307

New package: polychromatic & dep (python3-colour)
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From f355f342cc325e32504735bede1e495a67309e08 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 30 May 2022 17:29:22 +0300
Subject: [PATCH 1/2] New package: python3-colour-0.1.5

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

diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template
new file mode 100644
index 000000000000..98953957f43c
--- /dev/null
+++ b/srcpkgs/python3-colour/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-colour'
+pkgname=python3-colour
+version=0.1.5
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+depends="python3"
+short_desc="Python library, converts and manipulates various color representation"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/vaab/colour"
+distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz"
+checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91
+
+do_install() {
+	vinstall colour.py 644 $py3_sitelib
+	vlicense LICENSE
+}

From c899f4d79ecd5632049d0a7169ab39e25f5a1e12 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Fri, 27 May 2022 04:30:53 +0300
Subject: [PATCH 2/2] New package: polychromatic-0.7.3

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

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
new file mode 100644
index 000000000000..038f3c577d22
--- /dev/null
+++ b/srcpkgs/polychromatic/template
@@ -0,0 +1,14 @@
+# Template file for 'polychromatic'
+pkgname=polychromatic
+version=0.7.3
+revision=1
+build_style=meson
+hostmakedepends="ninja sassc which gettext"
+depends="python3-colorama python3-setproctitle python3-requests
+ python3-colour python3-PyQt5-svg python3-PyQt5-webengine"
+short_desc="RGB lighting management software for GNU/Linux"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="GPL-3.0-or-later"
+homepage="https://polychromatic.app"
+distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz"
+checksum=46ef52dd33accbfa51b42ea859b448d5bdfabb2826a69caea030769bf7a216ab

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

* Re: New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (6 preceding siblings ...)
  2022-10-16 11:48 ` [PR PATCH] [Updated] " dmarto
@ 2022-10-16 11:50 ` dmarto
  2022-10-17 22:33 ` dmarto
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-10-16 11:50 UTC (permalink / raw)
  To: ml

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

New comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/37307#issuecomment-1279953571

Comment:
bump`d

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

* Re: New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (7 preceding siblings ...)
  2022-10-16 11:50 ` dmarto
@ 2022-10-17 22:33 ` dmarto
  2022-11-13  0:23 ` [PR PATCH] [Updated] " dmarto
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-10-17 22:33 UTC (permalink / raw)
  To: ml

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

New comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/37307#issuecomment-1279953571

Comment:
bump`d

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

* Re: [PR PATCH] [Updated] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (8 preceding siblings ...)
  2022-10-17 22:33 ` dmarto
@ 2022-11-13  0:23 ` dmarto
  2022-11-13  0:24 ` [PR REVIEW] " dmarto
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-11-13  0:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages polychromatic
https://github.com/void-linux/void-packages/pull/37307

New package: polychromatic & dep (python3-colour)
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From c70c38d609166979c4c8d2096821910354a4dad7 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 30 May 2022 17:29:22 +0300
Subject: [PATCH 1/2] New package: python3-colour-0.1.5

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

diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template
new file mode 100644
index 000000000000..11f81b82b3ba
--- /dev/null
+++ b/srcpkgs/python3-colour/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-colour'
+pkgname=python3-colour
+version=0.1.5
+revision=1
+depends="python3"
+short_desc="Python library, converts and manipulates various color representation"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/vaab/colour"
+distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz"
+checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91
+
+do_install() {
+	vinstall colour.py 644 $py3_sitelib
+	vlicense LICENSE
+}

From b9e48f56d92c8ca5f5c3a6cdf5890db0e3efaa9c Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Fri, 27 May 2022 04:30:53 +0300
Subject: [PATCH 2/2] New package: polychromatic-0.7.3

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

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
new file mode 100644
index 000000000000..038f3c577d22
--- /dev/null
+++ b/srcpkgs/polychromatic/template
@@ -0,0 +1,14 @@
+# Template file for 'polychromatic'
+pkgname=polychromatic
+version=0.7.3
+revision=1
+build_style=meson
+hostmakedepends="ninja sassc which gettext"
+depends="python3-colorama python3-setproctitle python3-requests
+ python3-colour python3-PyQt5-svg python3-PyQt5-webengine"
+short_desc="RGB lighting management software for GNU/Linux"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="GPL-3.0-or-later"
+homepage="https://polychromatic.app"
+distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz"
+checksum=46ef52dd33accbfa51b42ea859b448d5bdfabb2826a69caea030769bf7a216ab

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

* Re: [PR REVIEW] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (9 preceding siblings ...)
  2022-11-13  0:23 ` [PR PATCH] [Updated] " dmarto
@ 2022-11-13  0:24 ` dmarto
  2022-11-14 14:30 ` [PR PATCH] [Updated] " dmarto
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-11-13  0:24 UTC (permalink / raw)
  To: ml

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

New review comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/37307#discussion_r1020821949

Comment:
thanks to the recant updates to xbps-src, the line is fully removed now

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

* Re: [PR PATCH] [Updated] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (10 preceding siblings ...)
  2022-11-13  0:24 ` [PR REVIEW] " dmarto
@ 2022-11-14 14:30 ` dmarto
  2022-12-12 14:54 ` dmarto
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-11-14 14:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages polychromatic
https://github.com/void-linux/void-packages/pull/37307

New package: polychromatic & dep (python3-colour)
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 4332b3ee04fc88edae937107ee8984508d3736db Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 30 May 2022 17:29:22 +0300
Subject: [PATCH 1/2] New package: python3-colour-0.1.5

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

diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template
new file mode 100644
index 000000000000..11f81b82b3ba
--- /dev/null
+++ b/srcpkgs/python3-colour/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-colour'
+pkgname=python3-colour
+version=0.1.5
+revision=1
+depends="python3"
+short_desc="Python library, converts and manipulates various color representation"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/vaab/colour"
+distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz"
+checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91
+
+do_install() {
+	vinstall colour.py 644 $py3_sitelib
+	vlicense LICENSE
+}

From ed429e71d6fba350367fbc8ac44aa394091243e2 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Fri, 27 May 2022 04:30:53 +0300
Subject: [PATCH 2/2] New package: polychromatic-0.7.3

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

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
new file mode 100644
index 000000000000..038f3c577d22
--- /dev/null
+++ b/srcpkgs/polychromatic/template
@@ -0,0 +1,14 @@
+# Template file for 'polychromatic'
+pkgname=polychromatic
+version=0.7.3
+revision=1
+build_style=meson
+hostmakedepends="ninja sassc which gettext"
+depends="python3-colorama python3-setproctitle python3-requests
+ python3-colour python3-PyQt5-svg python3-PyQt5-webengine"
+short_desc="RGB lighting management software for GNU/Linux"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="GPL-3.0-or-later"
+homepage="https://polychromatic.app"
+distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz"
+checksum=46ef52dd33accbfa51b42ea859b448d5bdfabb2826a69caea030769bf7a216ab

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

* Re: [PR PATCH] [Updated] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (11 preceding siblings ...)
  2022-11-14 14:30 ` [PR PATCH] [Updated] " dmarto
@ 2022-12-12 14:54 ` dmarto
  2022-12-12 14:56 ` dmarto
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-12-12 14:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages polychromatic
https://github.com/void-linux/void-packages/pull/37307

New package: polychromatic & dep (python3-colour)
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 2cfa894bbdec6459ae48aef3fbb6814f13771b4d Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 30 May 2022 17:29:22 +0300
Subject: [PATCH 1/2] New package: python3-colour-0.1.5

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

diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template
new file mode 100644
index 000000000000..11f81b82b3ba
--- /dev/null
+++ b/srcpkgs/python3-colour/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-colour'
+pkgname=python3-colour
+version=0.1.5
+revision=1
+depends="python3"
+short_desc="Python library, converts and manipulates various color representation"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/vaab/colour"
+distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz"
+checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91
+
+do_install() {
+	vinstall colour.py 644 $py3_sitelib
+	vlicense LICENSE
+}

From 69f35d3956bec5d9108d05a944f85e4b4ef92601 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Fri, 27 May 2022 04:30:53 +0300
Subject: [PATCH 2/2] New package: polychromatic-0.8.0

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

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
new file mode 100644
index 000000000000..038f3c577d22
--- /dev/null
+++ b/srcpkgs/polychromatic/template
@@ -0,0 +1,14 @@
+# Template file for 'polychromatic'
+pkgname=polychromatic
+version=0.7.3
+revision=1
+build_style=meson
+hostmakedepends="ninja sassc which gettext"
+depends="python3-colorama python3-setproctitle python3-requests
+ python3-colour python3-PyQt5-svg python3-PyQt5-webengine"
+short_desc="RGB lighting management software for GNU/Linux"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="GPL-3.0-or-later"
+homepage="https://polychromatic.app"
+distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz"
+checksum=46ef52dd33accbfa51b42ea859b448d5bdfabb2826a69caea030769bf7a216ab

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

* Re: [PR PATCH] [Updated] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (12 preceding siblings ...)
  2022-12-12 14:54 ` dmarto
@ 2022-12-12 14:56 ` dmarto
  2022-12-12 18:33 ` [PR REVIEW] " classabbyamp
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-12-12 14:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages polychromatic
https://github.com/void-linux/void-packages/pull/37307

New package: polychromatic & dep (python3-colour)
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 2cfa894bbdec6459ae48aef3fbb6814f13771b4d Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 30 May 2022 17:29:22 +0300
Subject: [PATCH 1/2] New package: python3-colour-0.1.5

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

diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template
new file mode 100644
index 000000000000..11f81b82b3ba
--- /dev/null
+++ b/srcpkgs/python3-colour/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-colour'
+pkgname=python3-colour
+version=0.1.5
+revision=1
+depends="python3"
+short_desc="Python library, converts and manipulates various color representation"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/vaab/colour"
+distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz"
+checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91
+
+do_install() {
+	vinstall colour.py 644 $py3_sitelib
+	vlicense LICENSE
+}

From e0ba8ddf22376b41816597c909844f88cd4389b5 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Fri, 27 May 2022 04:30:53 +0300
Subject: [PATCH 2/2] New package: polychromatic-0.8.0

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

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
new file mode 100644
index 000000000000..e15e66abd623
--- /dev/null
+++ b/srcpkgs/polychromatic/template
@@ -0,0 +1,14 @@
+# Template file for 'polychromatic'
+pkgname=polychromatic
+version=0.8.0
+revision=1
+build_style=meson
+hostmakedepends="ninja sassc which gettext"
+depends="python3-colorama python3-setproctitle python3-requests
+ python3-colour python3-PyQt5-svg python3-PyQt5-webengine"
+short_desc="RGB lighting management software for GNU/Linux"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="GPL-3.0-or-later"
+homepage="https://polychromatic.app"
+distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz"
+checksum=b751a226a22d01018c25a72222f410dfb6cd4260eda4225da70b884be499bf00

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

* Re: [PR REVIEW] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (13 preceding siblings ...)
  2022-12-12 14:56 ` dmarto
@ 2022-12-12 18:33 ` classabbyamp
  2022-12-12 18:34 ` classabbyamp
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2022-12-12 18:33 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37307#discussion_r1046230206

Comment:
```suggestion
homepage="https://polychromatic.app"
changelog="https://github.com/polychromatic/polychromatic/raw/master/CHANGELOG"
```

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

* Re: [PR REVIEW] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (14 preceding siblings ...)
  2022-12-12 18:33 ` [PR REVIEW] " classabbyamp
@ 2022-12-12 18:34 ` classabbyamp
  2022-12-12 21:53 ` [PR PATCH] [Updated] " dmarto
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2022-12-12 18:34 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37307#discussion_r1046231154

Comment:
```suggestion
short_desc="RGB lighting management software"
```
feel like that part is kinda redundant

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

* Re: [PR PATCH] [Updated] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (15 preceding siblings ...)
  2022-12-12 18:34 ` classabbyamp
@ 2022-12-12 21:53 ` dmarto
  2022-12-12 21:53 ` dmarto
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-12-12 21:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages polychromatic
https://github.com/void-linux/void-packages/pull/37307

New package: polychromatic & dep (python3-colour)
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 2cfa894bbdec6459ae48aef3fbb6814f13771b4d Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 30 May 2022 17:29:22 +0300
Subject: [PATCH 1/3] New package: python3-colour-0.1.5

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

diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template
new file mode 100644
index 000000000000..11f81b82b3ba
--- /dev/null
+++ b/srcpkgs/python3-colour/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-colour'
+pkgname=python3-colour
+version=0.1.5
+revision=1
+depends="python3"
+short_desc="Python library, converts and manipulates various color representation"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/vaab/colour"
+distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz"
+checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91
+
+do_install() {
+	vinstall colour.py 644 $py3_sitelib
+	vlicense LICENSE
+}

From e0ba8ddf22376b41816597c909844f88cd4389b5 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Fri, 27 May 2022 04:30:53 +0300
Subject: [PATCH 2/3] New package: polychromatic-0.8.0

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

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
new file mode 100644
index 000000000000..e15e66abd623
--- /dev/null
+++ b/srcpkgs/polychromatic/template
@@ -0,0 +1,14 @@
+# Template file for 'polychromatic'
+pkgname=polychromatic
+version=0.8.0
+revision=1
+build_style=meson
+hostmakedepends="ninja sassc which gettext"
+depends="python3-colorama python3-setproctitle python3-requests
+ python3-colour python3-PyQt5-svg python3-PyQt5-webengine"
+short_desc="RGB lighting management software for GNU/Linux"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="GPL-3.0-or-later"
+homepage="https://polychromatic.app"
+distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz"
+checksum=b751a226a22d01018c25a72222f410dfb6cd4260eda4225da70b884be499bf00

From 9ce5d493f1d337893c7125d23171370d6a3ac0f4 Mon Sep 17 00:00:00 2001
From: Martin <martin@dmarto.com>
Date: Mon, 12 Dec 2022 23:53:13 +0200
Subject: [PATCH 3/3] Update srcpkgs/polychromatic/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/polychromatic/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
index e15e66abd623..002f69a94d02 100644
--- a/srcpkgs/polychromatic/template
+++ b/srcpkgs/polychromatic/template
@@ -10,5 +10,6 @@ short_desc="RGB lighting management software for GNU/Linux"
 maintainer="Martin Dimov <martin@dmarto.com>"
 license="GPL-3.0-or-later"
 homepage="https://polychromatic.app"
+changelog="https://github.com/polychromatic/polychromatic/raw/master/CHANGELOG"
 distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz"
 checksum=b751a226a22d01018c25a72222f410dfb6cd4260eda4225da70b884be499bf00

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

* Re: [PR PATCH] [Updated] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (16 preceding siblings ...)
  2022-12-12 21:53 ` [PR PATCH] [Updated] " dmarto
@ 2022-12-12 21:53 ` dmarto
  2022-12-12 21:55 ` dmarto
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-12-12 21:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages polychromatic
https://github.com/void-linux/void-packages/pull/37307

New package: polychromatic & dep (python3-colour)
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 2cfa894bbdec6459ae48aef3fbb6814f13771b4d Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 30 May 2022 17:29:22 +0300
Subject: [PATCH 1/4] New package: python3-colour-0.1.5

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

diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template
new file mode 100644
index 000000000000..11f81b82b3ba
--- /dev/null
+++ b/srcpkgs/python3-colour/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-colour'
+pkgname=python3-colour
+version=0.1.5
+revision=1
+depends="python3"
+short_desc="Python library, converts and manipulates various color representation"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/vaab/colour"
+distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz"
+checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91
+
+do_install() {
+	vinstall colour.py 644 $py3_sitelib
+	vlicense LICENSE
+}

From e0ba8ddf22376b41816597c909844f88cd4389b5 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Fri, 27 May 2022 04:30:53 +0300
Subject: [PATCH 2/4] New package: polychromatic-0.8.0

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

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
new file mode 100644
index 000000000000..e15e66abd623
--- /dev/null
+++ b/srcpkgs/polychromatic/template
@@ -0,0 +1,14 @@
+# Template file for 'polychromatic'
+pkgname=polychromatic
+version=0.8.0
+revision=1
+build_style=meson
+hostmakedepends="ninja sassc which gettext"
+depends="python3-colorama python3-setproctitle python3-requests
+ python3-colour python3-PyQt5-svg python3-PyQt5-webengine"
+short_desc="RGB lighting management software for GNU/Linux"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="GPL-3.0-or-later"
+homepage="https://polychromatic.app"
+distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz"
+checksum=b751a226a22d01018c25a72222f410dfb6cd4260eda4225da70b884be499bf00

From 9ce5d493f1d337893c7125d23171370d6a3ac0f4 Mon Sep 17 00:00:00 2001
From: Martin <martin@dmarto.com>
Date: Mon, 12 Dec 2022 23:53:13 +0200
Subject: [PATCH 3/4] Update srcpkgs/polychromatic/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/polychromatic/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
index e15e66abd623..002f69a94d02 100644
--- a/srcpkgs/polychromatic/template
+++ b/srcpkgs/polychromatic/template
@@ -10,5 +10,6 @@ short_desc="RGB lighting management software for GNU/Linux"
 maintainer="Martin Dimov <martin@dmarto.com>"
 license="GPL-3.0-or-later"
 homepage="https://polychromatic.app"
+changelog="https://github.com/polychromatic/polychromatic/raw/master/CHANGELOG"
 distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz"
 checksum=b751a226a22d01018c25a72222f410dfb6cd4260eda4225da70b884be499bf00

From 9eb87c2157cdb004e77613686f225c7469a688b6 Mon Sep 17 00:00:00 2001
From: Martin <martin@dmarto.com>
Date: Mon, 12 Dec 2022 23:53:19 +0200
Subject: [PATCH 4/4] Update srcpkgs/polychromatic/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/polychromatic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
index 002f69a94d02..79f243dc0a4c 100644
--- a/srcpkgs/polychromatic/template
+++ b/srcpkgs/polychromatic/template
@@ -6,7 +6,7 @@ build_style=meson
 hostmakedepends="ninja sassc which gettext"
 depends="python3-colorama python3-setproctitle python3-requests
  python3-colour python3-PyQt5-svg python3-PyQt5-webengine"
-short_desc="RGB lighting management software for GNU/Linux"
+short_desc="RGB lighting management software"
 maintainer="Martin Dimov <martin@dmarto.com>"
 license="GPL-3.0-or-later"
 homepage="https://polychromatic.app"

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

* Re: [PR PATCH] [Updated] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (17 preceding siblings ...)
  2022-12-12 21:53 ` dmarto
@ 2022-12-12 21:55 ` dmarto
  2022-12-12 21:55 ` [PR REVIEW] " dmarto
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-12-12 21:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages polychromatic
https://github.com/void-linux/void-packages/pull/37307

New package: polychromatic & dep (python3-colour)
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From f34c8e7761915f671aa5af2080b981b602a5679a Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 30 May 2022 17:29:22 +0300
Subject: [PATCH 1/2] New package: python3-colour-0.1.5

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

diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template
new file mode 100644
index 000000000000..11f81b82b3ba
--- /dev/null
+++ b/srcpkgs/python3-colour/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-colour'
+pkgname=python3-colour
+version=0.1.5
+revision=1
+depends="python3"
+short_desc="Python library, converts and manipulates various color representation"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/vaab/colour"
+distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz"
+checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91
+
+do_install() {
+	vinstall colour.py 644 $py3_sitelib
+	vlicense LICENSE
+}

From d486d1560f75bfc90b1bd1ed7053440c75651522 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Fri, 27 May 2022 04:30:53 +0300
Subject: [PATCH 2/2] New package: polychromatic-0.8.0

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

diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template
new file mode 100644
index 000000000000..79f243dc0a4c
--- /dev/null
+++ b/srcpkgs/polychromatic/template
@@ -0,0 +1,15 @@
+# Template file for 'polychromatic'
+pkgname=polychromatic
+version=0.8.0
+revision=1
+build_style=meson
+hostmakedepends="ninja sassc which gettext"
+depends="python3-colorama python3-setproctitle python3-requests
+ python3-colour python3-PyQt5-svg python3-PyQt5-webengine"
+short_desc="RGB lighting management software"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="GPL-3.0-or-later"
+homepage="https://polychromatic.app"
+changelog="https://github.com/polychromatic/polychromatic/raw/master/CHANGELOG"
+distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz"
+checksum=b751a226a22d01018c25a72222f410dfb6cd4260eda4225da70b884be499bf00

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

* Re: [PR REVIEW] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (18 preceding siblings ...)
  2022-12-12 21:55 ` dmarto
@ 2022-12-12 21:55 ` dmarto
  2022-12-12 21:57 ` dmarto
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-12-12 21:55 UTC (permalink / raw)
  To: ml

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

New review comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/37307#discussion_r1046432471

Comment:
Yea, I just copy pasted their tagline.

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

* Re: [PR REVIEW] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (19 preceding siblings ...)
  2022-12-12 21:55 ` [PR REVIEW] " dmarto
@ 2022-12-12 21:57 ` dmarto
  2022-12-12 21:57 ` dmarto
  2022-12-12 21:58 ` [PR PATCH] [Merged]: " classabbyamp
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-12-12 21:57 UTC (permalink / raw)
  To: ml

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

New review comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/37307#discussion_r1046432471

Comment:
Yea, I just copy pasted their tagline; didn't give it much thought. 

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

* Re: [PR REVIEW] New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (20 preceding siblings ...)
  2022-12-12 21:57 ` dmarto
@ 2022-12-12 21:57 ` dmarto
  2022-12-12 21:58 ` [PR PATCH] [Merged]: " classabbyamp
  22 siblings, 0 replies; 24+ messages in thread
From: dmarto @ 2022-12-12 21:57 UTC (permalink / raw)
  To: ml

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

New review comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/37307#discussion_r1046432471

Comment:
Yea, I just copy pasted their tagline; didn't give it much of a thought. 

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

* Re: [PR PATCH] [Merged]: New package: polychromatic & dep (python3-colour)
  2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
                   ` (21 preceding siblings ...)
  2022-12-12 21:57 ` dmarto
@ 2022-12-12 21:58 ` classabbyamp
  22 siblings, 0 replies; 24+ messages in thread
From: classabbyamp @ 2022-12-12 21:58 UTC (permalink / raw)
  To: ml

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

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

New package: polychromatic & dep (python3-colour)
https://github.com/void-linux/void-packages/pull/37307

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

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

end of thread, other threads:[~2022-12-12 21:58 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27  2:26 [PR PATCH] New package: polychromatic & dep (python3-colour) dmarto
2022-05-27 13:45 ` [PR REVIEW] " wael444
2022-05-27 14:26 ` classabbyamp
2022-05-30 14:31 ` [PR PATCH] [Updated] " dmarto
2022-05-30 14:33 ` [PR REVIEW] " dmarto
2022-07-17 12:49 ` [PR PATCH] [Updated] " dmarto
2022-10-16  2:14 ` github-actions
2022-10-16 11:48 ` [PR PATCH] [Updated] " dmarto
2022-10-16 11:50 ` dmarto
2022-10-17 22:33 ` dmarto
2022-11-13  0:23 ` [PR PATCH] [Updated] " dmarto
2022-11-13  0:24 ` [PR REVIEW] " dmarto
2022-11-14 14:30 ` [PR PATCH] [Updated] " dmarto
2022-12-12 14:54 ` dmarto
2022-12-12 14:56 ` dmarto
2022-12-12 18:33 ` [PR REVIEW] " classabbyamp
2022-12-12 18:34 ` classabbyamp
2022-12-12 21:53 ` [PR PATCH] [Updated] " dmarto
2022-12-12 21:53 ` dmarto
2022-12-12 21:55 ` dmarto
2022-12-12 21:55 ` [PR REVIEW] " dmarto
2022-12-12 21:57 ` dmarto
2022-12-12 21:57 ` dmarto
2022-12-12 21:58 ` [PR PATCH] [Merged]: " classabbyamp

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