Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: greenwithenvy-0.15.2
@ 2021-03-10 15:14 LegoLivesMatter
  2021-03-10 16:22 ` Chocimier
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-10 15:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64 (cross)
  - [x] armv7l (cross)
  - [x] x86_64-musl (cross)
  - [x] i686 (cross)
-->


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

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

From 600273482b72bf7f94d8052f034b8ca9d523c019 Mon Sep 17 00:00:00 2001
From: LegoLivesMatter <mihaduje@pm.me>
Date: Wed, 10 Mar 2021 15:41:36 +0100
Subject: [PATCH] New package: greenwithenvy-0.15.2

---
 srcpkgs/greenwithenvy/INSTALL  |  7 +++++++
 srcpkgs/greenwithenvy/template | 19 +++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/greenwithenvy/INSTALL
 create mode 100644 srcpkgs/greenwithenvy/template

diff --git a/srcpkgs/greenwithenvy/INSTALL b/srcpkgs/greenwithenvy/INSTALL
new file mode 100644
index 00000000000..481a9f488f5
--- /dev/null
+++ b/srcpkgs/greenwithenvy/INSTALL
@@ -0,0 +1,7 @@
+case "$ACTION" in
+pre)
+	;;
+post)
+	pip install injector matplotlib peewee py3nvml PyGObject python-xlib pyxdg requests Rx
+	;;
+esac
diff --git a/srcpkgs/greenwithenvy/template b/srcpkgs/greenwithenvy/template
new file mode 100644
index 00000000000..58046ebebfa
--- /dev/null
+++ b/srcpkgs/greenwithenvy/template
@@ -0,0 +1,19 @@
+# Template file for 'greenwithenvy'
+pkgname=greenwithenvy
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja python3-pip glib-devel gtk+3-devel python3 python3-devel"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 python3-pip gobject-introspection libappindicator libdazzle"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0
+
+pre_configure() {
+	pip install -r "${wrksrc}/requirements.txt"
+}

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

* Re: New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
@ 2021-03-10 16:22 ` Chocimier
  2021-03-10 19:05 ` LegoLivesMatter
                   ` (29 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-10 16:22 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29380#issuecomment-795684363

Comment:
Add required packages to depends and hostmakedepends and drop usage of pip.

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

* Re: New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
  2021-03-10 16:22 ` Chocimier
@ 2021-03-10 19:05 ` LegoLivesMatter
  2021-03-10 19:21 ` Chocimier
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-10 19:05 UTC (permalink / raw)
  To: ml

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

New comment by LegoLivesMatter on void-packages repository

https://github.com/void-linux/void-packages/pull/29380#issuecomment-795923323

Comment:
> Add required packages to depends and hostmakedepends and drop usage of pip.

Some of the required Python modules are not currently in the repos and I will need to package them, should I add them in a separate PR or integrate them into this PR somehow?

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

* Re: New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
  2021-03-10 16:22 ` Chocimier
  2021-03-10 19:05 ` LegoLivesMatter
@ 2021-03-10 19:21 ` Chocimier
  2021-03-11 13:30 ` [PR PATCH] [Updated] " LegoLivesMatter
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-10 19:21 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29380#issuecomment-795946781

Comment:
Please put in this PR, one commit per template.

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

* Re: [PR PATCH] [Updated] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (2 preceding siblings ...)
  2021-03-10 19:21 ` Chocimier
@ 2021-03-11 13:30 ` LegoLivesMatter
  2021-03-11 13:30 ` [PR PATCH] [Closed]: " LegoLivesMatter
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-11 13:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64 (cross)
  - [x] armv7l (cross)
  - [x] x86_64-musl (cross)
  - [x] i686 (cross)
-->


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

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



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

* Re: [PR PATCH] [Closed]: New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (3 preceding siblings ...)
  2021-03-11 13:30 ` [PR PATCH] [Updated] " LegoLivesMatter
@ 2021-03-11 13:30 ` LegoLivesMatter
  2021-03-11 13:38 ` [PR PATCH] [Updated] " LegoLivesMatter
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-11 13:30 UTC (permalink / raw)
  To: ml

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

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

New package: greenwithenvy-0.15.2
https://github.com/void-linux/void-packages/pull/29380

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64 (cross)
  - [x] armv7l (cross)
  - [x] x86_64-musl (cross)
  - [x] i686 (cross)
-->


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

* Re: [PR PATCH] [Updated] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (4 preceding siblings ...)
  2021-03-11 13:30 ` [PR PATCH] [Closed]: " LegoLivesMatter
@ 2021-03-11 13:38 ` LegoLivesMatter
  2021-03-11 13:55 ` [PR PATCH] [Updated] [WIP] " LegoLivesMatter
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-11 13:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64 (cross)
  - [x] armv7l (cross)
  - [x] x86_64-musl (cross)
  - [x] i686 (cross)
-->


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

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

From 28480c24d52a8dcd0ca1f7e1db15b29f0ae860ac Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 1/5] New package: greenwithenvy-0.15.2

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

diff --git a/srcpkgs/greenwithenvy/template b/srcpkgs/greenwithenvy/template
new file mode 100644
index 00000000000..f401f5e53d1
--- /dev/null
+++ b/srcpkgs/greenwithenvy/template
@@ -0,0 +1,15 @@
+# Template file for 'greenwithenvy'
+pkgname=greenwithenvy
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

From 0a1a9d1e19fef942ef204aaed4430c8994ca4c74 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 2/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 00000000000..7c78db7d34a
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+makedepends="python3 python3-setuptools python3-pip python3-coverage"
+depends="python3"
+checkdepends="python3-pytest python3-pytest-cov python3-pycodestyle"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8

From 1123a28d5cc18ea270ae0c8c99b2d7d816885203 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 3/5] New package: python3-injector-0.18.4

---
 srcpkgs/python3-injector/COPYING  | 25 +++++++++++++++++++++++++
 srcpkgs/python3-injector/template | 19 +++++++++++++++++++
 2 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/python3-injector/COPYING
 create mode 100644 srcpkgs/python3-injector/template

diff --git a/srcpkgs/python3-injector/COPYING b/srcpkgs/python3-injector/COPYING
new file mode 100644
index 00000000000..4c1c065ab38
--- /dev/null
+++ b/srcpkgs/python3-injector/COPYING
@@ -0,0 +1,25 @@
+Copyright (c) 2010, Alec Thomas, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ - Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ - Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ - Neither the name of SwapOff.org nor the names of its contributors may
+   be used to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 00000000000..99ee327bd8f
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+makedepends="python3 python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense "${wrksrc}/COPYING"
+}

From 1d744cfc79a09d4e86151a3e41be524466f7c446 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 4/5] New package: python3-nvml-0.2.4

---
 srcpkgs/python3-nvml/LICENSE  | 32 ++++++++++++++++++++++++++++++++
 srcpkgs/python3-nvml/template | 18 ++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/python3-nvml/LICENSE
 create mode 100644 srcpkgs/python3-nvml/template

diff --git a/srcpkgs/python3-nvml/LICENSE b/srcpkgs/python3-nvml/LICENSE
new file mode 100644
index 00000000000..86810fd2b85
--- /dev/null
+++ b/srcpkgs/python3-nvml/LICENSE
@@ -0,0 +1,32 @@
+COPYRIGHT
+---------
+Copyright (c) 2011-2015, NVIDIA Corporation.  All rights reserved.
+
+LICENSE
+-------
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+- Neither the name of the NVIDIA Corporation nor the names of its contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 00000000000..6e393f5ff37
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+makedepends="python3 python3-setuptools"
+depends="python3"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From 28401f22277bcbdb2dd075586efcd7b2f7e6eb3b Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 5/5] New package: python3-rx-3.1.1

---
 srcpkgs/python3-rx/LICENSE  | 21 +++++++++++++++++++++
 srcpkgs/python3-rx/template | 19 +++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/python3-rx/LICENSE
 create mode 100644 srcpkgs/python3-rx/template

diff --git a/srcpkgs/python3-rx/LICENSE b/srcpkgs/python3-rx/LICENSE
new file mode 100644
index 00000000000..a3cc79093e1
--- /dev/null
+++ b/srcpkgs/python3-rx/LICENSE
@@ -0,0 +1,21 @@
+The MIT License
+===============
+
+Copyright 2013-2019, Dag Brattli, Microsoft Corp., and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 00000000000..33419c8d19b
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+makedepends="python3 python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (5 preceding siblings ...)
  2021-03-11 13:38 ` [PR PATCH] [Updated] " LegoLivesMatter
@ 2021-03-11 13:55 ` LegoLivesMatter
  2021-03-11 13:56 ` LegoLivesMatter
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-11 13:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

[WIP] New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64 (cross)
  - [x] armv7l (cross)
  - [x] x86_64-musl (cross)
  - [x] i686 (cross)
-->


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

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

From 28480c24d52a8dcd0ca1f7e1db15b29f0ae860ac Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 1/6] New package: greenwithenvy-0.15.2

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

diff --git a/srcpkgs/greenwithenvy/template b/srcpkgs/greenwithenvy/template
new file mode 100644
index 00000000000..f401f5e53d1
--- /dev/null
+++ b/srcpkgs/greenwithenvy/template
@@ -0,0 +1,15 @@
+# Template file for 'greenwithenvy'
+pkgname=greenwithenvy
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

From 0a1a9d1e19fef942ef204aaed4430c8994ca4c74 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 2/6] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 00000000000..7c78db7d34a
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+makedepends="python3 python3-setuptools python3-pip python3-coverage"
+depends="python3"
+checkdepends="python3-pytest python3-pytest-cov python3-pycodestyle"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8

From 1123a28d5cc18ea270ae0c8c99b2d7d816885203 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 3/6] New package: python3-injector-0.18.4

---
 srcpkgs/python3-injector/COPYING  | 25 +++++++++++++++++++++++++
 srcpkgs/python3-injector/template | 19 +++++++++++++++++++
 2 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/python3-injector/COPYING
 create mode 100644 srcpkgs/python3-injector/template

diff --git a/srcpkgs/python3-injector/COPYING b/srcpkgs/python3-injector/COPYING
new file mode 100644
index 00000000000..4c1c065ab38
--- /dev/null
+++ b/srcpkgs/python3-injector/COPYING
@@ -0,0 +1,25 @@
+Copyright (c) 2010, Alec Thomas, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ - Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ - Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ - Neither the name of SwapOff.org nor the names of its contributors may
+   be used to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 00000000000..99ee327bd8f
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+makedepends="python3 python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense "${wrksrc}/COPYING"
+}

From 1d744cfc79a09d4e86151a3e41be524466f7c446 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 4/6] New package: python3-nvml-0.2.4

---
 srcpkgs/python3-nvml/LICENSE  | 32 ++++++++++++++++++++++++++++++++
 srcpkgs/python3-nvml/template | 18 ++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/python3-nvml/LICENSE
 create mode 100644 srcpkgs/python3-nvml/template

diff --git a/srcpkgs/python3-nvml/LICENSE b/srcpkgs/python3-nvml/LICENSE
new file mode 100644
index 00000000000..86810fd2b85
--- /dev/null
+++ b/srcpkgs/python3-nvml/LICENSE
@@ -0,0 +1,32 @@
+COPYRIGHT
+---------
+Copyright (c) 2011-2015, NVIDIA Corporation.  All rights reserved.
+
+LICENSE
+-------
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+- Neither the name of the NVIDIA Corporation nor the names of its contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 00000000000..6e393f5ff37
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+makedepends="python3 python3-setuptools"
+depends="python3"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From 28401f22277bcbdb2dd075586efcd7b2f7e6eb3b Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 5/6] New package: python3-rx-3.1.1

---
 srcpkgs/python3-rx/LICENSE  | 21 +++++++++++++++++++++
 srcpkgs/python3-rx/template | 19 +++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/python3-rx/LICENSE
 create mode 100644 srcpkgs/python3-rx/template

diff --git a/srcpkgs/python3-rx/LICENSE b/srcpkgs/python3-rx/LICENSE
new file mode 100644
index 00000000000..a3cc79093e1
--- /dev/null
+++ b/srcpkgs/python3-rx/LICENSE
@@ -0,0 +1,21 @@
+The MIT License
+===============
+
+Copyright 2013-2019, Dag Brattli, Microsoft Corp., and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 00000000000..33419c8d19b
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+makedepends="python3 python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From 58ea7caa2c3eab8b1d92cc64ff2a5fe65972f3b5 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:55:22 +0100
Subject: [PATCH 6/6] fixup! New package: greenwithenvy-0.15.2

---
 srcpkgs/greenwithenvy/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/greenwithenvy/template b/srcpkgs/greenwithenvy/template
index f401f5e53d1..77c7520b46f 100644
--- a/srcpkgs/greenwithenvy/template
+++ b/srcpkgs/greenwithenvy/template
@@ -4,9 +4,9 @@ version=0.15.2
 revision=1
 wrksrc="gwe-${version}"
 build_style=meson
-hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector"
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-pillow-simd"
 makedepends="gobject-introspection appstream-glib"
-depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-pillow-simd"
 short_desc="Utility for overclocking NVIDIA cards"
 maintainer="Duje Mihanovic <mihaduje@pm.me>"
 license="GPL-3.0-or-later"

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

* Re: [PR PATCH] [Updated] [WIP] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (6 preceding siblings ...)
  2021-03-11 13:55 ` [PR PATCH] [Updated] [WIP] " LegoLivesMatter
@ 2021-03-11 13:56 ` LegoLivesMatter
  2021-03-11 13:58 ` LegoLivesMatter
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-11 13:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

[WIP] New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64 (cross)
  - [x] armv7l (cross)
  - [x] x86_64-musl (cross)
  - [x] i686 (cross)
-->


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

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

From 28480c24d52a8dcd0ca1f7e1db15b29f0ae860ac Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 1/5] New package: greenwithenvy-0.15.2

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

diff --git a/srcpkgs/greenwithenvy/template b/srcpkgs/greenwithenvy/template
new file mode 100644
index 00000000000..f401f5e53d1
--- /dev/null
+++ b/srcpkgs/greenwithenvy/template
@@ -0,0 +1,15 @@
+# Template file for 'greenwithenvy'
+pkgname=greenwithenvy
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

From 0a1a9d1e19fef942ef204aaed4430c8994ca4c74 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 2/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 00000000000..7c78db7d34a
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+makedepends="python3 python3-setuptools python3-pip python3-coverage"
+depends="python3"
+checkdepends="python3-pytest python3-pytest-cov python3-pycodestyle"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8

From 1123a28d5cc18ea270ae0c8c99b2d7d816885203 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 3/5] New package: python3-injector-0.18.4

---
 srcpkgs/python3-injector/COPYING  | 25 +++++++++++++++++++++++++
 srcpkgs/python3-injector/template | 19 +++++++++++++++++++
 2 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/python3-injector/COPYING
 create mode 100644 srcpkgs/python3-injector/template

diff --git a/srcpkgs/python3-injector/COPYING b/srcpkgs/python3-injector/COPYING
new file mode 100644
index 00000000000..4c1c065ab38
--- /dev/null
+++ b/srcpkgs/python3-injector/COPYING
@@ -0,0 +1,25 @@
+Copyright (c) 2010, Alec Thomas, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ - Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ - Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ - Neither the name of SwapOff.org nor the names of its contributors may
+   be used to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 00000000000..99ee327bd8f
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+makedepends="python3 python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense "${wrksrc}/COPYING"
+}

From 1d744cfc79a09d4e86151a3e41be524466f7c446 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 4/5] New package: python3-nvml-0.2.4

---
 srcpkgs/python3-nvml/LICENSE  | 32 ++++++++++++++++++++++++++++++++
 srcpkgs/python3-nvml/template | 18 ++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/python3-nvml/LICENSE
 create mode 100644 srcpkgs/python3-nvml/template

diff --git a/srcpkgs/python3-nvml/LICENSE b/srcpkgs/python3-nvml/LICENSE
new file mode 100644
index 00000000000..86810fd2b85
--- /dev/null
+++ b/srcpkgs/python3-nvml/LICENSE
@@ -0,0 +1,32 @@
+COPYRIGHT
+---------
+Copyright (c) 2011-2015, NVIDIA Corporation.  All rights reserved.
+
+LICENSE
+-------
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+- Neither the name of the NVIDIA Corporation nor the names of its contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 00000000000..6e393f5ff37
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+makedepends="python3 python3-setuptools"
+depends="python3"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From 28401f22277bcbdb2dd075586efcd7b2f7e6eb3b Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 5/5] New package: python3-rx-3.1.1

---
 srcpkgs/python3-rx/LICENSE  | 21 +++++++++++++++++++++
 srcpkgs/python3-rx/template | 19 +++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/python3-rx/LICENSE
 create mode 100644 srcpkgs/python3-rx/template

diff --git a/srcpkgs/python3-rx/LICENSE b/srcpkgs/python3-rx/LICENSE
new file mode 100644
index 00000000000..a3cc79093e1
--- /dev/null
+++ b/srcpkgs/python3-rx/LICENSE
@@ -0,0 +1,21 @@
+The MIT License
+===============
+
+Copyright 2013-2019, Dag Brattli, Microsoft Corp., and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 00000000000..33419c8d19b
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+makedepends="python3 python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

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

* Re: [PR PATCH] [Updated] [WIP] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (7 preceding siblings ...)
  2021-03-11 13:56 ` LegoLivesMatter
@ 2021-03-11 13:58 ` LegoLivesMatter
  2021-03-11 14:05 ` LegoLivesMatter
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-11 13:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

[WIP] New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64 (cross)
  - [x] armv7l (cross)
  - [x] x86_64-musl (cross)
  - [x] i686 (cross)
-->


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

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

From fb8d6b1737ff981e9885730d091cfc596488f952 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH] New package: greenwithenvy-0.15.2

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

diff --git a/srcpkgs/greenwithenvy/template b/srcpkgs/greenwithenvy/template
new file mode 100644
index 00000000000..77c7520b46f
--- /dev/null
+++ b/srcpkgs/greenwithenvy/template
@@ -0,0 +1,15 @@
+# Template file for 'greenwithenvy'
+pkgname=greenwithenvy
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-pillow-simd"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-pillow-simd"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

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

* Re: [PR PATCH] [Updated] [WIP] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (8 preceding siblings ...)
  2021-03-11 13:58 ` LegoLivesMatter
@ 2021-03-11 14:05 ` LegoLivesMatter
  2021-03-11 14:35 ` LegoLivesMatter
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-11 14:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

[WIP] New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64 (cross)
  - [x] armv7l (cross)
  - [x] x86_64-musl (cross)
  - [x] i686 (cross)
-->


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

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

From fb8d6b1737ff981e9885730d091cfc596488f952 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 1/5] New package: greenwithenvy-0.15.2

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

diff --git a/srcpkgs/greenwithenvy/template b/srcpkgs/greenwithenvy/template
new file mode 100644
index 00000000000..77c7520b46f
--- /dev/null
+++ b/srcpkgs/greenwithenvy/template
@@ -0,0 +1,15 @@
+# Template file for 'greenwithenvy'
+pkgname=greenwithenvy
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-pillow-simd"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-pillow-simd"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

From 018d72f1b3965bbc0fd345f5ad5bcb6c72817dfb Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 2/5] New package: python3-rx-3.1.1

---
 srcpkgs/python3-rx/LICENSE  | 21 +++++++++++++++++++++
 srcpkgs/python3-rx/template | 19 +++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/python3-rx/LICENSE
 create mode 100644 srcpkgs/python3-rx/template

diff --git a/srcpkgs/python3-rx/LICENSE b/srcpkgs/python3-rx/LICENSE
new file mode 100644
index 00000000000..a3cc79093e1
--- /dev/null
+++ b/srcpkgs/python3-rx/LICENSE
@@ -0,0 +1,21 @@
+The MIT License
+===============
+
+Copyright 2013-2019, Dag Brattli, Microsoft Corp., and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 00000000000..33419c8d19b
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+makedepends="python3 python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From 0c211c14bcf9ab3ea71afdea25221c7e37dde5a3 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 3/5] New package: python3-nvml-0.2.4

---
 srcpkgs/python3-nvml/LICENSE  | 32 ++++++++++++++++++++++++++++++++
 srcpkgs/python3-nvml/template | 18 ++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/python3-nvml/LICENSE
 create mode 100644 srcpkgs/python3-nvml/template

diff --git a/srcpkgs/python3-nvml/LICENSE b/srcpkgs/python3-nvml/LICENSE
new file mode 100644
index 00000000000..86810fd2b85
--- /dev/null
+++ b/srcpkgs/python3-nvml/LICENSE
@@ -0,0 +1,32 @@
+COPYRIGHT
+---------
+Copyright (c) 2011-2015, NVIDIA Corporation.  All rights reserved.
+
+LICENSE
+-------
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+- Neither the name of the NVIDIA Corporation nor the names of its contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 00000000000..6e393f5ff37
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+makedepends="python3 python3-setuptools"
+depends="python3"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From 4b4de6c90ed7ee400b839a6439749dbacee78261 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 4/5] New package: python3-injector-0.18.4

---
 srcpkgs/python3-injector/COPYING  | 25 +++++++++++++++++++++++++
 srcpkgs/python3-injector/template | 19 +++++++++++++++++++
 2 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/python3-injector/COPYING
 create mode 100644 srcpkgs/python3-injector/template

diff --git a/srcpkgs/python3-injector/COPYING b/srcpkgs/python3-injector/COPYING
new file mode 100644
index 00000000000..4c1c065ab38
--- /dev/null
+++ b/srcpkgs/python3-injector/COPYING
@@ -0,0 +1,25 @@
+Copyright (c) 2010, Alec Thomas, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ - Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ - Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ - Neither the name of SwapOff.org nor the names of its contributors may
+   be used to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 00000000000..99ee327bd8f
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+makedepends="python3 python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense "${wrksrc}/COPYING"
+}

From b858ac52ee1a34a8fecf9ce3d75c78fd9682936f Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 5/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 00000000000..7c78db7d34a
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+makedepends="python3 python3-setuptools python3-pip python3-coverage"
+depends="python3"
+checkdepends="python3-pytest python3-pytest-cov python3-pycodestyle"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8

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

* Re: [PR PATCH] [Updated] [WIP] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (9 preceding siblings ...)
  2021-03-11 14:05 ` LegoLivesMatter
@ 2021-03-11 14:35 ` LegoLivesMatter
  2021-03-12 11:04 ` [PR PATCH] [Updated] " LegoLivesMatter
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-11 14:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

[WIP] New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64 (cross)
  - [x] armv7l (cross)
  - [x] x86_64-musl (cross)
  - [x] i686 (cross)
-->


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

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

From 590995ec0a9246d7d421ac9dc4a869cded1daa1f Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 1/5] New package: greenwithenvy-0.15.2

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

diff --git a/srcpkgs/greenwithenvy/template b/srcpkgs/greenwithenvy/template
new file mode 100644
index 00000000000..44e88654ef7
--- /dev/null
+++ b/srcpkgs/greenwithenvy/template
@@ -0,0 +1,15 @@
+# Template file for 'greenwithenvy'
+pkgname=greenwithenvy
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

From aa92be0fb5a893680c0d9d87ff84264e61c22ce7 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 2/5] New package: python3-rx-3.1.1

---
 srcpkgs/python3-rx/LICENSE  | 21 +++++++++++++++++++++
 srcpkgs/python3-rx/template | 19 +++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/python3-rx/LICENSE
 create mode 100644 srcpkgs/python3-rx/template

diff --git a/srcpkgs/python3-rx/LICENSE b/srcpkgs/python3-rx/LICENSE
new file mode 100644
index 00000000000..a3cc79093e1
--- /dev/null
+++ b/srcpkgs/python3-rx/LICENSE
@@ -0,0 +1,21 @@
+The MIT License
+===============
+
+Copyright 2013-2019, Dag Brattli, Microsoft Corp., and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 00000000000..714f761e011
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From c44c7011ba1b7bd6da1f886f3824480603b3406d Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 3/5] New package: python3-nvml-0.2.4

---
 srcpkgs/python3-nvml/LICENSE  | 32 ++++++++++++++++++++++++++++++++
 srcpkgs/python3-nvml/template | 18 ++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/python3-nvml/LICENSE
 create mode 100644 srcpkgs/python3-nvml/template

diff --git a/srcpkgs/python3-nvml/LICENSE b/srcpkgs/python3-nvml/LICENSE
new file mode 100644
index 00000000000..86810fd2b85
--- /dev/null
+++ b/srcpkgs/python3-nvml/LICENSE
@@ -0,0 +1,32 @@
+COPYRIGHT
+---------
+Copyright (c) 2011-2015, NVIDIA Corporation.  All rights reserved.
+
+LICENSE
+-------
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+- Neither the name of the NVIDIA Corporation nor the names of its contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 00000000000..94ce9afd55d
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From 4aec6afc74ce4bc74f6e8a23aaa798af197d146b Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 4/5] New package: python3-injector-0.18.4

---
 srcpkgs/python3-injector/COPYING  | 25 +++++++++++++++++++++++++
 srcpkgs/python3-injector/template | 19 +++++++++++++++++++
 2 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/python3-injector/COPYING
 create mode 100644 srcpkgs/python3-injector/template

diff --git a/srcpkgs/python3-injector/COPYING b/srcpkgs/python3-injector/COPYING
new file mode 100644
index 00000000000..4c1c065ab38
--- /dev/null
+++ b/srcpkgs/python3-injector/COPYING
@@ -0,0 +1,25 @@
+Copyright (c) 2010, Alec Thomas, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ - Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ - Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ - Neither the name of SwapOff.org nor the names of its contributors may
+   be used to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 00000000000..a6d5d8c11b6
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense "${wrksrc}/COPYING"
+}

From dfbe0e146aa826d7dc8577f9ca40f405e337530d Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 5/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 00000000000..a7d0d433a81
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-pip python3-coverage"
+depends="python3"
+checkdepends="python3-pytest python3-pytest-cov python3-pycodestyle"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8

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

* Re: [PR PATCH] [Updated] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (10 preceding siblings ...)
  2021-03-11 14:35 ` LegoLivesMatter
@ 2021-03-12 11:04 ` LegoLivesMatter
  2021-03-15 12:56 ` LegoLivesMatter
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-12 11:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

New package: greenwithenvy-0.15.2
[ci skip]
<!-- Mark items with [x] where applicable -->
(CI skipped because some of the dependencies aren't in the repos yet)

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] armv7l (cross)
  - [x] armv7hf (cross)
  - [x] aarch64 (cross)
  - [x] i686 (cross)
  - [x] x86_64-musl (cross)


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

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

From df1ff7c101f97b3449136f3abb3c65cd5bc51f0e Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 1/5] New package: greenwithenvy-0.15.2

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

diff --git a/srcpkgs/greenwithenvy/template b/srcpkgs/greenwithenvy/template
new file mode 100644
index 00000000000..44e88654ef7
--- /dev/null
+++ b/srcpkgs/greenwithenvy/template
@@ -0,0 +1,15 @@
+# Template file for 'greenwithenvy'
+pkgname=greenwithenvy
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

From 0313f24447fa5531f761dac5de2edf8410dc1f16 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 2/5] New package: python3-rx-3.1.1

---
 srcpkgs/python3-rx/LICENSE  | 21 +++++++++++++++++++++
 srcpkgs/python3-rx/template | 19 +++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/python3-rx/LICENSE
 create mode 100644 srcpkgs/python3-rx/template

diff --git a/srcpkgs/python3-rx/LICENSE b/srcpkgs/python3-rx/LICENSE
new file mode 100644
index 00000000000..a3cc79093e1
--- /dev/null
+++ b/srcpkgs/python3-rx/LICENSE
@@ -0,0 +1,21 @@
+The MIT License
+===============
+
+Copyright 2013-2019, Dag Brattli, Microsoft Corp., and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 00000000000..714f761e011
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From 87f66367a90ab377a89276e495ace3079b52e487 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 3/5] New package: python3-nvml-0.2.4

---
 srcpkgs/python3-nvml/LICENSE  | 32 ++++++++++++++++++++++++++++++++
 srcpkgs/python3-nvml/template | 18 ++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/python3-nvml/LICENSE
 create mode 100644 srcpkgs/python3-nvml/template

diff --git a/srcpkgs/python3-nvml/LICENSE b/srcpkgs/python3-nvml/LICENSE
new file mode 100644
index 00000000000..86810fd2b85
--- /dev/null
+++ b/srcpkgs/python3-nvml/LICENSE
@@ -0,0 +1,32 @@
+COPYRIGHT
+---------
+Copyright (c) 2011-2015, NVIDIA Corporation.  All rights reserved.
+
+LICENSE
+-------
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+- Neither the name of the NVIDIA Corporation nor the names of its contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 00000000000..94ce9afd55d
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From bcbbc1db4932600ee2ed939a9068a16a7d71a9a5 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 4/5] New package: python3-injector-0.18.4

---
 srcpkgs/python3-injector/COPYING  | 25 +++++++++++++++++++++++++
 srcpkgs/python3-injector/template | 19 +++++++++++++++++++
 2 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/python3-injector/COPYING
 create mode 100644 srcpkgs/python3-injector/template

diff --git a/srcpkgs/python3-injector/COPYING b/srcpkgs/python3-injector/COPYING
new file mode 100644
index 00000000000..4c1c065ab38
--- /dev/null
+++ b/srcpkgs/python3-injector/COPYING
@@ -0,0 +1,25 @@
+Copyright (c) 2010, Alec Thomas, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ - Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ - Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ - Neither the name of SwapOff.org nor the names of its contributors may
+   be used to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 00000000000..a6d5d8c11b6
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense "${wrksrc}/COPYING"
+}

From 5bc95232231de8efc62cc3555d10cd0ecf6e1042 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 5/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 00000000000..a7d0d433a81
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-pip python3-coverage"
+depends="python3"
+checkdepends="python3-pytest python3-pytest-cov python3-pycodestyle"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8

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

* Re: [PR PATCH] [Updated] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (11 preceding siblings ...)
  2021-03-12 11:04 ` [PR PATCH] [Updated] " LegoLivesMatter
@ 2021-03-15 12:56 ` LegoLivesMatter
  2021-03-15 21:30 ` [PR REVIEW] " Chocimier
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-15 12:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->
(CI skipped because some of the dependencies aren't in the repos yet)

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] armv7l (cross)
  - [x] armv7hf (cross)
  - [x] aarch64 (cross)
  - [x] i686 (cross)
  - [x] x86_64-musl (cross)


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

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

From b3cba230e777d821298b66d6fa77f40d1c0e32f3 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 1/5] New package: greenwithenvy-0.15.2

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

diff --git a/srcpkgs/greenwithenvy/template b/srcpkgs/greenwithenvy/template
new file mode 100644
index 000000000000..44e88654ef71
--- /dev/null
+++ b/srcpkgs/greenwithenvy/template
@@ -0,0 +1,15 @@
+# Template file for 'greenwithenvy'
+pkgname=greenwithenvy
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

From acf54a8ceb70c3949a02c51d4789591ca5465e78 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 2/5] New package: python3-rx-3.1.1

---
 srcpkgs/python3-rx/LICENSE  | 21 +++++++++++++++++++++
 srcpkgs/python3-rx/template | 19 +++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/python3-rx/LICENSE
 create mode 100644 srcpkgs/python3-rx/template

diff --git a/srcpkgs/python3-rx/LICENSE b/srcpkgs/python3-rx/LICENSE
new file mode 100644
index 000000000000..a3cc79093e17
--- /dev/null
+++ b/srcpkgs/python3-rx/LICENSE
@@ -0,0 +1,21 @@
+The MIT License
+===============
+
+Copyright 2013-2019, Dag Brattli, Microsoft Corp., and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 000000000000..714f761e011b
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From 40c4895aa8a3a06c4d934479b873df7e0a50c680 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 3/5] New package: python3-nvml-0.2.4

---
 srcpkgs/python3-nvml/LICENSE  | 32 ++++++++++++++++++++++++++++++++
 srcpkgs/python3-nvml/template | 18 ++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/python3-nvml/LICENSE
 create mode 100644 srcpkgs/python3-nvml/template

diff --git a/srcpkgs/python3-nvml/LICENSE b/srcpkgs/python3-nvml/LICENSE
new file mode 100644
index 000000000000..86810fd2b85a
--- /dev/null
+++ b/srcpkgs/python3-nvml/LICENSE
@@ -0,0 +1,32 @@
+COPYRIGHT
+---------
+Copyright (c) 2011-2015, NVIDIA Corporation.  All rights reserved.
+
+LICENSE
+-------
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+- Neither the name of the NVIDIA Corporation nor the names of its contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 000000000000..94ce9afd55da
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From 70265bdf8ad7500a753b6ffc019bcdc59f759c9c Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 4/5] New package: python3-injector-0.18.4

---
 srcpkgs/python3-injector/COPYING  | 25 +++++++++++++++++++++++++
 srcpkgs/python3-injector/template | 19 +++++++++++++++++++
 2 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/python3-injector/COPYING
 create mode 100644 srcpkgs/python3-injector/template

diff --git a/srcpkgs/python3-injector/COPYING b/srcpkgs/python3-injector/COPYING
new file mode 100644
index 000000000000..4c1c065ab38b
--- /dev/null
+++ b/srcpkgs/python3-injector/COPYING
@@ -0,0 +1,25 @@
+Copyright (c) 2010, Alec Thomas, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ - Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ - Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ - Neither the name of SwapOff.org nor the names of its contributors may
+   be used to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 000000000000..a6d5d8c11b64
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense "${wrksrc}/COPYING"
+}

From 51261ceb71c0db7578a3ada8963c356e4b1d6441 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 5/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 000000000000..a7d0d433a815
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-pip python3-coverage"
+depends="python3"
+checkdepends="python3-pytest python3-pytest-cov python3-pycodestyle"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8

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

* Re: [PR REVIEW] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (12 preceding siblings ...)
  2021-03-15 12:56 ` LegoLivesMatter
@ 2021-03-15 21:30 ` Chocimier
  2021-03-15 21:30 ` Chocimier
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-15 21:30 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29380#discussion_r593479690

Comment:
Please break at ~80 column, without `\`.

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

* Re: [PR REVIEW] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (13 preceding siblings ...)
  2021-03-15 21:30 ` [PR REVIEW] " Chocimier
@ 2021-03-15 21:30 ` Chocimier
  2021-03-15 21:30 ` Chocimier
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-15 21:30 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29380#discussion_r593481823

Comment:
This uses license from tarball, so no need to add it into our repo separately. ${wrksrc} is already working directory, no need to state it.

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

* Re: [PR REVIEW] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (14 preceding siblings ...)
  2021-03-15 21:30 ` Chocimier
@ 2021-03-15 21:30 ` Chocimier
  2021-03-16 14:39 ` [PR PATCH] [Updated] " LegoLivesMatter
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-15 21:30 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29380#discussion_r593480931

Comment:
There is no need to depend on `python3` when depending on some module. Listing `python3` alone is right.

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

* Re: [PR PATCH] [Updated] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (15 preceding siblings ...)
  2021-03-15 21:30 ` Chocimier
@ 2021-03-16 14:39 ` LegoLivesMatter
  2021-03-17 22:05 ` Chocimier
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-16 14:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->
(CI skipped because some of the dependencies aren't in the repos yet)

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] armv7l (cross)
  - [x] armv7hf (cross)
  - [x] aarch64 (cross)
  - [x] i686 (cross)
  - [x] x86_64-musl (cross)


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

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

From e9161843824c86e30776ef61559de0b6c7be9e24 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 1/5] New package: greenwithenvy-0.15.2

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

diff --git a/srcpkgs/greenwithenvy/template b/srcpkgs/greenwithenvy/template
new file mode 100644
index 000000000000..e674568e774e
--- /dev/null
+++ b/srcpkgs/greenwithenvy/template
@@ -0,0 +1,21 @@
+# Template file for 'greenwithenvy'
+pkgname=greenwithenvy
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel
+ python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg
+ python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six
+ python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib
+ python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx
+ python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna
+ python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

From 3236d19cb531d1e1a73ebcd1edd00c818cd668ca Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 2/5] New package: python3-rx-3.1.1

---
 srcpkgs/python3-rx/LICENSE  | 21 +++++++++++++++++++++
 srcpkgs/python3-rx/template | 19 +++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/python3-rx/LICENSE
 create mode 100644 srcpkgs/python3-rx/template

diff --git a/srcpkgs/python3-rx/LICENSE b/srcpkgs/python3-rx/LICENSE
new file mode 100644
index 000000000000..a3cc79093e17
--- /dev/null
+++ b/srcpkgs/python3-rx/LICENSE
@@ -0,0 +1,21 @@
+The MIT License
+===============
+
+Copyright 2013-2019, Dag Brattli, Microsoft Corp., and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 000000000000..714f761e011b
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From e3de75a7d191859578c02470cd77ee510964d169 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 3/5] New package: python3-nvml-0.2.4

---
 srcpkgs/python3-nvml/LICENSE  | 32 ++++++++++++++++++++++++++++++++
 srcpkgs/python3-nvml/template | 18 ++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/python3-nvml/LICENSE
 create mode 100644 srcpkgs/python3-nvml/template

diff --git a/srcpkgs/python3-nvml/LICENSE b/srcpkgs/python3-nvml/LICENSE
new file mode 100644
index 000000000000..86810fd2b85a
--- /dev/null
+++ b/srcpkgs/python3-nvml/LICENSE
@@ -0,0 +1,32 @@
+COPYRIGHT
+---------
+Copyright (c) 2011-2015, NVIDIA Corporation.  All rights reserved.
+
+LICENSE
+-------
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+- Neither the name of the NVIDIA Corporation nor the names of its contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 000000000000..94ce9afd55da
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense "${wrksrc}/LICENSE"
+}

From f9cc3a3330c58506f4ed77f7c0e2aa8a4070868b Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 4/5] New package: python3-injector-0.18.4

---
 srcpkgs/python3-injector/COPYING  | 25 +++++++++++++++++++++++++
 srcpkgs/python3-injector/template | 19 +++++++++++++++++++
 2 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/python3-injector/COPYING
 create mode 100644 srcpkgs/python3-injector/template

diff --git a/srcpkgs/python3-injector/COPYING b/srcpkgs/python3-injector/COPYING
new file mode 100644
index 000000000000..4c1c065ab38b
--- /dev/null
+++ b/srcpkgs/python3-injector/COPYING
@@ -0,0 +1,25 @@
+Copyright (c) 2010, Alec Thomas, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ - Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ - Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ - Neither the name of SwapOff.org nor the names of its contributors may
+   be used to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 000000000000..4eb8dbb0c4dd
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense COPYING
+}

From 06ac2ff368d1c8845c18d5b9ccc10e6e2a45330d Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 5/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 000000000000..69068ce2b502
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip python3-coverage"
+depends="python3"
+checkdepends="python3-pytest python3-pytest-cov python3-pycodestyle"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8

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

* Re: New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (16 preceding siblings ...)
  2021-03-16 14:39 ` [PR PATCH] [Updated] " LegoLivesMatter
@ 2021-03-17 22:05 ` Chocimier
  2021-03-17 22:06 ` [PR REVIEW] " Chocimier
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-17 22:05 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29380#issuecomment-801473206

Comment:
nvml passes tests with checkdepends="python3-xmltodict", injector with checkdepends="python3-pytest-cov".
coveralls requires some unpackaged modules, you can mark `make_check=no # requires pytest-pep8, httpretty` or add them.

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

* Re: [PR REVIEW] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (17 preceding siblings ...)
  2021-03-17 22:05 ` Chocimier
@ 2021-03-17 22:06 ` Chocimier
  2021-03-17 22:08 ` Chocimier
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-17 22:06 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29380#discussion_r596415243

Comment:
This applies to all variables, all templates.

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

* Re: [PR REVIEW] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (18 preceding siblings ...)
  2021-03-17 22:06 ` [PR REVIEW] " Chocimier
@ 2021-03-17 22:08 ` Chocimier
  2021-03-17 22:09 ` Chocimier
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-17 22:08 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29380#discussion_r596416287

Comment:
This applies to all variables, all templates. Also remove license files commited along with templates.


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

* Re: [PR REVIEW] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (19 preceding siblings ...)
  2021-03-17 22:08 ` Chocimier
@ 2021-03-17 22:09 ` Chocimier
  2021-03-18 16:09 ` [PR PATCH] [Updated] " LegoLivesMatter
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-17 22:09 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29380#discussion_r596416910

Comment:
Lists are also so long they would be nice if sorted alphabetically.

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

* Re: [PR PATCH] [Updated] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (20 preceding siblings ...)
  2021-03-17 22:09 ` Chocimier
@ 2021-03-18 16:09 ` LegoLivesMatter
  2021-03-18 16:12 ` LegoLivesMatter
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-18 16:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->
(CI skipped because some of the dependencies aren't in the repos yet)

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] armv7l (cross)
  - [x] armv7hf (cross)
  - [x] aarch64 (cross)
  - [x] i686 (cross)
  - [x] x86_64-musl (cross)


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

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

From 40269fd37afff4885dde02e2e5b6d39722201d15 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 1/5] New package: greenwithenvy-0.15.2

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

diff --git a/srcpkgs/greenwithenvy/template b/srcpkgs/greenwithenvy/template
new file mode 100644
index 000000000000..e674568e774e
--- /dev/null
+++ b/srcpkgs/greenwithenvy/template
@@ -0,0 +1,21 @@
+# Template file for 'greenwithenvy'
+pkgname=greenwithenvy
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel
+ python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg
+ python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six
+ python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib
+ python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx
+ python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna
+ python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

From 8b9c7081d909e28a0dea91e18cd22a012ed8a2a0 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 2/5] New package: python3-rx-3.1.1

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

diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 000000000000..202151531f5a
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense LICENSE
+}

From 7cab3504319834b1766e4c13b1682aef092aa4db Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 3/5] New package: python3-nvml-0.2.4

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

diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 000000000000..fa61e05e862f
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-xmltodict"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense LICENSE
+}

From bf4272fde72688b7c20610cc8f5515fdbb44e26c Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 4/5] New package: python3-injector-0.18.4

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

diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 000000000000..cc43c1e60123
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+hostmakedepends="python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest python3-pytest-cov"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense COPYING
+}

From f725a51b6f80e9ce0a3f276079e77056e84292a5 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 5/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 000000000000..d1cdaf614a17
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip python3-coverage"
+depends="python3"
+make_check=no # pytest-pep8 and httpretty which are required are not packaged
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8

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

* Re: [PR PATCH] [Updated] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (21 preceding siblings ...)
  2021-03-18 16:09 ` [PR PATCH] [Updated] " LegoLivesMatter
@ 2021-03-18 16:12 ` LegoLivesMatter
  2021-03-18 19:20 ` Chocimier
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-18 16:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] armv7l (cross)
  - [x] armv7hf (cross)
  - [x] aarch64 (cross)
  - [x] i686 (cross)
  - [x] x86_64-musl (cross)
-->

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

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

From 40269fd37afff4885dde02e2e5b6d39722201d15 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 1/5] New package: greenwithenvy-0.15.2

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

diff --git a/srcpkgs/greenwithenvy/template b/srcpkgs/greenwithenvy/template
new file mode 100644
index 000000000000..e674568e774e
--- /dev/null
+++ b/srcpkgs/greenwithenvy/template
@@ -0,0 +1,21 @@
+# Template file for 'greenwithenvy'
+pkgname=greenwithenvy
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel
+ python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg
+ python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six
+ python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib
+ python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx
+ python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna
+ python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

From 8b9c7081d909e28a0dea91e18cd22a012ed8a2a0 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 2/5] New package: python3-rx-3.1.1

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

diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 000000000000..202151531f5a
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense LICENSE
+}

From 7cab3504319834b1766e4c13b1682aef092aa4db Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 3/5] New package: python3-nvml-0.2.4

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

diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 000000000000..fa61e05e862f
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-xmltodict"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense LICENSE
+}

From bf4272fde72688b7c20610cc8f5515fdbb44e26c Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 4/5] New package: python3-injector-0.18.4

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

diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 000000000000..cc43c1e60123
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+hostmakedepends="python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest python3-pytest-cov"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense COPYING
+}

From d0a53bc586f0224cc1c0dadbedce7ff606449d2d Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 5/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 000000000000..d6e0bd7cb6b7
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip python3-coverage"
+depends="python3"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8
+make_check=no # requires pytest-pep8 and httpretty

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

* Re: New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (22 preceding siblings ...)
  2021-03-18 16:12 ` LegoLivesMatter
@ 2021-03-18 19:20 ` Chocimier
  2021-03-18 19:58 ` [PR PATCH] [Updated] " LegoLivesMatter
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-18 19:20 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29380#issuecomment-802222437

Comment:
Last thing i would change is rename to "gwe", like upstream repo name and like other distros call it.

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

* Re: [PR PATCH] [Updated] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (23 preceding siblings ...)
  2021-03-18 19:20 ` Chocimier
@ 2021-03-18 19:58 ` LegoLivesMatter
  2021-03-18 20:15 ` LegoLivesMatter
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-18 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] armv7l (cross)
  - [x] armv7hf (cross)
  - [x] aarch64 (cross)
  - [x] i686 (cross)
  - [x] x86_64-musl (cross)
-->

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

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

From 970ed2c9aa05f8c8a9e4500dcc9309d34c0ace59 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 1/5] New package: gwe-0.15.2

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

diff --git a/srcpkgs/gwe/template b/srcpkgs/gwe/template
new file mode 100644
index 000000000000..6a64fd01e6ce
--- /dev/null
+++ b/srcpkgs/gwe/template
@@ -0,0 +1,21 @@
+# Template file for 'gwe'
+pkgname=gwe
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel
+ python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg
+ python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six
+ python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib
+ python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx
+ python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna
+ python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

From cecbf95bb4e669023dfe29024d5c45361e4af7d6 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 2/5] New package: python3-rx-3.1.1

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

diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 000000000000..202151531f5a
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense LICENSE
+}

From fe6b2a7a939f2f66d6ac00c7cf5fa6b57da8bfa3 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 3/5] New package: python3-nvml-0.2.4

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

diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 000000000000..fa61e05e862f
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-xmltodict"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense LICENSE
+}

From 41f9488ea26a9dccf42befdf80d1a027f390154d Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 4/5] New package: python3-injector-0.18.4

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

diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 000000000000..cc43c1e60123
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+hostmakedepends="python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest python3-pytest-cov"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense COPYING
+}

From bb44ce97f968cb0aa1f8d1d81eabfbb26843b214 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 5/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 000000000000..d6e0bd7cb6b7
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip python3-coverage"
+depends="python3"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8
+make_check=no # requires pytest-pep8 and httpretty

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

* Re: [PR PATCH] [Updated] New package: greenwithenvy-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (24 preceding siblings ...)
  2021-03-18 19:58 ` [PR PATCH] [Updated] " LegoLivesMatter
@ 2021-03-18 20:15 ` LegoLivesMatter
  2021-03-19 23:02 ` New package: gwe-0.15.2 Chocimier
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-18 20:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

New package: greenwithenvy-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] armv7l (cross)
  - [x] armv7hf (cross)
  - [x] aarch64 (cross)
  - [x] i686 (cross)
  - [x] x86_64-musl (cross)
-->

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

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

From dccb0b8402131fa91623ca0d1b3a989abb5b449f Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 1/5] New package: gwe-0.15.2

---
 srcpkgs/gwe/INSTALL.msg |  2 ++
 srcpkgs/gwe/template    | 21 +++++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/gwe/INSTALL.msg
 create mode 100644 srcpkgs/gwe/template

diff --git a/srcpkgs/gwe/INSTALL.msg b/srcpkgs/gwe/INSTALL.msg
new file mode 100644
index 000000000000..84201b56587b
--- /dev/null
+++ b/srcpkgs/gwe/INSTALL.msg
@@ -0,0 +1,2 @@
+GWE requires the proprietary NVIDIA drivers to run, see:
+https://docs.voidlinux.org/config/graphical-session/graphics-drivers/nvidia.html
diff --git a/srcpkgs/gwe/template b/srcpkgs/gwe/template
new file mode 100644
index 000000000000..6a64fd01e6ce
--- /dev/null
+++ b/srcpkgs/gwe/template
@@ -0,0 +1,21 @@
+# Template file for 'gwe'
+pkgname=gwe
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel
+ python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg
+ python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six
+ python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib
+ python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx
+ python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna
+ python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

From 34fba76bf7c3cb5461412273cc898c1e8d2375fe Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 2/5] New package: python3-rx-3.1.1

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

diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 000000000000..202151531f5a
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense LICENSE
+}

From 87f72382844ba9510d8338fa26604c91bd761b2f Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 3/5] New package: python3-nvml-0.2.4

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

diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 000000000000..fa61e05e862f
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-xmltodict"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense LICENSE
+}

From 4c4b24cfcd5918a80ed20c587d742473d2efed95 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 4/5] New package: python3-injector-0.18.4

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

diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 000000000000..cc43c1e60123
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+hostmakedepends="python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest python3-pytest-cov"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense COPYING
+}

From 3ce48029a32c1ec086ae3a4cf3c215cc0a48d36c Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 5/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 000000000000..d6e0bd7cb6b7
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip python3-coverage"
+depends="python3"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8
+make_check=no # requires pytest-pep8 and httpretty

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

* Re: New package: gwe-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (25 preceding siblings ...)
  2021-03-18 20:15 ` LegoLivesMatter
@ 2021-03-19 23:02 ` Chocimier
  2021-03-20  8:51 ` [PR PATCH] [Updated] " LegoLivesMatter
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-19 23:02 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29380#issuecomment-803181298

Comment:
INSTALL.msg is now limited to critical information, like preventing breakage of system. Move to readme.voidlinux or remove, as nonfree driver need can be understood from interface message.

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

* Re: [PR PATCH] [Updated] New package: gwe-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (26 preceding siblings ...)
  2021-03-19 23:02 ` New package: gwe-0.15.2 Chocimier
@ 2021-03-20  8:51 ` LegoLivesMatter
  2021-03-20 20:52 ` Chocimier
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: LegoLivesMatter @ 2021-03-20  8:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

New package: gwe-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] armv7l (cross)
  - [x] armv7hf (cross)
  - [x] aarch64 (cross)
  - [x] i686 (cross)
  - [x] x86_64-musl (cross)
-->

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

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

From bf38e3532630852f5bc54094b527b6de5a22f44f Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 1/5] New package: gwe-0.15.2

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

diff --git a/srcpkgs/gwe/template b/srcpkgs/gwe/template
new file mode 100644
index 000000000000..6a64fd01e6ce
--- /dev/null
+++ b/srcpkgs/gwe/template
@@ -0,0 +1,21 @@
+# Template file for 'gwe'
+pkgname=gwe
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel
+ python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg
+ python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six
+ python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib
+ python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx
+ python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna
+ python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

From c62d735b9225c6deac426373013dc67ed8f8b427 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 2/5] New package: python3-rx-3.1.1

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

diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 000000000000..202151531f5a
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense LICENSE
+}

From 070c34742e4a49d4b733f747199006580c878a09 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 3/5] New package: python3-nvml-0.2.4

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

diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 000000000000..fa61e05e862f
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-xmltodict"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense LICENSE
+}

From 44a0023b5552f114d23c05b879a59965a984d1e7 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 4/5] New package: python3-injector-0.18.4

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

diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 000000000000..cc43c1e60123
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+hostmakedepends="python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest python3-pytest-cov"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense COPYING
+}

From d64b25f9b309e576b607e83a7041836a771acf6b Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 5/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 000000000000..d6e0bd7cb6b7
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip python3-coverage"
+depends="python3"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8
+make_check=no # requires pytest-pep8 and httpretty

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

* Re: [PR PATCH] [Updated] New package: gwe-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (27 preceding siblings ...)
  2021-03-20  8:51 ` [PR PATCH] [Updated] " LegoLivesMatter
@ 2021-03-20 20:52 ` Chocimier
  2021-03-20 20:54 ` Chocimier
  2021-03-20 21:30 ` [PR PATCH] [Merged]: " Chocimier
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-20 20:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

New package: gwe-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] armv7l (cross)
  - [x] armv7hf (cross)
  - [x] aarch64 (cross)
  - [x] i686 (cross)
  - [x] x86_64-musl (cross)
-->

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

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

From 3aeca97c74c0d075bb7bafeda33dd57c86b26355 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 1/5] New package: python3-rx-3.1.1

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

diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 000000000000..202151531f5a
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense LICENSE
+}

From ead86c6502606dbdf2dcb0c314aae99b2d287c53 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 2/5] New package: python3-nvml-0.2.4

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

diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 000000000000..fa61e05e862f
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-xmltodict"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense LICENSE
+}

From e283f86123be599364e1fa8afdd16dfe53c7d10e Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 3/5] New package: python3-injector-0.18.4

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

diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 000000000000..cc43c1e60123
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+hostmakedepends="python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest python3-pytest-cov"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense COPYING
+}

From c4c5e6d261995db3547cf6c3a55d5bf6ac23b263 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 4/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 000000000000..f94ac92c6ca0
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=2
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-coverage"
+depends="python3"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8
+make_check=no # requires pytest-pep8 and httpretty

From 8537ed6cfe98d154bf31124e30298cc9a0f20bbe Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 5/5] New package: gwe-0.15.2

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

diff --git a/srcpkgs/gwe/template b/srcpkgs/gwe/template
new file mode 100644
index 000000000000..6a64fd01e6ce
--- /dev/null
+++ b/srcpkgs/gwe/template
@@ -0,0 +1,21 @@
+# Template file for 'gwe'
+pkgname=gwe
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel
+ python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg
+ python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six
+ python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib
+ python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx
+ python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna
+ python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

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

* Re: [PR PATCH] [Updated] New package: gwe-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (28 preceding siblings ...)
  2021-03-20 20:52 ` Chocimier
@ 2021-03-20 20:54 ` Chocimier
  2021-03-20 21:30 ` [PR PATCH] [Merged]: " Chocimier
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-20 20:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LegoLivesMatter/void-packages master
https://github.com/void-linux/void-packages/pull/29380

New package: gwe-0.15.2
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] armv7l (cross)
  - [x] armv7hf (cross)
  - [x] aarch64 (cross)
  - [x] i686 (cross)
  - [x] x86_64-musl (cross)
-->

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

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

From 3aeca97c74c0d075bb7bafeda33dd57c86b26355 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:37:19 +0100
Subject: [PATCH 1/5] New package: python3-rx-3.1.1

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

diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template
new file mode 100644
index 000000000000..202151531f5a
--- /dev/null
+++ b/srcpkgs/python3-rx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-rx'
+pkgname=python3-rx
+version=3.1.1
+revision=1
+wrksrc="RxPY-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pytest"
+depends="python3 python3-pytest"
+checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
+short_desc="Reactive Extensions for Python"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="MIT"
+homepage="https://rxpy.rtfd.io/"
+distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
+checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
+
+post_install() {
+	vlicense LICENSE
+}

From ead86c6502606dbdf2dcb0c314aae99b2d287c53 Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:51 +0100
Subject: [PATCH 2/5] New package: python3-nvml-0.2.4

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

diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template
new file mode 100644
index 000000000000..fa61e05e862f
--- /dev/null
+++ b/srcpkgs/python3-nvml/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-nvml'
+pkgname=python3-nvml
+version=0.2.4
+revision=1
+wrksrc="py3nvml-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-xmltodict"
+short_desc="Python bindings for NVML library"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/fbcotter/py3nvml"
+distfiles="https://github.com/fbcotter/py3nvml/archive/${version}.tar.gz"
+checksum=936ea2ce7e40becca2ef578e58c35dbec4d992def42518b73ca2c9833af1dc35
+
+post_install() {
+	vlicense LICENSE
+}

From e283f86123be599364e1fa8afdd16dfe53c7d10e Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:36:15 +0100
Subject: [PATCH 3/5] New package: python3-injector-0.18.4

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

diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template
new file mode 100644
index 000000000000..cc43c1e60123
--- /dev/null
+++ b/srcpkgs/python3-injector/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-injector'
+pkgname=python3-injector
+version=0.18.4
+revision=1
+wrksrc="injector-${version}"
+build_style=python3-module
+hostmakedepends="python3-typing_extensions python3-setuptools"
+depends="python3 python3-typing_extensions"
+checkdepends="python3-pytest python3-pytest-cov"
+short_desc="Python dependency injection framework"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/alecthomas/injector"
+distfiles="https://github.com/alecthomas/injector/archive/${version}.tar.gz"
+checksum=9f00f16bb667142a076073af0df2c30013b1fc4c032c49029ad2f9bcba88d3b9
+
+post_install() {
+	vlicense COPYING
+}

From ffa55c1dea1899c354d0910b21ccab8371f5706a Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:53 +0100
Subject: [PATCH 4/5] New package: python3-coveralls-2.9.2

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

diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template
new file mode 100644
index 000000000000..36f22c017398
--- /dev/null
+++ b/srcpkgs/python3-coveralls/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-coveralls'
+pkgname=python3-coveralls
+version=2.9.2
+revision=1
+wrksrc="python-coveralls-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-coverage"
+depends="python3"
+short_desc="Python API for coveralls.io"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="Apache-2.0"
+homepage="https://github.com/z4r/python-coveralls"
+distfiles="https://github.com/z4r/python-coveralls/archive/${version}.tar.gz"
+checksum=15274d667c4ac3642db30e59bf1eb3f15decd7afc139f68737dc0c003d7d31e8
+make_check=no # requires pytest-pep8 and httpretty

From 57d520dc2c6ad40bab702c6be558f4634e52ea1e Mon Sep 17 00:00:00 2001
From: Duje Mihanovic <mihaduje@pm.me>
Date: Thu, 11 Mar 2021 14:35:28 +0100
Subject: [PATCH 5/5] New package: gwe-0.15.2

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

diff --git a/srcpkgs/gwe/template b/srcpkgs/gwe/template
new file mode 100644
index 000000000000..6a64fd01e6ce
--- /dev/null
+++ b/srcpkgs/gwe/template
@@ -0,0 +1,21 @@
+# Template file for 'gwe'
+pkgname=gwe
+version=0.15.2
+revision=1
+wrksrc="gwe-${version}"
+build_style=meson
+hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel
+ python3-matplotlib python3-peewee python3-gobject python3-xlib python3-xdg
+ python3-requests python3-rx python3-nvml python3-injector python3-urllib3 python3-six
+ python3-chardet python3-idna python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+makedepends="gobject-introspection appstream-glib"
+depends="python3 gobject-introspection libappindicator libdazzle python3-matplotlib
+ python3-peewee python3-gobject python3-xlib python3-xdg python3-requests python3-rx
+ python3-nvml python3-injector python3-urllib3 python3-six python3-chardet python3-idna
+ python3-xlib python3-numpy python3-parsing python3-cycler python3-dateutil python3-Pillow"
+short_desc="Utility for overclocking NVIDIA cards"
+maintainer="Duje Mihanovic <mihaduje@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://www.gitlab.com/leinardi/gwe"
+distfiles="https://gitlab.com/leinardi/gwe/-/archive/${version}/gwe-${version}.tar.gz"
+checksum=a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0

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

* Re: [PR PATCH] [Merged]: New package: gwe-0.15.2
  2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
                   ` (29 preceding siblings ...)
  2021-03-20 20:54 ` Chocimier
@ 2021-03-20 21:30 ` Chocimier
  30 siblings, 0 replies; 32+ messages in thread
From: Chocimier @ 2021-03-20 21:30 UTC (permalink / raw)
  To: ml

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

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

New package: gwe-0.15.2
https://github.com/void-linux/void-packages/pull/29380

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] armv7l (cross)
  - [x] armv7hf (cross)
  - [x] aarch64 (cross)
  - [x] i686 (cross)
  - [x] x86_64-musl (cross)
-->

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

end of thread, other threads:[~2021-03-20 21:30 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10 15:14 [PR PATCH] New package: greenwithenvy-0.15.2 LegoLivesMatter
2021-03-10 16:22 ` Chocimier
2021-03-10 19:05 ` LegoLivesMatter
2021-03-10 19:21 ` Chocimier
2021-03-11 13:30 ` [PR PATCH] [Updated] " LegoLivesMatter
2021-03-11 13:30 ` [PR PATCH] [Closed]: " LegoLivesMatter
2021-03-11 13:38 ` [PR PATCH] [Updated] " LegoLivesMatter
2021-03-11 13:55 ` [PR PATCH] [Updated] [WIP] " LegoLivesMatter
2021-03-11 13:56 ` LegoLivesMatter
2021-03-11 13:58 ` LegoLivesMatter
2021-03-11 14:05 ` LegoLivesMatter
2021-03-11 14:35 ` LegoLivesMatter
2021-03-12 11:04 ` [PR PATCH] [Updated] " LegoLivesMatter
2021-03-15 12:56 ` LegoLivesMatter
2021-03-15 21:30 ` [PR REVIEW] " Chocimier
2021-03-15 21:30 ` Chocimier
2021-03-15 21:30 ` Chocimier
2021-03-16 14:39 ` [PR PATCH] [Updated] " LegoLivesMatter
2021-03-17 22:05 ` Chocimier
2021-03-17 22:06 ` [PR REVIEW] " Chocimier
2021-03-17 22:08 ` Chocimier
2021-03-17 22:09 ` Chocimier
2021-03-18 16:09 ` [PR PATCH] [Updated] " LegoLivesMatter
2021-03-18 16:12 ` LegoLivesMatter
2021-03-18 19:20 ` Chocimier
2021-03-18 19:58 ` [PR PATCH] [Updated] " LegoLivesMatter
2021-03-18 20:15 ` LegoLivesMatter
2021-03-19 23:02 ` New package: gwe-0.15.2 Chocimier
2021-03-20  8:51 ` [PR PATCH] [Updated] " LegoLivesMatter
2021-03-20 20:52 ` Chocimier
2021-03-20 20:54 ` Chocimier
2021-03-20 21:30 ` [PR PATCH] [Merged]: " Chocimier

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