summaryrefslogtreecommitdiff
path: root/dev-python/hpack
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-09 00:12:01 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-09 00:12:01 +0000
commitb95a6fd4a7b591baa7cfc689f8ce5643592d07be (patch)
tree6a7c4722b40bdb6c409879ce253d8b42817fec14 /dev-python/hpack
parent8b3c41ecef8a1cdd270ce3aabcfdfb991839699c (diff)
gentoo auto-resync : 09:02:2025 - 00:12:00
Diffstat (limited to 'dev-python/hpack')
-rw-r--r--dev-python/hpack/Manifest4
-rw-r--r--dev-python/hpack/hpack-4.0.0-r1.ebuild35
-rw-r--r--dev-python/hpack/hpack-4.1.0.ebuild2
3 files changed, 2 insertions, 39 deletions
diff --git a/dev-python/hpack/Manifest b/dev-python/hpack/Manifest
index 1eb105142d03..5e22b1a54a6f 100644
--- a/dev-python/hpack/Manifest
+++ b/dev-python/hpack/Manifest
@@ -1,5 +1,3 @@
-DIST hpack-4.0.0.gh.tar.gz 5301419 BLAKE2B 0164f6aafc0d1f17f6c397efe710503a22501faae3c7dbba4e57ca2dc76e4d373bc5e65bf55acda8bc61975d12f8a2084de0e0c4587539e5a3102e3cf66d562b SHA512 f482d086d7a82649393e3cfea55c98966ce57055cb1826bc4dec1ea334661c02708e7903f2e8e588ee1c30df41373e1de9fb960c2e7bbc18d0ace0b8f97b195b
DIST hpack-4.1.0.gh.tar.gz 5303243 BLAKE2B 3394c4142f5fdb32fb466e96ee96be7a41fc867a5731b73338262498538d6f7d47c2864c4b8391b599001e996fc1218dec1e4c1dbda325e90248a265161ec463 SHA512 10018fefae7e09078c0133a3519f18f72bd39f31d652f224d2ca2a780e2f18c51c7fc4589ae540e3130909a6b3878e0ac2ce8a5dadc98ce93bcf8af201989544
-EBUILD hpack-4.0.0-r1.ebuild 860 BLAKE2B cec879b5850b268de15ba3f11cd684064ccc388ab577cd3082a7cd52f75337a2bc0d2b07e5774def2f8be9ca8caf2eac5f1ef1f4bfcdcd03b6fd159d545ea586 SHA512 b7db6d71c41036d5a2b92eee8c623b905160c09775ff368efc51198ae09dc0867b0a4dddb9ce271a83c9b56b4371badffcc5cab7802b8d4580f1045e077bd65f
-EBUILD hpack-4.1.0.ebuild 771 BLAKE2B 4631160a48fb1ef3e67aa98933baf4e727d68c361b3e0a170359184cb2758a7fee4cc170acdea5114e99ca9f9a49e11916fec976e18cb57694f7bff4681fd05e SHA512 7480a1b369c5ac9450db7efed9e75dae2dff68b346f50639e1e93bee313db53cd8dca275f1e9ea6bf5a5ae002cd71a0632479a7249ed8923770b90ceac5b17d4
+EBUILD hpack-4.1.0.ebuild 763 BLAKE2B a2e1d09f6883328ff96a8963b1bc8dbb6877d11cda26fc0bdbba90ed8a84cf4ba7df8b09eb6bf7e547b8aca1447ef0a3b4c53ffb5b07c993eb9ddc917951b2cb SHA512 6f239d8d6fda958457a8146f6ef7f42a2acddcc56a48b53af142233bb67677ee3340759eff792484cf8fb08a594616fed088ddca234cd001f111c5f20e6480c8
MISC metadata.xml 760 BLAKE2B 92e5149e8ff89c6c93ad504b6e45ed8f8dced123f4042b325ce5cf3edbd9c703a7be8c0097f815db524f777adb93eb218fa23d82f3e41dbe9014787c16f90c9f SHA512 dea5e0d97421b1465659120326d56b1c55a94321a33372a48555ec28afa5d50b7e66639d021ba7133f54a325e90db8be95de32d6843797c8bf87984ebd873ddb
diff --git a/dev-python/hpack/hpack-4.0.0-r1.ebuild b/dev-python/hpack/hpack-4.0.0-r1.ebuild
deleted file mode 100644
index 25ba1335b9c0..000000000000
--- a/dev-python/hpack/hpack-4.0.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 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
-
-DESCRIPTION="Pure-Python HPACK header compression"
-HOMEPAGE="
- https://python-hyper.org/projects/hpack/en/latest/
- https://github.com/python-hyper/hpack/
- https://pypi.org/project/hpack/
-"
-# PyPI sdist is missing test fixtures, as of 4.0.0
-SRC_URI="
- https://github.com/python-hyper/hpack/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-# dev-python/pytest-relaxed causes tests to fail
-BDEPEND="
- test? (
- >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
- !!dev-python/pytest-relaxed[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/hpack/hpack-4.1.0.ebuild b/dev-python/hpack/hpack-4.1.0.ebuild
index a7a8da6f2650..8a3ce480b13b 100644
--- a/dev-python/hpack/hpack-4.1.0.ebuild
+++ b/dev-python/hpack/hpack-4.1.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
BDEPEND="
test? (