Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Qutebrowser testing
@ 2023-03-12 22:38 jason1987d
  2023-03-13  8:12 ` paper42
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jason1987d @ 2023-03-12 22:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages qutebrowser-testing
https://github.com/void-linux/void-packages/pull/42733

Qutebrowser testing
Three packages listed in qutebrowser template as needed for testing it that are not currently packaged in void linux.

#### Testing the changes
- I tested the changes in this PR: briefly
#### 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, (ARCH-LIBC)

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

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

From 6297d5d420bdf78535458ce329ddbf739635bbc8 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sun, 12 Mar 2023 15:38:19 -0500
Subject: [PATCH 1/3] New package: python3-pytest-bdd-6.1.1

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

diff --git a/srcpkgs/python3-pytest-bdd/template b/srcpkgs/python3-pytest-bdd/template
new file mode 100644
index 000000000000..02470dbf0184
--- /dev/null
+++ b/srcpkgs/python3-pytest-bdd/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pytest-bdd'
+pkgname=python3-pytest-bdd
+version=6.1.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-pytest"
+checkdepends="python3-typing_extensions"
+short_desc="BDD library for the py.test runner"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://github.com/pytest-dev/pytest-bdd"
+distfiles="${PYPI_SITE}/p/pytest-bdd/pytest_bdd-${version}.tar.gz"
+checksum=138af3592bcce5d4684b0d690777cf199b39ce45d423ca28086047ffe6111010
+make_check=no	# collected 0 items for test
+
+post_install() {
+	vlicense LICENSE.txt
+}

From db9099c1bf1298d6022e29f81bf4f54f146861ce Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sun, 12 Mar 2023 15:51:34 -0500
Subject: [PATCH 2/3] New package: python3-pytest-instafail-0.4.2

---
 srcpkgs/python3-pytest-instafail/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-pytest-instafail/template

diff --git a/srcpkgs/python3-pytest-instafail/template b/srcpkgs/python3-pytest-instafail/template
new file mode 100644
index 000000000000..9ec8063f1361
--- /dev/null
+++ b/srcpkgs/python3-pytest-instafail/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pytest-instafail'
+pkgname=python3-pytest-instafail
+version=0.4.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-pytest"
+checkdepends="python3-pytest"
+short_desc="Pytest plugin to show failures instantly"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="BSD-2-Clause"
+homepage="https://github.com/pytest-dev/pytest-instafail"
+distfiles="${PYPI_SITE}/p/pytest-instafail/pytest-instafail-${version}.tar.gz"
+checksum=19273fdf3f0f9a1cb4b7a0bc8aa1bdaaf6b0f62a681b693d5eca4626abc99782
+
+post_install() {
+	vlicense LICENSE
+}

From 9b71ce1a2579b10c707375504462647e210dcefc Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sun, 12 Mar 2023 17:37:06 -0500
Subject: [PATCH 3/3] New package: python3-pytest-rerunfailures-11.1.2

---
 srcpkgs/python3-pytest-rerunfailures/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-pytest-rerunfailures/template

diff --git a/srcpkgs/python3-pytest-rerunfailures/template b/srcpkgs/python3-pytest-rerunfailures/template
new file mode 100644
index 000000000000..d03dc4fb34c1
--- /dev/null
+++ b/srcpkgs/python3-pytest-rerunfailures/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pytest-rerunfailures'
+pkgname=python3-pytest-rerunfailures
+version=11.1.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-pytest"
+checkdepends="python3-pytest"
+short_desc="Pytest plugin to re-run tests to eliminate flaky failures"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MPL-2.0"
+homepage="https://github.com/pytest-dev/pytest-rerunfailures"
+distfiles="${PYPI_SITE}/p/pytest-rerunfailures/pytest-rerunfailures-${version}.tar.gz"
+checksum=55611661e873f1cafa384c82f08d07883954f4b76435f4b8a5b470c1954573de
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: Qutebrowser testing
  2023-03-12 22:38 [PR PATCH] Qutebrowser testing jason1987d
@ 2023-03-13  8:12 ` paper42
  2023-03-13 10:55 ` [PR REVIEW] " mhmdanas
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2023-03-13  8:12 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42733#issuecomment-1465686945

Comment:
Please also enable tests in qutebrowser in this PR so we can see this works

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

* Re: [PR REVIEW] Qutebrowser testing
  2023-03-12 22:38 [PR PATCH] Qutebrowser testing jason1987d
  2023-03-13  8:12 ` paper42
@ 2023-03-13 10:55 ` mhmdanas
  2023-03-13 10:56 ` mhmdanas
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mhmdanas @ 2023-03-13 10:55 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42733#discussion_r1133755188

Comment:
python3-pytest already depends on python3:
```suggestion
depends="python3-pytest"
```

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

* Re: [PR REVIEW] Qutebrowser testing
  2023-03-12 22:38 [PR PATCH] Qutebrowser testing jason1987d
  2023-03-13  8:12 ` paper42
  2023-03-13 10:55 ` [PR REVIEW] " mhmdanas
@ 2023-03-13 10:56 ` mhmdanas
  2023-03-13 10:57 ` mhmdanas
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mhmdanas @ 2023-03-13 10:56 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42733#discussion_r1133756780

Comment:
```suggestion
depends="python3-pytest"
```

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

* Re: [PR REVIEW] Qutebrowser testing
  2023-03-12 22:38 [PR PATCH] Qutebrowser testing jason1987d
                   ` (2 preceding siblings ...)
  2023-03-13 10:56 ` mhmdanas
@ 2023-03-13 10:57 ` mhmdanas
  2023-03-13 17:26 ` [PR PATCH] [Updated] " jason1987d
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mhmdanas @ 2023-03-13 10:57 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42733#discussion_r1133757162

Comment:
```suggestion
depends="python3-pytest"
```

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

* Re: [PR PATCH] [Updated] Qutebrowser testing
  2023-03-12 22:38 [PR PATCH] Qutebrowser testing jason1987d
                   ` (3 preceding siblings ...)
  2023-03-13 10:57 ` mhmdanas
@ 2023-03-13 17:26 ` jason1987d
  2023-03-13 19:55 ` jason1987d
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jason1987d @ 2023-03-13 17:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages qutebrowser-testing
https://github.com/void-linux/void-packages/pull/42733

Qutebrowser testing
Three packages listed in qutebrowser template as needed for testing it that are not currently packaged in void linux.
https://github.com/void-linux/void-packages/pull/42344

#### Testing the changes
- I tested the changes in this PR: briefly
#### 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, (ARCH-LIBC)

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

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

From 6297d5d420bdf78535458ce329ddbf739635bbc8 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sun, 12 Mar 2023 15:38:19 -0500
Subject: [PATCH 1/4] New package: python3-pytest-bdd-6.1.1

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

diff --git a/srcpkgs/python3-pytest-bdd/template b/srcpkgs/python3-pytest-bdd/template
new file mode 100644
index 000000000000..02470dbf0184
--- /dev/null
+++ b/srcpkgs/python3-pytest-bdd/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pytest-bdd'
+pkgname=python3-pytest-bdd
+version=6.1.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-pytest"
+checkdepends="python3-typing_extensions"
+short_desc="BDD library for the py.test runner"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://github.com/pytest-dev/pytest-bdd"
+distfiles="${PYPI_SITE}/p/pytest-bdd/pytest_bdd-${version}.tar.gz"
+checksum=138af3592bcce5d4684b0d690777cf199b39ce45d423ca28086047ffe6111010
+make_check=no	# collected 0 items for test
+
+post_install() {
+	vlicense LICENSE.txt
+}

From db9099c1bf1298d6022e29f81bf4f54f146861ce Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sun, 12 Mar 2023 15:51:34 -0500
Subject: [PATCH 2/4] New package: python3-pytest-instafail-0.4.2

---
 srcpkgs/python3-pytest-instafail/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-pytest-instafail/template

diff --git a/srcpkgs/python3-pytest-instafail/template b/srcpkgs/python3-pytest-instafail/template
new file mode 100644
index 000000000000..9ec8063f1361
--- /dev/null
+++ b/srcpkgs/python3-pytest-instafail/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pytest-instafail'
+pkgname=python3-pytest-instafail
+version=0.4.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-pytest"
+checkdepends="python3-pytest"
+short_desc="Pytest plugin to show failures instantly"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="BSD-2-Clause"
+homepage="https://github.com/pytest-dev/pytest-instafail"
+distfiles="${PYPI_SITE}/p/pytest-instafail/pytest-instafail-${version}.tar.gz"
+checksum=19273fdf3f0f9a1cb4b7a0bc8aa1bdaaf6b0f62a681b693d5eca4626abc99782
+
+post_install() {
+	vlicense LICENSE
+}

From 9b71ce1a2579b10c707375504462647e210dcefc Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sun, 12 Mar 2023 17:37:06 -0500
Subject: [PATCH 3/4] New package: python3-pytest-rerunfailures-11.1.2

---
 srcpkgs/python3-pytest-rerunfailures/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-pytest-rerunfailures/template

diff --git a/srcpkgs/python3-pytest-rerunfailures/template b/srcpkgs/python3-pytest-rerunfailures/template
new file mode 100644
index 000000000000..d03dc4fb34c1
--- /dev/null
+++ b/srcpkgs/python3-pytest-rerunfailures/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pytest-rerunfailures'
+pkgname=python3-pytest-rerunfailures
+version=11.1.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-pytest"
+checkdepends="python3-pytest"
+short_desc="Pytest plugin to re-run tests to eliminate flaky failures"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MPL-2.0"
+homepage="https://github.com/pytest-dev/pytest-rerunfailures"
+distfiles="${PYPI_SITE}/p/pytest-rerunfailures/pytest-rerunfailures-${version}.tar.gz"
+checksum=55611661e873f1cafa384c82f08d07883954f4b76435f4b8a5b470c1954573de
+
+post_install() {
+	vlicense LICENSE
+}

From 56726b561a38fc8653341da2ee2b55b17f705bdc Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Mon, 13 Mar 2023 12:26:18 -0500
Subject: [PATCH 4/4] New package: python3-parse-type-0.6.0

---
 srcpkgs/python3-parse-type/template | 17 +++++++++++++++++
 srcpkgs/qutebrowser/template        |  7 ++-----
 2 files changed, 19 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-parse-type/template

diff --git a/srcpkgs/python3-parse-type/template b/srcpkgs/python3-parse-type/template
new file mode 100644
index 000000000000..2cb38d8b3096
--- /dev/null
+++ b/srcpkgs/python3-parse-type/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-parse-type'
+pkgname=python3-parse-type
+version=0.6.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Simplifies to build parse types based on the parse module"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="BSD-3-Clause"
+homepage="https://github.com/jenisys/parse_type"
+distfiles="${PYPI_SITE}/p/parse-type/parse_type-${version}.tar.gz"
+checksum=20b43c660e48ed47f433bce5873a2a3d4b9b6a7ba47bd7f7d2a7cec4bec5551f
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index af1ec94b27c7..774258bb52ca 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -4,8 +4,8 @@ version=2.5.2
 revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
-depends="python3-PyQt5-quick python3-Jinja2 python3-yaml
- python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite"
+depends="python3-PyQt5-quick python3-Jinja2 python3-yaml python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite"
+checkdepends="${depends} python3-pytest-bdd python3-pytest-instafail python3-pytest-rerunfailures python3-typing_extensions python3-parse python3-parse-type python3-six python3-Mako python3-pytest-benchmark python3-pytest-mock python3-pytest-qt python3-hypothesis python3-PyQt5-webkit python3-BeautifulSoup4 python3-tldextract python3-cmdln"
 short_desc="Keyboard-focused browser with a minimal GUI"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
@@ -14,9 +14,6 @@ changelog="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/
 distfiles="https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz"
 checksum=a9bfce14ddc403de0deb2eedf983c231ce003e0759995ec7ef4ea34e4974e908
 nostrip=yes
-# testing requires unpackaged plugins:
-# pytest-bdd, pytest-benchmark, pytest-instafail, pytest-rerunfailures
-make_check=no
 
 build_options="webengine"
 desc_option_webengine="Build Qt5 WebEngine support"

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

* Re: [PR PATCH] [Updated] Qutebrowser testing
  2023-03-12 22:38 [PR PATCH] Qutebrowser testing jason1987d
                   ` (4 preceding siblings ...)
  2023-03-13 17:26 ` [PR PATCH] [Updated] " jason1987d
@ 2023-03-13 19:55 ` jason1987d
  2023-03-14 16:59 ` jason1987d
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jason1987d @ 2023-03-13 19:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages qutebrowser-testing
https://github.com/void-linux/void-packages/pull/42733

Qutebrowser testing
Three packages listed in qutebrowser template as needed for testing it that are not currently packaged in void linux.
https://github.com/void-linux/void-packages/pull/42344

#### Testing the changes
- I tested the changes in this PR: briefly
#### 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, (ARCH-LIBC)

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

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

From 6297d5d420bdf78535458ce329ddbf739635bbc8 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sun, 12 Mar 2023 15:38:19 -0500
Subject: [PATCH 1/4] New package: python3-pytest-bdd-6.1.1

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

diff --git a/srcpkgs/python3-pytest-bdd/template b/srcpkgs/python3-pytest-bdd/template
new file mode 100644
index 000000000000..02470dbf0184
--- /dev/null
+++ b/srcpkgs/python3-pytest-bdd/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pytest-bdd'
+pkgname=python3-pytest-bdd
+version=6.1.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-pytest"
+checkdepends="python3-typing_extensions"
+short_desc="BDD library for the py.test runner"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MIT"
+homepage="https://github.com/pytest-dev/pytest-bdd"
+distfiles="${PYPI_SITE}/p/pytest-bdd/pytest_bdd-${version}.tar.gz"
+checksum=138af3592bcce5d4684b0d690777cf199b39ce45d423ca28086047ffe6111010
+make_check=no	# collected 0 items for test
+
+post_install() {
+	vlicense LICENSE.txt
+}

From db9099c1bf1298d6022e29f81bf4f54f146861ce Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sun, 12 Mar 2023 15:51:34 -0500
Subject: [PATCH 2/4] New package: python3-pytest-instafail-0.4.2

---
 srcpkgs/python3-pytest-instafail/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-pytest-instafail/template

diff --git a/srcpkgs/python3-pytest-instafail/template b/srcpkgs/python3-pytest-instafail/template
new file mode 100644
index 000000000000..9ec8063f1361
--- /dev/null
+++ b/srcpkgs/python3-pytest-instafail/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pytest-instafail'
+pkgname=python3-pytest-instafail
+version=0.4.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-pytest"
+checkdepends="python3-pytest"
+short_desc="Pytest plugin to show failures instantly"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="BSD-2-Clause"
+homepage="https://github.com/pytest-dev/pytest-instafail"
+distfiles="${PYPI_SITE}/p/pytest-instafail/pytest-instafail-${version}.tar.gz"
+checksum=19273fdf3f0f9a1cb4b7a0bc8aa1bdaaf6b0f62a681b693d5eca4626abc99782
+
+post_install() {
+	vlicense LICENSE
+}

From 9b71ce1a2579b10c707375504462647e210dcefc Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sun, 12 Mar 2023 17:37:06 -0500
Subject: [PATCH 3/4] New package: python3-pytest-rerunfailures-11.1.2

---
 srcpkgs/python3-pytest-rerunfailures/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-pytest-rerunfailures/template

diff --git a/srcpkgs/python3-pytest-rerunfailures/template b/srcpkgs/python3-pytest-rerunfailures/template
new file mode 100644
index 000000000000..d03dc4fb34c1
--- /dev/null
+++ b/srcpkgs/python3-pytest-rerunfailures/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pytest-rerunfailures'
+pkgname=python3-pytest-rerunfailures
+version=11.1.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-pytest"
+checkdepends="python3-pytest"
+short_desc="Pytest plugin to re-run tests to eliminate flaky failures"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="MPL-2.0"
+homepage="https://github.com/pytest-dev/pytest-rerunfailures"
+distfiles="${PYPI_SITE}/p/pytest-rerunfailures/pytest-rerunfailures-${version}.tar.gz"
+checksum=55611661e873f1cafa384c82f08d07883954f4b76435f4b8a5b470c1954573de
+
+post_install() {
+	vlicense LICENSE
+}

From 0ab882b6d25ecfe17c80850f8ee615b4b8b82270 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Mon, 13 Mar 2023 12:26:18 -0500
Subject: [PATCH 4/4] New package: python3-parse-type-0.6.0

---
 srcpkgs/python3-parse-type/template           | 17 +++++++++++++++++
 srcpkgs/python3-pytest-bdd/template           |  2 +-
 srcpkgs/python3-pytest-instafail/template     |  2 +-
 srcpkgs/python3-pytest-rerunfailures/template |  2 +-
 srcpkgs/qutebrowser/template                  |  7 ++-----
 5 files changed, 22 insertions(+), 8 deletions(-)
 create mode 100644 srcpkgs/python3-parse-type/template

diff --git a/srcpkgs/python3-parse-type/template b/srcpkgs/python3-parse-type/template
new file mode 100644
index 000000000000..2cb38d8b3096
--- /dev/null
+++ b/srcpkgs/python3-parse-type/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-parse-type'
+pkgname=python3-parse-type
+version=0.6.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Simplifies to build parse types based on the parse module"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="BSD-3-Clause"
+homepage="https://github.com/jenisys/parse_type"
+distfiles="${PYPI_SITE}/p/parse-type/parse_type-${version}.tar.gz"
+checksum=20b43c660e48ed47f433bce5873a2a3d4b9b6a7ba47bd7f7d2a7cec4bec5551f
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-pytest-bdd/template b/srcpkgs/python3-pytest-bdd/template
index 02470dbf0184..d62979a5cc50 100644
--- a/srcpkgs/python3-pytest-bdd/template
+++ b/srcpkgs/python3-pytest-bdd/template
@@ -4,7 +4,7 @@ version=6.1.1
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-pytest"
+depends="python3-pytest"
 checkdepends="python3-typing_extensions"
 short_desc="BDD library for the py.test runner"
 maintainer="Jason Manley <jason@jasondavid.tv>"
diff --git a/srcpkgs/python3-pytest-instafail/template b/srcpkgs/python3-pytest-instafail/template
index 9ec8063f1361..a7753ffaf888 100644
--- a/srcpkgs/python3-pytest-instafail/template
+++ b/srcpkgs/python3-pytest-instafail/template
@@ -4,7 +4,7 @@ version=0.4.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-pytest"
+depends="python3-pytest"
 checkdepends="python3-pytest"
 short_desc="Pytest plugin to show failures instantly"
 maintainer="Jason Manley <jason@jasondavid.tv>"
diff --git a/srcpkgs/python3-pytest-rerunfailures/template b/srcpkgs/python3-pytest-rerunfailures/template
index d03dc4fb34c1..eab91da91db1 100644
--- a/srcpkgs/python3-pytest-rerunfailures/template
+++ b/srcpkgs/python3-pytest-rerunfailures/template
@@ -4,7 +4,7 @@ version=11.1.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-pytest"
+depends="python3-pytest"
 checkdepends="python3-pytest"
 short_desc="Pytest plugin to re-run tests to eliminate flaky failures"
 maintainer="Jason Manley <jason@jasondavid.tv>"
diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index af1ec94b27c7..774258bb52ca 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -4,8 +4,8 @@ version=2.5.2
 revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
-depends="python3-PyQt5-quick python3-Jinja2 python3-yaml
- python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite"
+depends="python3-PyQt5-quick python3-Jinja2 python3-yaml python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite"
+checkdepends="${depends} python3-pytest-bdd python3-pytest-instafail python3-pytest-rerunfailures python3-typing_extensions python3-parse python3-parse-type python3-six python3-Mako python3-pytest-benchmark python3-pytest-mock python3-pytest-qt python3-hypothesis python3-PyQt5-webkit python3-BeautifulSoup4 python3-tldextract python3-cmdln"
 short_desc="Keyboard-focused browser with a minimal GUI"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
@@ -14,9 +14,6 @@ changelog="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/
 distfiles="https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz"
 checksum=a9bfce14ddc403de0deb2eedf983c231ce003e0759995ec7ef4ea34e4974e908
 nostrip=yes
-# testing requires unpackaged plugins:
-# pytest-bdd, pytest-benchmark, pytest-instafail, pytest-rerunfailures
-make_check=no
 
 build_options="webengine"
 desc_option_webengine="Build Qt5 WebEngine support"

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

* Re: Qutebrowser testing
  2023-03-12 22:38 [PR PATCH] Qutebrowser testing jason1987d
                   ` (5 preceding siblings ...)
  2023-03-13 19:55 ` jason1987d
@ 2023-03-14 16:59 ` jason1987d
  2023-03-16 14:38 ` jason1987d
  2023-03-16 14:38 ` [PR PATCH] [Closed]: " jason1987d
  8 siblings, 0 replies; 10+ messages in thread
From: jason1987d @ 2023-03-14 16:59 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/42733#issuecomment-1468480058

Comment:
I got hold of The-Compiler himself,

> ah, I see the issue... we don't package scripts/dev/ in releases (because 
                      those are development scripts), but we have tests for it
as a quick workaround, can you try just removing 
                      tests/unit/scripts/test_check_coverage.py 
                      tests/unit/scripts/test_problemmatchers.py and 
                      tests/unit/scripts/test_run_vulture.py maybe?

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

* Re: Qutebrowser testing
  2023-03-12 22:38 [PR PATCH] Qutebrowser testing jason1987d
                   ` (6 preceding siblings ...)
  2023-03-14 16:59 ` jason1987d
@ 2023-03-16 14:38 ` jason1987d
  2023-03-16 14:38 ` [PR PATCH] [Closed]: " jason1987d
  8 siblings, 0 replies; 10+ messages in thread
From: jason1987d @ 2023-03-16 14:38 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/42733#issuecomment-1472106262

Comment:
Word is that qt6 branch will be merged soon.

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

* Re: [PR PATCH] [Closed]: Qutebrowser testing
  2023-03-12 22:38 [PR PATCH] Qutebrowser testing jason1987d
                   ` (7 preceding siblings ...)
  2023-03-16 14:38 ` jason1987d
@ 2023-03-16 14:38 ` jason1987d
  8 siblings, 0 replies; 10+ messages in thread
From: jason1987d @ 2023-03-16 14:38 UTC (permalink / raw)
  To: ml

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

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

Qutebrowser testing
https://github.com/void-linux/void-packages/pull/42733

Description:
Three packages listed in qutebrowser template as needed for testing it that are not currently packaged in void linux.
https://github.com/void-linux/void-packages/pull/42344

#### Testing the changes
- I tested the changes in this PR: briefly
#### 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, (ARCH-LIBC)

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

end of thread, other threads:[~2023-03-16 14:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12 22:38 [PR PATCH] Qutebrowser testing jason1987d
2023-03-13  8:12 ` paper42
2023-03-13 10:55 ` [PR REVIEW] " mhmdanas
2023-03-13 10:56 ` mhmdanas
2023-03-13 10:57 ` mhmdanas
2023-03-13 17:26 ` [PR PATCH] [Updated] " jason1987d
2023-03-13 19:55 ` jason1987d
2023-03-14 16:59 ` jason1987d
2023-03-16 14:38 ` jason1987d
2023-03-16 14:38 ` [PR PATCH] [Closed]: " jason1987d

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