summaryrefslogtreecommitdiff
path: root/dev-python/aiohttp
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-02 07:36:26 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-02 07:36:26 +0000
commit0fb0319f2b53fc61d3ee19d285a784e2394e0eeb (patch)
treed7b25a6a54c8cbbbce9409377ee49b13b1023d3f /dev-python/aiohttp
parent03141b0eb5253631b0df0083bcca02424f7c3e3e (diff)
downloadbaldeagleos-repo-0fb0319f2b53fc61d3ee19d285a784e2394e0eeb.tar.gz
baldeagleos-repo-0fb0319f2b53fc61d3ee19d285a784e2394e0eeb.tar.xz
baldeagleos-repo-0fb0319f2b53fc61d3ee19d285a784e2394e0eeb.zip
Adding metadata
Diffstat (limited to 'dev-python/aiohttp')
-rw-r--r--dev-python/aiohttp/aiohttp-3.11.14.ebuild1
-rw-r--r--dev-python/aiohttp/aiohttp-3.11.18.ebuild1
-rw-r--r--dev-python/aiohttp/aiohttp-3.12.0.ebuild1
-rw-r--r--dev-python/aiohttp/aiohttp-3.12.2.ebuild1
-rw-r--r--dev-python/aiohttp/aiohttp-3.12.4.ebuild1
-rw-r--r--dev-python/aiohttp/aiohttp-3.12.6.ebuild3
6 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.11.14.ebuild b/dev-python/aiohttp/aiohttp-3.11.14.ebuild
index fc61d4156ec9..e49a093613f7 100644
--- a/dev-python/aiohttp/aiohttp-3.11.14.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.11.14.ebuild
@@ -36,6 +36,7 @@ RDEPEND="
' 3.10)
"
BDEPEND="
+ >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
native-extensions? (
dev-python/cython[${PYTHON_USEDEP}]
)
diff --git a/dev-python/aiohttp/aiohttp-3.11.18.ebuild b/dev-python/aiohttp/aiohttp-3.11.18.ebuild
index 5f61d662c78c..2427dd010609 100644
--- a/dev-python/aiohttp/aiohttp-3.11.18.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.11.18.ebuild
@@ -44,6 +44,7 @@ RDEPEND="
' 3.10)
"
BDEPEND="
+ >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
native-extensions? (
dev-python/cython[${PYTHON_USEDEP}]
)
diff --git a/dev-python/aiohttp/aiohttp-3.12.0.ebuild b/dev-python/aiohttp/aiohttp-3.12.0.ebuild
index cff1ef1629c6..edc60741fa0f 100644
--- a/dev-python/aiohttp/aiohttp-3.12.0.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.12.0.ebuild
@@ -40,6 +40,7 @@ RDEPEND="
>=dev-python/yarl-1.17.0[${PYTHON_USEDEP}]
"
BDEPEND="
+ >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
native-extensions? (
>=dev-python/cython-3.1.1[${PYTHON_USEDEP}]
dev-python/pkgconfig[${PYTHON_USEDEP}]
diff --git a/dev-python/aiohttp/aiohttp-3.12.2.ebuild b/dev-python/aiohttp/aiohttp-3.12.2.ebuild
index cff1ef1629c6..edc60741fa0f 100644
--- a/dev-python/aiohttp/aiohttp-3.12.2.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.12.2.ebuild
@@ -40,6 +40,7 @@ RDEPEND="
>=dev-python/yarl-1.17.0[${PYTHON_USEDEP}]
"
BDEPEND="
+ >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
native-extensions? (
>=dev-python/cython-3.1.1[${PYTHON_USEDEP}]
dev-python/pkgconfig[${PYTHON_USEDEP}]
diff --git a/dev-python/aiohttp/aiohttp-3.12.4.ebuild b/dev-python/aiohttp/aiohttp-3.12.4.ebuild
index cff1ef1629c6..edc60741fa0f 100644
--- a/dev-python/aiohttp/aiohttp-3.12.4.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.12.4.ebuild
@@ -40,6 +40,7 @@ RDEPEND="
>=dev-python/yarl-1.17.0[${PYTHON_USEDEP}]
"
BDEPEND="
+ >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
native-extensions? (
>=dev-python/cython-3.1.1[${PYTHON_USEDEP}]
dev-python/pkgconfig[${PYTHON_USEDEP}]
diff --git a/dev-python/aiohttp/aiohttp-3.12.6.ebuild b/dev-python/aiohttp/aiohttp-3.12.6.ebuild
index e6c262fbcc0a..e78bfc2e4845 100644
--- a/dev-python/aiohttp/aiohttp-3.12.6.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.12.6.ebuild
@@ -40,6 +40,7 @@ RDEPEND="
>=dev-python/yarl-1.17.0[${PYTHON_USEDEP}]
"
BDEPEND="
+ >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
native-extensions? (
>=dev-python/cython-3.1.1[${PYTHON_USEDEP}]
dev-python/pkgconfig[${PYTHON_USEDEP}]
@@ -96,7 +97,7 @@ python_configure() {
python_compile() {
local -x AIOHTTP_USE_SYSTEM_DEPS=1
# implicitly disabled for pypy3
- if ! use native-extensions; then
+ if [[ ${EPYTHON} == pypy3* ]] || ! use native-extensions; then
local -x AIOHTTP_NO_EXTENSIONS=1
fi