commit:     ed889d2cb5e49b95145a04ae3b8285a1d18d7f17
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 06:04:05 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 06:10:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed889d2c

dev-python/aioquic: Bump to 1.3.0

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

 dev-python/aioquic/Manifest             |  1 +
 dev-python/aioquic/aioquic-1.3.0.ebuild | 36 +++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/aioquic/Manifest b/dev-python/aioquic/Manifest
index f964990b3a61..3927c1429b57 100644
--- a/dev-python/aioquic/Manifest
+++ b/dev-python/aioquic/Manifest
@@ -1 +1,2 @@
 DIST aioquic-1.2.0.tar.gz 179891 BLAKE2B 
fcf7821a93c166c98cdb7e6e2eb3b80df65c1faa484268faa0fc1386bb59bdfffdf801a8de23c2a2d9dec826640ad75717b068b558081959089e9be7d414bca3
 SHA512 
6833a19e52ac702a3ae12fdfa3dcd3011125e38d9c16ae88881533f6c607d61c6eac43215eae80c75513d616432a98d124fc92545d63697159658e611af50ee9
+DIST aioquic-1.3.0.tar.gz 181923 BLAKE2B 
cc15af13fc83510f041b8be53b8a19f6f9f95dfa0374d2cee8194350b72a160f1d885ae1ea4846fc46ea5b6cb6d3ec09315a130e4226db9d466e3f7b71650baf
 SHA512 
149d46d5c3b7db26edb418569bec224f2e4c2ce419a0374a9241ea570d70cd09f0230c1fe5fd5ee73e1ff84adac41ab48dd15aa2f48d1b3b6c8caaa34b70c8fd

diff --git a/dev-python/aioquic/aioquic-1.3.0.ebuild 
b/dev-python/aioquic/aioquic-1.3.0.ebuild
new file mode 100644
index 000000000000..2971a9ee661f
--- /dev/null
+++ b/dev-python/aioquic/aioquic-1.3.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2024-2025 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_11 python3_{11..14} )
+
+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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+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}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to