Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-uvicorn-0.19.0
@ 2022-11-10 19:58 pfpulux
  2022-11-10 19:59 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pfpulux @ 2022-11-10 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-uvicorn
https://github.com/void-linux/void-packages/pull/40450

New package: python3-uvicorn-0.19.0
<!-- 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 4615a6d82932640364c42cb5505024ec1e6b234b Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Thu, 10 Nov 2022 20:36:42 +0100
Subject: [PATCH] New package: python3-uvicorn-0.19.0

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

diff --git a/srcpkgs/python3-uvicorn/template b/srcpkgs/python3-uvicorn/template
new file mode 100644
index 000000000000..d356e247e718
--- /dev/null
+++ b/srcpkgs/python3-uvicorn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-uvicorn'
+pkgname=python3-uvicorn
+version=0.19.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatch"
+depends="python3-asgiref python3-uvloop python3-click python3-h11"
+short_desc="ASGI web server, for Python"
+maintainer="Pulux <pulux@pf4sh.eu>"
+license="BSD-3-Clause"
+homepage="https://www.uvicorn.org/"
+changelog="https://github.com/encode/uvicorn/blob/master/CHANGELOG.md"
+distfiles="https://github.com/encode/uvicorn/archive/refs/tags/${version}.tar.gz"
+checksum=8f46d54394ad97fcc5dda862c4e0925b1bc3d6a36abe5c2e822f81d80fdc793b
+# Tests not supported
+make_check=no
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR REVIEW] New package: python3-uvicorn-0.19.0
  2022-11-10 19:58 [PR PATCH] New package: python3-uvicorn-0.19.0 pfpulux
@ 2022-11-10 19:59 ` classabbyamp
  2022-11-10 20:00 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-10 19:59 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40450#discussion_r1019561728

Comment:
```suggestion
short_desc="ASGI web server"
```

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

* Re: [PR REVIEW] New package: python3-uvicorn-0.19.0
  2022-11-10 19:58 [PR PATCH] New package: python3-uvicorn-0.19.0 pfpulux
  2022-11-10 19:59 ` [PR REVIEW] " classabbyamp
@ 2022-11-10 20:00 ` classabbyamp
  2022-11-11  4:49 ` [PR PATCH] [Updated] " pfpulux
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-10 20:00 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40450#discussion_r1019561728

Comment:
```suggestion
short_desc="ASGI web server"
```
kinda redundant when the pkg name includes python

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

* Re: [PR PATCH] [Updated] New package: python3-uvicorn-0.19.0
  2022-11-10 19:58 [PR PATCH] New package: python3-uvicorn-0.19.0 pfpulux
  2022-11-10 19:59 ` [PR REVIEW] " classabbyamp
  2022-11-10 20:00 ` classabbyamp
@ 2022-11-11  4:49 ` pfpulux
  2023-02-10  2:40 ` github-actions
  2023-02-25  2:01 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: pfpulux @ 2022-11-11  4:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-uvicorn
https://github.com/void-linux/void-packages/pull/40450

New package: python3-uvicorn-0.19.0
<!-- 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 5a2e5874dd0c1c546e90d07dc4277ef7d8803e24 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Thu, 10 Nov 2022 20:36:42 +0100
Subject: [PATCH] New package: python3-uvicorn-0.19.0

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

diff --git a/srcpkgs/python3-uvicorn/template b/srcpkgs/python3-uvicorn/template
new file mode 100644
index 000000000000..761517fa7b67
--- /dev/null
+++ b/srcpkgs/python3-uvicorn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-uvicorn'
+pkgname=python3-uvicorn
+version=0.19.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatch"
+depends="python3-asgiref python3-uvloop python3-click python3-h11"
+short_desc="ASGI web server"
+maintainer="Pulux <pulux@pf4sh.eu>"
+license="BSD-3-Clause"
+homepage="https://www.uvicorn.org/"
+changelog="https://github.com/encode/uvicorn/blob/master/CHANGELOG.md"
+distfiles="https://github.com/encode/uvicorn/archive/refs/tags/${version}.tar.gz"
+checksum=8f46d54394ad97fcc5dda862c4e0925b1bc3d6a36abe5c2e822f81d80fdc793b
+# Tests not supported
+make_check=no
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: New package: python3-uvicorn-0.19.0
  2022-11-10 19:58 [PR PATCH] New package: python3-uvicorn-0.19.0 pfpulux
                   ` (2 preceding siblings ...)
  2022-11-11  4:49 ` [PR PATCH] [Updated] " pfpulux
@ 2023-02-10  2:40 ` github-actions
  2023-02-25  2:01 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-02-10  2:40 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40450#issuecomment-1425097386

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: python3-uvicorn-0.19.0
  2022-11-10 19:58 [PR PATCH] New package: python3-uvicorn-0.19.0 pfpulux
                   ` (3 preceding siblings ...)
  2023-02-10  2:40 ` github-actions
@ 2023-02-25  2:01 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-02-25  2:01 UTC (permalink / raw)
  To: ml

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

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

New package: python3-uvicorn-0.19.0
https://github.com/void-linux/void-packages/pull/40450

Description:
<!-- 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-02-25  2:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 19:58 [PR PATCH] New package: python3-uvicorn-0.19.0 pfpulux
2022-11-10 19:59 ` [PR REVIEW] " classabbyamp
2022-11-10 20:00 ` classabbyamp
2022-11-11  4:49 ` [PR PATCH] [Updated] " pfpulux
2023-02-10  2:40 ` github-actions
2023-02-25  2:01 ` [PR PATCH] [Closed]: " github-actions

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