commit:     422cdee4af93bd1b26a1b0fed13ee10a6646fa5d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 05:04:53 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 05:08:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422cdee4

dev-python/hyperframe: Bump to 6.1.0

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

 dev-python/hyperframe/Manifest                |  1 +
 dev-python/hyperframe/hyperframe-6.1.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/hyperframe/Manifest b/dev-python/hyperframe/Manifest
index 8881616826eb..fe13b1d02f15 100644
--- a/dev-python/hyperframe/Manifest
+++ b/dev-python/hyperframe/Manifest
@@ -1 +1,2 @@
 DIST hyperframe-6.0.1.tar.gz 25008 BLAKE2B 
c5cea5b54fd9ecfc0d619c07c484cdd1e2813c656120faadf3f1b61739c608b43d19bd7527b221ad25ea824da05b5747d38f3a6e27d058c1030cce2c4069f10e
 SHA512 
2a5101b2e91e047fe39b32f81a1a8b2240c371fed28a5e1581e743371418388a7dfb55bc819c46a45804e7f00a5231ca54c92aa1b5b41ffeb714b8cb3ac485ca
+DIST hyperframe-6.1.0.tar.gz 26566 BLAKE2B 
d6f53a872ec5ebfae5b1f16984db06386e3f6fa32ab3b9b590592490d7666ce4601c05a4c4f7279aa09656e85f7ff5cb182b256cd7e9b0982cb0992c3a2f70ef
 SHA512 
83a986f0cf3e2a84fe7a2c907758e75be744aba7dfe03173ee6bcbe4c5e5a92a2b5e90d66c76c14a05ad4b342d02719a998600670befe7549a0a1edf0c7dd024

diff --git a/dev-python/hyperframe/hyperframe-6.1.0.ebuild 
b/dev-python/hyperframe/hyperframe-6.1.0.ebuild
new file mode 100644
index 000000000000..fcfb48dd9886
--- /dev/null
+++ b/dev-python/hyperframe/hyperframe-6.1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="HTTP/2 framing layer for Python"
+HOMEPAGE="
+       https://python-hyper.org/projects/hyperframe/en/latest/
+       https://pypi.org/project/hyperframe/
+       https://github.com/python-hyper/hyperframe/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest

Reply via email to