summaryrefslogtreecommitdiff
path: root/dev-python/aioquic
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-20 14:54:46 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-20 14:54:46 -0500
commit1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0 (patch)
tree18e2e784f9fb0dbc3546537acc42ad51b366d90e /dev-python/aioquic
parent9f6a581d94412ab1cf4b35c33101f6be0ddc7777 (diff)
downloadbaldeagleos-repo-1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0.tar.gz
baldeagleos-repo-1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0.tar.xz
baldeagleos-repo-1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0.zip
Adding metadata
Diffstat (limited to 'dev-python/aioquic')
-rw-r--r--dev-python/aioquic/aioquic-1.2.0.ebuild12
-rw-r--r--dev-python/aioquic/aioquic-1.3.0.ebuild12
-rw-r--r--dev-python/aioquic/files/patch-src_aioquic__crypto_c17
-rw-r--r--dev-python/aioquic/metadata.xml4
4 files changed, 7 insertions, 38 deletions
diff --git a/dev-python/aioquic/aioquic-1.2.0.ebuild b/dev-python/aioquic/aioquic-1.2.0.ebuild
index 9b56ec51d9ce..1cc84188669c 100644
--- a/dev-python/aioquic/aioquic-1.2.0.ebuild
+++ b/dev-python/aioquic/aioquic-1.2.0.ebuild
@@ -1,5 +1,6 @@
-# Copyright 2025 Liguros Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+
EAPI=8
DISTUTILS_EXT=1
@@ -16,12 +17,10 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE=""
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
DEPEND="
dev-libs/openssl:=
-
"
RDEPEND="
${DEPEND}
@@ -33,9 +32,4 @@ RDEPEND="
>=dev-python/service-identity-24.1.0[${PYTHON_USEDEP}]
"
-src_prepare() {
-
- default
-}
-
distutils_enable_tests pytest
diff --git a/dev-python/aioquic/aioquic-1.3.0.ebuild b/dev-python/aioquic/aioquic-1.3.0.ebuild
index b428d3d5c509..1f140eb0e800 100644
--- a/dev-python/aioquic/aioquic-1.3.0.ebuild
+++ b/dev-python/aioquic/aioquic-1.3.0.ebuild
@@ -1,5 +1,6 @@
-# Copyright 2025 Liguros Authors
+# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+
EAPI=8
DISTUTILS_EXT=1
@@ -16,12 +17,10 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE=""
+KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
DEPEND="
dev-libs/openssl:=
-
"
RDEPEND="
${DEPEND}
@@ -33,8 +32,5 @@ RDEPEND="
>=dev-python/service-identity-24.1.0[${PYTHON_USEDEP}]
"
-src_prepare() {
- default
-}
-
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
diff --git a/dev-python/aioquic/files/patch-src_aioquic__crypto_c b/dev-python/aioquic/files/patch-src_aioquic__crypto_c
deleted file mode 100644
index df7460bbdaae..000000000000
--- a/dev-python/aioquic/files/patch-src_aioquic__crypto_c
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: src/aioquic/_crypto.c
---- src/aioquic/_crypto.c.orig
-+++ src/aioquic/_crypto.c
-@@ -407,10 +407,13 @@ PyInit__crypto(void)
- PyModule_AddObject(m, "HeaderProtection", HeaderProtectionType);
-
- // ensure required ciphers are initialised
-+ // LibreSSL loads all cipher by default, and doesn't support add_cipher
-+#ifndef LIBRESSL_VERSION_NUMBER
- EVP_add_cipher(EVP_aes_128_ecb());
- EVP_add_cipher(EVP_aes_128_gcm());
- EVP_add_cipher(EVP_aes_256_ecb());
- EVP_add_cipher(EVP_aes_256_gcm());
-+#endif
-
- return m;
- }
diff --git a/dev-python/aioquic/metadata.xml b/dev-python/aioquic/metadata.xml
index c684f76978e9..988ae9a6a6fe 100644
--- a/dev-python/aioquic/metadata.xml
+++ b/dev-python/aioquic/metadata.xml
@@ -2,10 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
- <email>dev@liguros.net</email>
- <name>Development</name>
- </maintainer>
- <maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<origin>baldeagleos-repo</origin>