Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New Package: python3-httpx-0.13.3
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22662@inbox.vuxu.org>
@ 2021-08-19 19:03 ` misuchiru03
  0 siblings, 0 replies; only message in thread
From: misuchiru03 @ 2021-08-19 19:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages np_python3-httpx_0.13.3
https://github.com/void-linux/void-packages/pull/22662

New Package: python3-httpx-0.13.3
Closes:  #22033

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_python3-httpx_0.13.3-22662.patch --]
[-- Type: text/x-diff, Size: 5796 bytes --]

From 4b98b7032df5fb36aa63fd842e59228aac182ad3 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sat, 6 Jun 2020 16:19:18 -0500
Subject: [PATCH 1/5] New package: python3-brotlipy-0.7.0

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

diff --git a/srcpkgs/python3-brotlipy/template b/srcpkgs/python3-brotlipy/template
new file mode 100644
index 000000000000..8c82bfa15588
--- /dev/null
+++ b/srcpkgs/python3-brotlipy/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-brotlipy'
+pkgname=python3-brotlipy
+version=0.7.0
+revision=1
+wrksrc="brotlipy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-cffi python3-devel"
+depends="python3-cffi"
+short_desc="Python bindings to Brotli compression library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/python-hyper/brotlipy/"
+distfiles="${PYPI_SITE}/b/brotlipy/brotlipy-${version}.tar.gz"
+checksum=36def0b859beaf21910157b4c33eb3b06d8ce459c942102f16988cca6ea164df
+
+post_install() {
+	vlicense LICENSE
+}

From 33ac7a1d226ad4131e473ce0ad1ef437bf8eb294 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sat, 6 Jun 2020 16:19:39 -0500
Subject: [PATCH 2/5] New package: python3-h2-3.2.0

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

diff --git a/srcpkgs/python3-h2/template b/srcpkgs/python3-h2/template
new file mode 100644
index 000000000000..5cbd5832e53c
--- /dev/null
+++ b/srcpkgs/python3-h2/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-h2'
+pkgname=python3-h2
+version=3.2.0
+revision=1
+wrksrc="h2-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-hyperframe python3-hpack"
+short_desc="HTTP/2 state-machine based protocol implementation"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="http://python-hyper.org/h2/"
+distfiles="${PYPI_SITE}/h/h2/h2-${version}.tar.gz"
+checksum=875f41ebd6f2c44781259005b157faed1a5031df3ae5aa7bcb4628a6c0782f14
+
+post_install() {
+	vlicense LICENSE
+}

From a221294f087d3913f8b8268c0c015a543ce62256 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sat, 6 Jun 2020 16:21:07 -0500
Subject: [PATCH 3/5] New package: python3-hstspreload-2020.6.5

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

diff --git a/srcpkgs/python3-hstspreload/template b/srcpkgs/python3-hstspreload/template
new file mode 100644
index 000000000000..00b22b971faf
--- /dev/null
+++ b/srcpkgs/python3-hstspreload/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-hstspreload'
+pkgname=python3-hstspreload
+version=2020.6.5
+revision=1
+wrksrc="hstspreload-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Chromium HSTS Preload list as a python package"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/sethmlarson/hstspreload"
+distfiles="${PYPI_SITE}/h/hstspreload/hstspreload-${version}.tar.gz"
+checksum=2858151b4f77322c6a61312abccead20217b1169ae0855753c0da45da2049329
+
+post_install() {
+	vlicense LICENSE
+}

From 253910f4a7a8835224c59ea7cc981eb44492d64c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sat, 6 Jun 2020 16:21:41 -0500
Subject: [PATCH 4/5] New package: python3-rfc3986-1.4.0

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

diff --git a/srcpkgs/python3-rfc3986/template b/srcpkgs/python3-rfc3986/template
new file mode 100644
index 000000000000..102ef7b1bdb7
--- /dev/null
+++ b/srcpkgs/python3-rfc3986/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-rfc3986'
+pkgname=python3-rfc3986
+version=1.4.0
+revision=1
+wrksrc="rfc3986-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Validating URI references per RFC 3986"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="http://rfc3986.readthedocs.io/"
+distfiles="${PYPI_SITE}/r/rfc3986/rfc3986-${version}.tar.gz"
+checksum=112398da31a3344dc25dbf477d8df6cb34f9278a94fee2625d89e4514be8bb9d

From b306f9a4dde3e96d7e72f69be417cf91a01700d2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sat, 6 Jun 2020 16:24:20 -0500
Subject: [PATCH 5/5] New package: python3-httpx-0.13.3

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

diff --git a/srcpkgs/python3-httpx/template b/srcpkgs/python3-httpx/template
new file mode 100644
index 000000000000..b7b7273323f7
--- /dev/null
+++ b/srcpkgs/python3-httpx/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-httpx'
+pkgname=python3-httpx
+version=0.13.3
+revision=1
+wrksrc="httpx-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-certifi python3-urllib3 python3-h11 python3-chardet python3-idna
+ python3-h2 python3-hstspreload python3-rfc3986 python3-sniffio python3-brotlipy"
+short_desc="Next generation HTTP client for Python"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://www.python-httpx.org"
+distfiles="https://github.com/encode/httpx/archive/${version}.tar.gz"
+checksum=30b3649c0d6841d3736a25abc15e0d51a5dd1a22ad71e33adec66e385c390218
+
+post_install() {
+	vlicense LICENSE.md
+}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-19 19:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22662@inbox.vuxu.org>
2021-08-19 19:03 ` [PR PATCH] [Updated] New Package: python3-httpx-0.13.3 misuchiru03

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