commit:     b863c9d6766034ff385cf796cb31300034c217e9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  6 07:09:02 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  6 07:16:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b863c9d6

Move dev-python/{hyper-h2 → h2}

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

 dev-python/{hyper-h2 => h2}/Manifest                                  | 0
 .../{hyper-h2 => h2}/files/hyper-h2-3.2.0-failed-healthcheck.patch    | 0
 dev-python/{hyper-h2/hyper-h2-3.2.0.ebuild => h2/h2-3.2.0.ebuild}     | 0
 dev-python/{hyper-h2/hyper-h2-4.0.0.ebuild => h2/h2-4.0.0.ebuild}     | 0
 dev-python/{hyper-h2 => h2}/metadata.xml                              | 0
 dev-python/httpcore/httpcore-0.13.3.ebuild                            | 2 +-
 dev-python/httpcore/httpcore-0.13.6.ebuild                            | 2 +-
 dev-python/httpcore/httpcore-0.13.7.ebuild                            | 2 +-
 dev-python/httpx/httpx-0.19.0.ebuild                                  | 2 +-
 dev-python/twisted/twisted-21.2.0-r1.ebuild                           | 4 ++--
 dev-python/twisted/twisted-21.7.0.ebuild                              | 4 ++--
 net-proxy/mitmproxy/mitmproxy-7.0.3.ebuild                            | 2 +-
 profiles/updates/4Q-2021                                              | 1 +
 13 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/dev-python/hyper-h2/Manifest b/dev-python/h2/Manifest
similarity index 100%
rename from dev-python/hyper-h2/Manifest
rename to dev-python/h2/Manifest

diff --git a/dev-python/hyper-h2/files/hyper-h2-3.2.0-failed-healthcheck.patch 
b/dev-python/h2/files/hyper-h2-3.2.0-failed-healthcheck.patch
similarity index 100%
rename from dev-python/hyper-h2/files/hyper-h2-3.2.0-failed-healthcheck.patch
rename to dev-python/h2/files/hyper-h2-3.2.0-failed-healthcheck.patch

diff --git a/dev-python/hyper-h2/hyper-h2-3.2.0.ebuild 
b/dev-python/h2/h2-3.2.0.ebuild
similarity index 100%
rename from dev-python/hyper-h2/hyper-h2-3.2.0.ebuild
rename to dev-python/h2/h2-3.2.0.ebuild

diff --git a/dev-python/hyper-h2/hyper-h2-4.0.0.ebuild 
b/dev-python/h2/h2-4.0.0.ebuild
similarity index 100%
rename from dev-python/hyper-h2/hyper-h2-4.0.0.ebuild
rename to dev-python/h2/h2-4.0.0.ebuild

diff --git a/dev-python/hyper-h2/metadata.xml b/dev-python/h2/metadata.xml
similarity index 100%
rename from dev-python/hyper-h2/metadata.xml
rename to dev-python/h2/metadata.xml

diff --git a/dev-python/httpcore/httpcore-0.13.3.ebuild 
b/dev-python/httpcore/httpcore-0.13.3.ebuild
index afee6091fbc..23125e851e5 100644
--- a/dev-python/httpcore/httpcore-0.13.3.ebuild
+++ b/dev-python/httpcore/httpcore-0.13.3.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 
 RDEPEND="
        <dev-python/h11-0.13[${PYTHON_USEDEP}]
-       <dev-python/hyper-h2-5[${PYTHON_USEDEP}]
+       <dev-python/h2-5[${PYTHON_USEDEP}]
        =dev-python/sniffio-1*[${PYTHON_USEDEP}]
 "
 BDEPEND="

diff --git a/dev-python/httpcore/httpcore-0.13.6.ebuild 
b/dev-python/httpcore/httpcore-0.13.6.ebuild
index 03948f3d96f..bc75307b013 100644
--- a/dev-python/httpcore/httpcore-0.13.6.ebuild
+++ b/dev-python/httpcore/httpcore-0.13.6.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 RDEPEND="
        =dev-python/anyio-3*[${PYTHON_USEDEP}]
        <dev-python/h11-0.13[${PYTHON_USEDEP}]
-       <dev-python/hyper-h2-5[${PYTHON_USEDEP}]
+       <dev-python/h2-5[${PYTHON_USEDEP}]
        =dev-python/sniffio-1*[${PYTHON_USEDEP}]
 "
 BDEPEND="

diff --git a/dev-python/httpcore/httpcore-0.13.7.ebuild 
b/dev-python/httpcore/httpcore-0.13.7.ebuild
index 1d04b3d28c9..ca35f76a161 100644
--- a/dev-python/httpcore/httpcore-0.13.7.ebuild
+++ b/dev-python/httpcore/httpcore-0.13.7.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 RDEPEND="
        =dev-python/anyio-3*[${PYTHON_USEDEP}]
        <dev-python/h11-0.13[${PYTHON_USEDEP}]
-       <dev-python/hyper-h2-5[${PYTHON_USEDEP}]
+       <dev-python/h2-5[${PYTHON_USEDEP}]
        =dev-python/sniffio-1*[${PYTHON_USEDEP}]
 "
 BDEPEND="

diff --git a/dev-python/httpx/httpx-0.19.0.ebuild 
b/dev-python/httpx/httpx-0.19.0.ebuild
index 37c50739775..f5ee2bdc0bc 100644
--- a/dev-python/httpx/httpx-0.19.0.ebuild
+++ b/dev-python/httpx/httpx-0.19.0.ebuild
@@ -31,7 +31,7 @@ BDEPEND="
        test? (
                dev-python/brotlicffi[${PYTHON_USEDEP}]
                dev-python/cryptography[${PYTHON_USEDEP}]
-               dev-python/hyper-h2[${PYTHON_USEDEP}]
+               dev-python/h2[${PYTHON_USEDEP}]
                dev-python/pytest-asyncio[${PYTHON_USEDEP}]
                dev-python/trustme[${PYTHON_USEDEP}]
                dev-python/typing-extensions[${PYTHON_USEDEP}]

diff --git a/dev-python/twisted/twisted-21.2.0-r1.ebuild 
b/dev-python/twisted/twisted-21.2.0-r1.ebuild
index 296e07d2586..89ae1e3b892 100644
--- a/dev-python/twisted/twisted-21.2.0-r1.ebuild
+++ b/dev-python/twisted/twisted-21.2.0-r1.ebuild
@@ -42,8 +42,8 @@ RDEPEND="
        )
        serial? ( >=dev-python/pyserial-3.0[${PYTHON_USEDEP}] )
        http2? (
-               >=dev-python/hyper-h2-3.0.0[${PYTHON_USEDEP}]
-               <dev-python/hyper-h2-4.0.0[${PYTHON_USEDEP}]
+               >=dev-python/h2-3.0.0[${PYTHON_USEDEP}]
+               <dev-python/h2-4.0.0[${PYTHON_USEDEP}]
                >=dev-python/priority-1.1.0[${PYTHON_USEDEP}]
                <dev-python/priority-2.0[${PYTHON_USEDEP}]
        )

diff --git a/dev-python/twisted/twisted-21.7.0.ebuild 
b/dev-python/twisted/twisted-21.7.0.ebuild
index bf7fb53f03d..6f7d9d06337 100644
--- a/dev-python/twisted/twisted-21.7.0.ebuild
+++ b/dev-python/twisted/twisted-21.7.0.ebuild
@@ -43,8 +43,8 @@ RDEPEND="
        )
        serial? ( >=dev-python/pyserial-3.0[${PYTHON_USEDEP}] )
        http2? (
-               >=dev-python/hyper-h2-3.0.0[${PYTHON_USEDEP}]
-               <dev-python/hyper-h2-4.0.0[${PYTHON_USEDEP}]
+               >=dev-python/h2-3.0.0[${PYTHON_USEDEP}]
+               <dev-python/h2-4.0.0[${PYTHON_USEDEP}]
                >=dev-python/priority-1.1.0[${PYTHON_USEDEP}]
                <dev-python/priority-2.0[${PYTHON_USEDEP}]
        )

diff --git a/net-proxy/mitmproxy/mitmproxy-7.0.3.ebuild 
b/net-proxy/mitmproxy/mitmproxy-7.0.3.ebuild
index 4007f6d62a8..69d150f2946 100644
--- a/net-proxy/mitmproxy/mitmproxy-7.0.3.ebuild
+++ b/net-proxy/mitmproxy/mitmproxy-7.0.3.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
        >=dev-python/click-7.0[${PYTHON_USEDEP}]
        >=dev-python/cryptography-3.3[${PYTHON_USEDEP}]
        >=dev-python/flask-1.1.1[${PYTHON_USEDEP}]
-       >=dev-python/hyper-h2-4.0.0[${PYTHON_USEDEP}]
+       >=dev-python/h2-4.0.0[${PYTHON_USEDEP}]
        >=dev-python/hyperframe-6.0.0[${PYTHON_USEDEP}]
        >=dev-python/kaitaistruct-0.7[${PYTHON_USEDEP}]
        >=dev-python/ldap3-2.8[${PYTHON_USEDEP}]

diff --git a/profiles/updates/4Q-2021 b/profiles/updates/4Q-2021
index 386dd3af36f..8ae9097b330 100644
--- a/profiles/updates/4Q-2021
+++ b/profiles/updates/4Q-2021
@@ -1 +1,2 @@
 move dev-libs/intel-neo dev-libs/intel-compute-runtime
+move dev-python/hyper-h2 dev-python/h2

Reply via email to