public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/aioquic/
@ 2024-12-31 16:01 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2024-12-31 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     cbaddc8056aa92e4cc4dbe0d8637a0104f958570
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 13:48:31 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 16:01:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbaddc80

dev-python/aioquic: New package, v1.2.0

Needed for net-proxy/mitmproxy bump.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/aioquic/Manifest             |  1 +
 dev-python/aioquic/aioquic-1.2.0.ebuild | 35 +++++++++++++++++++++++++++++++++
 dev-python/aioquic/metadata.xml         | 11 +++++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-python/aioquic/Manifest b/dev-python/aioquic/Manifest
new file mode 100644
index 000000000000..f964990b3a61
--- /dev/null
+++ b/dev-python/aioquic/Manifest
@@ -0,0 +1 @@
+DIST aioquic-1.2.0.tar.gz 179891 BLAKE2B fcf7821a93c166c98cdb7e6e2eb3b80df65c1faa484268faa0fc1386bb59bdfffdf801a8de23c2a2d9dec826640ad75717b068b558081959089e9be7d414bca3 SHA512 6833a19e52ac702a3ae12fdfa3dcd3011125e38d9c16ae88881533f6c607d61c6eac43215eae80c75513d616432a98d124fc92545d63697159658e611af50ee9

diff --git a/dev-python/aioquic/aioquic-1.2.0.ebuild b/dev-python/aioquic/aioquic-1.2.0.ebuild
new file mode 100644
index 000000000000..3ad1c96c76ee
--- /dev/null
+++ b/dev-python/aioquic/aioquic-1.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="An implementation of QUIC and HTTP/3"
+HOMEPAGE="
+	https://github.com/aiortc/aioquic/
+	https://pypi.org/project/aioquic/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	dev-libs/openssl:=
+"
+RDEPEND="
+	${DEPEND}
+	dev-python/certifi[${PYTHON_USEDEP}]
+	>=dev-python/cryptography-42.0.0[${PYTHON_USEDEP}]
+	<dev-python/pylsqpack-0.4.0[${PYTHON_USEDEP}]
+	>=dev-python/pylsqpack-0.3.3[${PYTHON_USEDEP}]
+	>=dev-python/pyopenssl-24[${PYTHON_USEDEP}]
+	>=dev-python/service-identity-24.1.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/aioquic/metadata.xml b/dev-python/aioquic/metadata.xml
new file mode 100644
index 000000000000..530257f69047
--- /dev/null
+++ b/dev-python/aioquic/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">aiortc/aioquic</remote-id>
+		<remote-id type="pypi">aioquic</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/aioquic/
@ 2025-01-04 16:17 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-01-04 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     06a4f9ab1e3073ec07826cd6a735fdaa2572c923
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 16:16:16 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 16:16:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a4f9ab

dev-python/aioquic: Keyword 1.2.0 arm64, #947275

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/aioquic/aioquic-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/aioquic/aioquic-1.2.0.ebuild b/dev-python/aioquic/aioquic-1.2.0.ebuild
index 3ad1c96c76ee..2c26cfb3539e 100644
--- a/dev-python/aioquic/aioquic-1.2.0.ebuild
+++ b/dev-python/aioquic/aioquic-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 DEPEND="
 	dev-libs/openssl:=


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/aioquic/
@ 2025-01-25 11:01 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2025-01-25 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     a3272d4cc4184bf0b9b028f93c3d6e3980cad738
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 11:00:55 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 11:01:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3272d4c

dev-python/aioquic: Stabilize 1.2.0 amd64, #948691

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/aioquic/aioquic-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aioquic/aioquic-1.2.0.ebuild b/dev-python/aioquic/aioquic-1.2.0.ebuild
index 2c26cfb3539e..d5c3359089a9 100644
--- a/dev-python/aioquic/aioquic-1.2.0.ebuild
+++ b/dev-python/aioquic/aioquic-1.2.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 
 DEPEND="
 	dev-libs/openssl:=


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

end of thread, other threads:[~2025-01-25 11:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-04 16:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/aioquic/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25 11:01 Arthur Zamarin
2024-12-31 16:01 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox