Github messages for voidlinux
 help / color / mirror / Atom feed
From: jason1987d <jason1987d@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Qutebrowser testing
Date: Sun, 12 Mar 2023 23:38:36 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42733@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2023-03-12 22:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-12 22:38 jason1987d [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42733@inbox.vuxu.org \
    --to=jason1987d@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).