From 48dbe17904ac8ee6f006488d8f21734b0d253db4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 17 Mar 2023 00:25:50 +0000 Subject: gentoo auto-resync : 17:03:2023 - 00:25:50 --- dev-python/hpack/Manifest | 3 --- dev-python/hpack/hpack-3.0.0-r1.ebuild | 44 ---------------------------------- dev-python/hpack/hpack-3.0.0.ebuild | 40 ------------------------------- 3 files changed, 87 deletions(-) delete mode 100644 dev-python/hpack/hpack-3.0.0-r1.ebuild delete mode 100644 dev-python/hpack/hpack-3.0.0.ebuild (limited to 'dev-python/hpack') diff --git a/dev-python/hpack/Manifest b/dev-python/hpack/Manifest index 338fbb85e713..343c39c18407 100644 --- a/dev-python/hpack/Manifest +++ b/dev-python/hpack/Manifest @@ -1,7 +1,4 @@ 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-r1.ebuild 1041 BLAKE2B 08c82927b22f23158f2771ed8c9e6ebf8c2d1a395dec52b458974e3f93ac5101abf56a08bcc74c389ff508b9a47f6b1893d3f4c9fecd9fc422bc27f84c943aac SHA512 1ab0171f1798d79fabdb74f77158634684639c5fc94982839d3d14906f18ac74410cfd3c51c2fc531abd2b584fec21016e049cdee8376607f81ea4a1522ef8a1 -EBUILD hpack-3.0.0.ebuild 993 BLAKE2B eb9e0fae3a1061986cd5bccf22ac7d74fd1d64d7ce4c2b78979c95cf476a90e40675d88065161be689c6ce5981430c176327b447672f4bc721497e14074bc4da SHA512 f8deee34f3fbf72834cd25c6103fbb833eee0af3498fe0f054a53fa8a3b53c9f2e67177d6e0044d2c188697b6909b99fb0414396cde517ec1128820716f82a1d EBUILD hpack-4.0.0-r1.ebuild 806 BLAKE2B 56e31a112b14cdbcfa5c4e27c8fcca966325340b00c234d2911710a6b39c3504900356b5426aabb3f33547288d61d2f645f401737f3358c3e85b1755b1e063d6 SHA512 e34a9acc01c76b09c4acb4046440bb0eb43f9caf5736b3fa00ae1d1122dbbe6396eaefeaf6f917b93603a6095745a6fbccc5e8ff5ef7dd4fd5656f8d157fbfce MISC metadata.xml 702 BLAKE2B 55737d2ecb2b628a787b16858cba8fe6a1b5a2a2b5243445284f523797aed25fc6972f978d4348d8974409792629f7a399994b0189781efc8fc212a3c2b84e1a SHA512 2b60f701fa7ab80396a94e48dbed33c72dab3e3539355a20fe387dc2d5ea378bce5e3868a092da7d93604d1ef6422a4ae22c5ddb68d3dfc938920251186bdd1e diff --git a/dev-python/hpack/hpack-3.0.0-r1.ebuild b/dev-python/hpack/hpack-3.0.0-r1.ebuild deleted file mode 100644 index 5ce4b72bd759..000000000000 --- a/dev-python/hpack/hpack-3.0.0-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} 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 ~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 - -PATCHES=( - "${FILESDIR}"/hpack-3.0.0-hypothesis-healthcheck.patch -) - -EPYTEST_DESELECT=( - # relies on outdated exception strings - test/test_table.py::TestHeaderTable::test_get_by_index_out_of_range -) - -EPYTEST_IGNORE=( - bench -) diff --git a/dev-python/hpack/hpack-3.0.0.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild deleted file mode 100644 index 5486b7db607d..000000000000 --- a/dev-python/hpack/hpack-3.0.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{9..10} pypy3 ) - -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 ~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 - -PATCHES=( - "${FILESDIR}"/hpack-3.0.0-hypothesis-healthcheck.patch -) - -python_test() { - local deselect=( - # relies on outdated exception strings - test/test_table.py::TestHeaderTable::test_get_by_index_out_of_range - ) - - epytest hpack test ${deselect[@]/#/--deselect } -} -- cgit v1.2.3