Github messages for voidlinux
 help / color / mirror / Atom feed
From: tstraus13 <tstraus13@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: python3-trio-websocket-0.11.1 - Add python3-trio-websocket package
Date: Sun, 28 Apr 2024 16:39:57 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50098@inbox.vuxu.org> (raw)

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

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

https://github.com/tstraus13/void-packages trio-websocket
https://github.com/void-linux/void-packages/pull/50098

New package: python3-trio-websocket-0.11.1 - Add python3-trio-websocket package
It is a requirement for updating the streamlink package which I plan to do once this has been accepted/merged. I have been looking at the streamlink package and it is a little behind and this seems to be the only missing python3 package from the repositories that it needs. Void currently has the python3-trio package, which is used as a starting point for this template. If there is more that is needed for this package, or if I missed anything, in the template let me know. Thanks.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86-64-musl


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

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

From 0213b73bb2d41775c3d9281c7a2adcce0b470f28 Mon Sep 17 00:00:00 2001
From: Tom Strausbaugh <tstrausbaugh@straustech.net>
Date: Sun, 28 Apr 2024 10:12:13 -0400
Subject: [PATCH 1/2] Add python3-trio-websocket package

It is a requirement for updating the streamlink package which I plan to
do once this has been accepted/merged.
---
 srcpkgs/python3-trio-websocket/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-trio-websocket/template

diff --git a/srcpkgs/python3-trio-websocket/template b/srcpkgs/python3-trio-websocket/template
new file mode 100644
index 00000000000000..465f9036afbed2
--- /dev/null
+++ b/srcpkgs/python3-trio-websocket/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-trio-websocket'
+pkgname=python3-trio-websocket
+version=0.11.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-trio python3-wsproto"
+checkdepends="$depends python3-pytest iana-etc pylint python3-astroid
+ python3-async_generator python3-jedi python3-openssl python3-trustme"
+short_desc="This library implements both server and client aspects of the the WebSocket protocol, striving for safety, correctness, and ergonomics."
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/python-trio/trio-websocket"
+changelog="https://raw.githubusercontent.com/python-trio/trio-websocket/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/t/trio-websocket/trio-websocket-${version}.tar.gz"
+checksum=18c11793647703c158b1f6e62de638acada927344d534e3c7628eedcb746839f
+make_check_pre="env PY_IGNORE_IMPORTMISMATCH=1"
+
+post_install() {
+	vlicense LICENSE
+}

From f215dbe2eec59d18d7db2103fe4e33e93a8e672b Mon Sep 17 00:00:00 2001
From: Tom Strausbaugh <tstrausbaugh@straustech.net>
Date: Sun, 28 Apr 2024 10:35:23 -0400
Subject: [PATCH 2/2] Fix short_desc and add maintainer

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

diff --git a/srcpkgs/python3-trio-websocket/template b/srcpkgs/python3-trio-websocket/template
index 465f9036afbed2..d01b1e803f49f5 100644
--- a/srcpkgs/python3-trio-websocket/template
+++ b/srcpkgs/python3-trio-websocket/template
@@ -7,8 +7,8 @@ hostmakedepends="python3-setuptools python3-wheel"
 depends="python3-trio python3-wsproto"
 checkdepends="$depends python3-pytest iana-etc pylint python3-astroid
  python3-async_generator python3-jedi python3-openssl python3-trustme"
-short_desc="This library implements both server and client aspects of the the WebSocket protocol, striving for safety, correctness, and ergonomics."
-maintainer="Orphaned <orphan@voidlinux.org>"
+short_desc="Library implementing server and client WebSocket protocol"
+maintainer="Tom Strausbaugh <tstrausbaugh@straustech.net>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/python-trio/trio-websocket"
 changelog="https://raw.githubusercontent.com/python-trio/trio-websocket/master/CHANGELOG.md"

             reply	other threads:[~2024-04-28 14:39 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-28 14:39 tstraus13 [this message]
2024-04-28 14:48 ` [PR PATCH] [Updated] " tstraus13
2024-04-28 15:01 ` tstraus13
2024-04-28 16:18 ` classabbyamp
2024-04-28 16:18 ` classabbyamp
2024-04-28 16:25 ` tstraus13
2024-04-28 16:34 ` [PR PATCH] [Updated] " tstraus13
2024-04-28 17:29 ` tstraus13
2024-04-28 17:31 ` classabbyamp
2024-04-28 17:54 ` tstraus13
2024-04-28 17:54 ` tstraus13
2024-04-28 18:14 ` [PR PATCH] [Closed]: " classabbyamp
2024-04-28 18:14 ` classabbyamp
2024-04-28 18:15 ` classabbyamp
2024-04-28 18:19 ` tstraus13
2024-04-28 18:35 ` [PR PATCH] [Updated] " tstraus13
2024-04-28 18:37 ` tstraus13
2024-04-28 18:44 ` tstraus13
2024-04-28 18:45 ` tstraus13
2024-04-28 18:48 ` [PR PATCH] [Updated] " tstraus13
2024-05-01  1:47 ` tstraus13
2024-05-01  2:08 ` tstraus13
2024-05-06 18:34 ` tstraus13
2024-05-06 23:14 ` classabbyamp
2024-05-06 23:18 ` tstraus13
2024-05-06 23:20 ` classabbyamp
2024-05-06 23:22 ` tstraus13
2024-05-06 23:25 ` tstraus13
2024-05-06 23:53 ` tstraus13
2024-05-06 23:54 ` streamlink: update to 6.7.3 classabbyamp
2024-05-06 23:57 ` tstraus13
2024-05-07  0:39 ` [PR PATCH] [Updated] " tstraus13
2024-05-07  0:44 ` tstraus13
2024-05-07  0:55 ` classabbyamp
2024-05-07  1:08 ` [PR PATCH] [Updated] " tstraus13
2024-05-07  1:17 ` tstraus13
2024-05-07  1:19 ` tstraus13
2024-05-07  1:26 ` [PR PATCH] [Updated] " tstraus13
2024-05-07  1:29 ` tstraus13
2024-05-07  2:03 ` [PR PATCH] [Closed]: " classabbyamp

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-50098@inbox.vuxu.org \
    --to=tstraus13@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).