Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: qtile-etras-0.24.0
@ 2024-01-21 20:47 ftpd
  2024-03-15 11:52 ` [PR PATCH] [Updated] " ftpd
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: ftpd @ 2024-01-21 20:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages qtile-extras
https://github.com/void-linux/void-packages/pull/48312

New package: qtile-etras-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From 5ce2902e01e5f26f88b89d9264018b888293531a Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Sun, 21 Jan 2024 21:46:52 +0100
Subject: [PATCH] New package: qtile-etras-0.24.0

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

diff --git a/srcpkgs/qtile-extras/template b/srcpkgs/qtile-extras/template
new file mode 100644
index 0000000000000..13e346f8a08f7
--- /dev/null
+++ b/srcpkgs/qtile-extras/template
@@ -0,0 +1,18 @@
+# Template file for 'qtile-extras'
+pkgname=qtile-extras
+version=0.24.0
+revision=1
+build_style=python3-pep517
+makedepends="python3-wheel python3-setuptools_scm"
+depends="qtile"
+short_desc="Extra features and additions to qtile window manager"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/elParaguayo/qtile-extras"
+changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
+distfiles="${PYPI_SITE}/q/qtile-extras/qtile-extras-${version}.tar.gz"
+checksum=fc3c6da73dc7246773dc4b11ed6d0e563fcfffd60f2f77205ff7f667969c6feb
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: qtile-etras-0.24.0
  2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
@ 2024-03-15 11:52 ` ftpd
  2024-03-15 21:37 ` [PR PATCH] [Updated] New package: qtile-extras-0.24.0 ftpd
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ftpd @ 2024-03-15 11:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages qtile-extras
https://github.com/void-linux/void-packages/pull/48312

New package: qtile-etras-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From ca6d43e22796db4328bdfe4622251e66320928a4 Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Sun, 21 Jan 2024 21:46:52 +0100
Subject: [PATCH] New package: qtile-extras-0.24.0

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

diff --git a/srcpkgs/qtile-extras/template b/srcpkgs/qtile-extras/template
new file mode 100644
index 00000000000000..13e346f8a08f70
--- /dev/null
+++ b/srcpkgs/qtile-extras/template
@@ -0,0 +1,18 @@
+# Template file for 'qtile-extras'
+pkgname=qtile-extras
+version=0.24.0
+revision=1
+build_style=python3-pep517
+makedepends="python3-wheel python3-setuptools_scm"
+depends="qtile"
+short_desc="Extra features and additions to qtile window manager"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/elParaguayo/qtile-extras"
+changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
+distfiles="${PYPI_SITE}/q/qtile-extras/qtile-extras-${version}.tar.gz"
+checksum=fc3c6da73dc7246773dc4b11ed6d0e563fcfffd60f2f77205ff7f667969c6feb
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: qtile-extras-0.24.0
  2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
  2024-03-15 11:52 ` [PR PATCH] [Updated] " ftpd
@ 2024-03-15 21:37 ` ftpd
  2024-03-15 21:40 ` [PR PATCH] [Updated] New package: python3_qtile-extras-0.24.0 ftpd
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ftpd @ 2024-03-15 21:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages qtile-extras
https://github.com/void-linux/void-packages/pull/48312

New package: qtile-extras-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From 701766159500e3c39d6d9fb855d993c37746b9cb Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Sun, 21 Jan 2024 21:46:52 +0100
Subject: [PATCH] New package: python3_qtile-extras-0.24.0

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

diff --git a/srcpkgs/python3_qtile-extras/template b/srcpkgs/python3_qtile-extras/template
new file mode 100644
index 00000000000000..baa3fb3774b21a
--- /dev/null
+++ b/srcpkgs/python3_qtile-extras/template
@@ -0,0 +1,19 @@
+# Template file for 'qtile-extras'
+pkgname=python3_qtile-extras
+version=0.24.0
+revision=1
+build_style=python3-pep517
+makedepends="python3-wheel python3-setuptools_scm"
+depends="qtile"
+checkdepends="python3-pytest ${depends}"
+short_desc="Extra features and additions to qtile window manager"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/elParaguayo/qtile-extras"
+changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
+distfiles="${PYPI_SITE}/q/qtile-extras/qtile-extras-${version}.tar.gz"
+checksum=fc3c6da73dc7246773dc4b11ed6d0e563fcfffd60f2f77205ff7f667969c6feb
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3_qtile-extras-0.24.0
  2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
  2024-03-15 11:52 ` [PR PATCH] [Updated] " ftpd
  2024-03-15 21:37 ` [PR PATCH] [Updated] New package: qtile-extras-0.24.0 ftpd
@ 2024-03-15 21:40 ` ftpd
  2024-03-15 21:42 ` ftpd
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ftpd @ 2024-03-15 21:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages qtile-extras
https://github.com/void-linux/void-packages/pull/48312

New package: python3_qtile-extras-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From ffe118598a954d2a4ec601f85e1c1ae1c43f18f6 Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Sun, 21 Jan 2024 21:46:52 +0100
Subject: [PATCH] New package: python3_qtile-extras-0.24.0

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

diff --git a/srcpkgs/python3_qtile-extras/template b/srcpkgs/python3_qtile-extras/template
new file mode 100644
index 00000000000000..53965e866fc6f5
--- /dev/null
+++ b/srcpkgs/python3_qtile-extras/template
@@ -0,0 +1,19 @@
+# Template file for 'python3_qtile-extras'
+pkgname=python3_qtile-extras
+version=0.24.0
+revision=1
+build_style=python3-pep517
+makedepends="python3-wheel python3-setuptools_scm"
+depends="qtile"
+checkdepends="python3-pytest ${depends}"
+short_desc="Extra features and additions to qtile window manager"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/elParaguayo/qtile-extras"
+changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
+distfiles="${PYPI_SITE}/q/qtile-extras/qtile-extras-${version}.tar.gz"
+checksum=fc3c6da73dc7246773dc4b11ed6d0e563fcfffd60f2f77205ff7f667969c6feb
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3_qtile-extras-0.24.0
  2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
                   ` (2 preceding siblings ...)
  2024-03-15 21:40 ` [PR PATCH] [Updated] New package: python3_qtile-extras-0.24.0 ftpd
@ 2024-03-15 21:42 ` ftpd
  2024-03-15 21:44 ` ftpd
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ftpd @ 2024-03-15 21:42 UTC (permalink / raw)
  To: ml

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

New comment by ftpd on void-packages repository

https://github.com/void-linux/void-packages/pull/48312#issuecomment-2000483083

Comment:
> This package should be called `python3-qtile_extras` because it provides a Python package without user-visible applications.
> 
> There seems to be a test suite in the source repository. Try to include `python3-pytest` and any requisite dependencies in `checkdepends` to allow testing of the package.

Done.

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

* Re: New package: python3_qtile-extras-0.24.0
  2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
                   ` (3 preceding siblings ...)
  2024-03-15 21:42 ` ftpd
@ 2024-03-15 21:44 ` ftpd
  2024-03-15 21:48 ` [PR PATCH] [Updated] " ftpd
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ftpd @ 2024-03-15 21:44 UTC (permalink / raw)
  To: ml

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

New comment by ftpd on void-packages repository

https://github.com/void-linux/void-packages/pull/48312#issuecomment-2000483083

Comment:
> This package should be called `python3-qtile_extras` because it provides a Python package without user-visible applications.
> 
> There seems to be a test suite in the source repository. Try to include `python3-pytest` and any requisite dependencies in `checkdepends` to allow testing of the package.

Done.

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

* Re: [PR PATCH] [Updated] New package: python3_qtile-extras-0.24.0
  2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
                   ` (4 preceding siblings ...)
  2024-03-15 21:44 ` ftpd
@ 2024-03-15 21:48 ` ftpd
  2024-03-15 22:26 ` ftpd
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ftpd @ 2024-03-15 21:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages qtile-extras
https://github.com/void-linux/void-packages/pull/48312

New package: python3_qtile-extras-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From 4343c0d2a26fa9d1c241cd886529bc5a7b3572ad Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Sun, 21 Jan 2024 21:46:52 +0100
Subject: [PATCH] New package: python3_qtile-extras-0.24.0

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

diff --git a/srcpkgs/python3-qtile-extras/template b/srcpkgs/python3-qtile-extras/template
new file mode 100644
index 00000000000000..414f78edccc10d
--- /dev/null
+++ b/srcpkgs/python3-qtile-extras/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-qtile-extras'
+pkgname=python3-qtile-extras
+version=0.24.0
+revision=1
+build_style=python3-pep517
+makedepends="python3-wheel python3-setuptools_scm"
+depends="qtile"
+checkdepends="python3-pytest python3-dbus-next ${depends}"
+short_desc="Extra features and additions to qtile window manager"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/elParaguayo/qtile-extras"
+changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
+distfiles="${PYPI_SITE}/q/qtile-extras/qtile-extras-${version}.tar.gz"
+checksum=fc3c6da73dc7246773dc4b11ed6d0e563fcfffd60f2f77205ff7f667969c6feb
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3_qtile-extras-0.24.0
  2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
                   ` (5 preceding siblings ...)
  2024-03-15 21:48 ` [PR PATCH] [Updated] " ftpd
@ 2024-03-15 22:26 ` ftpd
  2024-03-15 22:29 ` ftpd
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ftpd @ 2024-03-15 22:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages qtile-extras
https://github.com/void-linux/void-packages/pull/48312

New package: python3_qtile-extras-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From 4d8a69274f87b20f1e1bc96ddcf045321ea0bd51 Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Sun, 21 Jan 2024 21:46:52 +0100
Subject: [PATCH] New package: python3_qtile-extras-0.24.0

---
 srcpkgs/python3-qtile-extras/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-qtile-extras/template

diff --git a/srcpkgs/python3-qtile-extras/template b/srcpkgs/python3-qtile-extras/template
new file mode 100644
index 00000000000000..ca49dd5b9dc26a
--- /dev/null
+++ b/srcpkgs/python3-qtile-extras/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-qtile-extras'
+pkgname=python3-qtile-extras
+version=0.24.0
+revision=1
+build_style=python3-pep517
+makedepends="python3-wheel python3-setuptools_scm"
+depends="qtile"
+short_desc="Extra features and additions to qtile window manager"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/elParaguayo/qtile-extras"
+changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
+distfiles="${PYPI_SITE}/q/qtile-extras/qtile-extras-${version}.tar.gz"
+checksum=fc3c6da73dc7246773dc4b11ed6d0e563fcfffd60f2f77205ff7f667969c6feb
+# Tests require a lot of python modules that are not packaged
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3_qtile-extras-0.24.0
  2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
                   ` (6 preceding siblings ...)
  2024-03-15 22:26 ` ftpd
@ 2024-03-15 22:29 ` ftpd
  2024-03-15 22:50 ` ahesford
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ftpd @ 2024-03-15 22:29 UTC (permalink / raw)
  To: ml

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

New comment by ftpd on void-packages repository

https://github.com/void-linux/void-packages/pull/48312#issuecomment-2000585394

Comment:
@ahesford I've tried to add tests, but it seems they require a lot of python packages that are not packaged. I've packaged Pint locally, then it wanted stravalib... and that's where I decided to give up with tests. I don't think I want to propose a PR with ton of python modules just because one test suite requires them; I definitely don't want to become a maintainer of `python3-stravalib` package or other exotic modules like this.

Please let me know if the current version with test skipped is ok. If they are required, I will close this PR - it's not that crucial anyway.

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

* Re: New package: python3_qtile-extras-0.24.0
  2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
                   ` (7 preceding siblings ...)
  2024-03-15 22:29 ` ftpd
@ 2024-03-15 22:50 ` ahesford
  2024-03-16 11:39 ` ahesford
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2024-03-15 22:50 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/48312#issuecomment-2000600751

Comment:
Skipping checks for this reason is fine.

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

* Re: New package: python3_qtile-extras-0.24.0
  2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
                   ` (8 preceding siblings ...)
  2024-03-15 22:50 ` ahesford
@ 2024-03-16 11:39 ` ahesford
  2024-03-16 12:28 ` [PR PATCH] [Updated] " ftpd
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2024-03-16 11:39 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/48312#issuecomment-2001959137

Comment:
The commit message says `python3_qtile-extras` but should say `python3-qtile-extras`.

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

* Re: [PR PATCH] [Updated] New package: python3_qtile-extras-0.24.0
  2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
                   ` (9 preceding siblings ...)
  2024-03-16 11:39 ` ahesford
@ 2024-03-16 12:28 ` ftpd
  2024-03-16 12:29 ` ftpd
  2024-03-18 15:14 ` [PR PATCH] [Merged]: New package: python3-qtile-extras-0.24.0 ahesford
  12 siblings, 0 replies; 14+ messages in thread
From: ftpd @ 2024-03-16 12:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages qtile-extras
https://github.com/void-linux/void-packages/pull/48312

New package: python3_qtile-extras-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From cdfebec8c5bd601d3ba52c67e09fa98f9e1e05e1 Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Sun, 21 Jan 2024 21:46:52 +0100
Subject: [PATCH] New package: python3-qtile-extras-0.24.0

---
 srcpkgs/python3-qtile-extras/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-qtile-extras/template

diff --git a/srcpkgs/python3-qtile-extras/template b/srcpkgs/python3-qtile-extras/template
new file mode 100644
index 00000000000000..ca49dd5b9dc26a
--- /dev/null
+++ b/srcpkgs/python3-qtile-extras/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-qtile-extras'
+pkgname=python3-qtile-extras
+version=0.24.0
+revision=1
+build_style=python3-pep517
+makedepends="python3-wheel python3-setuptools_scm"
+depends="qtile"
+short_desc="Extra features and additions to qtile window manager"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/elParaguayo/qtile-extras"
+changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
+distfiles="${PYPI_SITE}/q/qtile-extras/qtile-extras-${version}.tar.gz"
+checksum=fc3c6da73dc7246773dc4b11ed6d0e563fcfffd60f2f77205ff7f667969c6feb
+# Tests require a lot of python modules that are not packaged
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3_qtile-extras-0.24.0
  2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
                   ` (10 preceding siblings ...)
  2024-03-16 12:28 ` [PR PATCH] [Updated] " ftpd
@ 2024-03-16 12:29 ` ftpd
  2024-03-18 15:14 ` [PR PATCH] [Merged]: New package: python3-qtile-extras-0.24.0 ahesford
  12 siblings, 0 replies; 14+ messages in thread
From: ftpd @ 2024-03-16 12:29 UTC (permalink / raw)
  To: ml

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

New comment by ftpd on void-packages repository

https://github.com/void-linux/void-packages/pull/48312#issuecomment-2001972881

Comment:
> The commit message says `python3_qtile-extras` but should say `python3-qtile-extras`.

Fixed.

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

* Re: [PR PATCH] [Merged]: New package: python3-qtile-extras-0.24.0
  2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
                   ` (11 preceding siblings ...)
  2024-03-16 12:29 ` ftpd
@ 2024-03-18 15:14 ` ahesford
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2024-03-18 15:14 UTC (permalink / raw)
  To: ml

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

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

New package: python3-qtile-extras-0.24.0
https://github.com/void-linux/void-packages/pull/48312

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

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

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

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

end of thread, other threads:[~2024-03-18 15:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-21 20:47 [PR PATCH] New package: qtile-etras-0.24.0 ftpd
2024-03-15 11:52 ` [PR PATCH] [Updated] " ftpd
2024-03-15 21:37 ` [PR PATCH] [Updated] New package: qtile-extras-0.24.0 ftpd
2024-03-15 21:40 ` [PR PATCH] [Updated] New package: python3_qtile-extras-0.24.0 ftpd
2024-03-15 21:42 ` ftpd
2024-03-15 21:44 ` ftpd
2024-03-15 21:48 ` [PR PATCH] [Updated] " ftpd
2024-03-15 22:26 ` ftpd
2024-03-15 22:29 ` ftpd
2024-03-15 22:50 ` ahesford
2024-03-16 11:39 ` ahesford
2024-03-16 12:28 ` [PR PATCH] [Updated] " ftpd
2024-03-16 12:29 ` ftpd
2024-03-18 15:14 ` [PR PATCH] [Merged]: New package: python3-qtile-extras-0.24.0 ahesford

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