From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-python/hpack/Manifest | 4 ++-- dev-python/hpack/hpack-3.0.0.ebuild | 2 +- dev-python/hpack/hpack-4.0.0-r1.ebuild | 30 ++++++++++++++++++++++++++++++ dev-python/hpack/hpack-4.0.0.ebuild | 27 --------------------------- 4 files changed, 33 insertions(+), 30 deletions(-) create mode 100644 dev-python/hpack/hpack-4.0.0-r1.ebuild delete mode 100644 dev-python/hpack/hpack-4.0.0.ebuild (limited to 'dev-python/hpack') diff --git a/dev-python/hpack/Manifest b/dev-python/hpack/Manifest index 8f9eaa2fa05c..90d21a0b6e48 100644 --- a/dev-python/hpack/Manifest +++ b/dev-python/hpack/Manifest @@ -1,6 +1,6 @@ AUX hpack-3.0.0-hypothesis-healthcheck.patch 549 BLAKE2B 6177deb0b6a4de5fe5f2c65a82f8cd7eb7ef6140224070c0680b6c4646c111a063ec6a8c7d51ed2e56455eede1696abf6fb82f9d6d14d5aa81d58619b0c802bd SHA512 a1510a688d000b8f45ac48c39ba46336859f952356cf776d5204b512496c523e5dc622d16b17b50d0d6318bd94b817d52683e5f56287f0053ced2508cbf23259 DIST hpack-3.0.0.tar.gz 5305971 BLAKE2B d1df8a1b2a1ce8b91e63cab475d3957f937fb74c0bec343d342971be1bb7cfbc929c53cf041845df2965cef0cfb098345bf0612acabc7ef3e5e23f6f0aa44f2f SHA512 7b9cf5e643dff2a6454bfe419b797c8ed1a0fe6ec3b725d2696da5a820ab96fe87a64e600b1831c7024bd82616b155a0aa058301acb32172155b6538ba0a73c6 DIST hpack-4.0.0.tar.gz 5301419 BLAKE2B 0164f6aafc0d1f17f6c397efe710503a22501faae3c7dbba4e57ca2dc76e4d373bc5e65bf55acda8bc61975d12f8a2084de0e0c4587539e5a3102e3cf66d562b SHA512 f482d086d7a82649393e3cfea55c98966ce57055cb1826bc4dec1ea334661c02708e7903f2e8e588ee1c30df41373e1de9fb960c2e7bbc18d0ace0b8f97b195b -EBUILD hpack-3.0.0.ebuild 980 BLAKE2B 1deff69343ed6d54d74a214f7c27bd4854c635755cb1f075675e05bfced544549fdc84fef2741582ba18f901d8b26bb62b94e0157e715edce5e64a28d3ead4c4 SHA512 859c9ea6da16cfd3a1ca83b00d6fdb342d9882e4d3836538150b1c5348399863b0eb1f235507bc8c4ba2a1e966e7c0068a85f6e19e4703cb1f87dec9e79f8db8 -EBUILD hpack-4.0.0.ebuild 710 BLAKE2B 7a3e2261aeef3b2d587da37a2e1b0d2901aefd20f3fe6f1cfcf2192c9572f6d068d67bb10937da106c30be23e0e47a8c4fe0faba467d1453f6f9452255b7770f SHA512 353bd5ab593cbdc7105295bc1b24cad523e34481d2ce198e4a7e271745e77d278d4f0cb76daa9c27960f14b870fe4c83acd4d7c43d0679a9e7d968965794a0fb +EBUILD hpack-3.0.0.ebuild 986 BLAKE2B a35fb15c5fd62486d5386d3b0c720f9faba9cf624c1bb66a3b9c8a17b99463b62c34d4b2cc627fbd8ddc39655f3096deddd4d35b1789f0b2d4c6872e3e686f19 SHA512 3992a8aa041e7366e4f038e586d1f69ed8158ea1c73e1750c82ca1cf2b938f06e5cde7d9da54f589a029115cebb56f0676addb98b53b1f015859db6dcdd936e9 +EBUILD hpack-4.0.0-r1.ebuild 798 BLAKE2B 1c82f2f721d977559a11e53d776530c4119af146efd023e649bc917c13031e690ea3d3e7c3910281aef7fc2460a71231f893646b3b3fbb0401edc0e0e33bcece SHA512 7bdfd67cf7b40e5767d648488df66babb2efbf5c555319bc4c68e2dfee1e62cce79448b9504e0264457b1f9515ffabc558072d1ab0367bd7ddf39a0a717384b4 MISC metadata.xml 702 BLAKE2B 55737d2ecb2b628a787b16858cba8fe6a1b5a2a2b5243445284f523797aed25fc6972f978d4348d8974409792629f7a399994b0189781efc8fc212a3c2b84e1a SHA512 2b60f701fa7ab80396a94e48dbed33c72dab3e3539355a20fe387dc2d5ea378bce5e3868a092da7d93604d1ef6422a4ae22c5ddb68d3dfc938920251186bdd1e diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild index cfb818a6527a..fe09f7fda4f3 100644 --- a/dev-python/hpack/hpack-3.0.0.ebuild +++ b/dev-python/hpack/hpack-3.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 diff --git a/dev-python/hpack/hpack-4.0.0-r1.ebuild b/dev-python/hpack/hpack-4.0.0-r1.ebuild new file mode 100644 index 000000000000..27754d034104 --- /dev/null +++ b/dev-python/hpack/hpack-4.0.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} 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/" +SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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.0.0.ebuild b/dev-python/hpack/hpack-4.0.0.ebuild deleted file mode 100644 index 3c8276b2ff78..000000000000 --- a/dev-python/hpack/hpack-4.0.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) - -inherit distutils-r1 - -DESCRIPTION="Pure-Python HPACK header compression" -HOMEPAGE=" - https://python-hyper.org/hpack/en/latest/ - https://pypi.org/project/hpack/" -SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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 -- cgit v1.2.3