From 332b9eb4903f99b0e65722058ce481fdc21b93d3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 20 Jun 2023 13:16:21 +0100 Subject: gentoo auto-resync : 20:06:2023 - 13:16:21 --- dev-python/betamax/Manifest | 2 +- dev-python/betamax/betamax-0.8.1-r1.ebuild | 43 ---------------------------- dev-python/betamax/betamax-0.8.1-r2.ebuild | 45 ++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 44 deletions(-) delete mode 100644 dev-python/betamax/betamax-0.8.1-r1.ebuild create mode 100644 dev-python/betamax/betamax-0.8.1-r2.ebuild (limited to 'dev-python/betamax') diff --git a/dev-python/betamax/Manifest b/dev-python/betamax/Manifest index b8ae4233bd08..fd26c8dfab78 100644 --- a/dev-python/betamax/Manifest +++ b/dev-python/betamax/Manifest @@ -1,4 +1,4 @@ AUX betamax-0.8.1-pytest.patch 1535 BLAKE2B b2a4d97fe2d1fad680e4037613bb3bcbe815902f79e975a768123a7017f53018cae0e18640a10d7fdf3afe59a33ea7ca02c9508f2341955ab9866c3f44411beb SHA512 258bd6729286dc9374829308c23cca73ea640c4597ca8747ebb8281bcf7723bba3dfee5b55cadff0459e8dc4511d85228d37911e981859dd0af55a3753ae9e22 DIST betamax-0.8.1.tar.gz 77526 BLAKE2B 2ce88326c5ef80082908912c4b14f149793c4457c47446ebcabaaffaa6b0ee64528096acc6bdd868fce0fad3d10ad66697cad5dc422c15b324e1cc9ae20eafa6 SHA512 89bfb56cf4004a70ec8c1f2342cfa0e02f850b8ed80b67f8b2b02c1a2093e8ac1cf1b9980354551e9d3a21fadde0d77d717f1559487024941973cd80bd451734 -EBUILD betamax-0.8.1-r1.ebuild 1225 BLAKE2B fc3a6530f7a37a2eab04a878be7a0360bd8b934e6ee6998679fe2f92594c3e21a2676bbc40fcdaf7c91f512ffc253c7a6be2f4dbc6036fc956956fa4fef315da SHA512 ba9ef103639bef606cef77ae435887f01bca35b26ff5676fd0545bbcd82ca5e733ffdcc2e1e6732f0f00ae687d4d313f28eabc5f40cd67697e83ead255cdd8ba +EBUILD betamax-0.8.1-r2.ebuild 1337 BLAKE2B b319485b4cb31ea46c8034ec829810b18e97b8ad5eff6c29840b2a7faf69c5cca638c7b797e8bb63703eae554e2810e9085602d7eaa2692221ae6319e0be3417 SHA512 bcf1c2362f7698f0af448c6585dccfe99b7c9c2afa0cc35a1e3850f4c61228f43d3c306e8e768cae8f91ab83d543b4303b4fe87bbcead01d7111dbfc2d6e37f8 MISC metadata.xml 370 BLAKE2B 4f0af16a821f80679eafa4af335168fa7671db128f9e1902a0be9944bba630d8f4f9fa8f2638a10884a81dcf55b1357a9b0574a8f0df322e89e1f801fd71ffb7 SHA512 1b04127a85af3ba3d29833475fcbd5f013c62ab3e226d3df98091457f7039b893a2c5324e20c735d65e00f036641f7658665938e1d1434925656f07cc3b1aaff diff --git a/dev-python/betamax/betamax-0.8.1-r1.ebuild b/dev-python/betamax/betamax-0.8.1-r1.ebuild deleted file mode 100644 index 716d37120f0d..000000000000 --- a/dev-python/betamax/betamax-0.8.1-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} pypy3 ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 pypi - -DESCRIPTION="python-requests HTTP exchanges recorder" -HOMEPAGE=" - https://github.com/betamaxpy/betamax/ - https://pypi.org/project/betamax/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" - -RDEPEND=" - dev-python/requests[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -PATCHES=( - "${FILESDIR}/${P}-pytest.patch" -) - -EPYTEST_DESELECT=( - # Internet - tests/integration/test_hooks.py - tests/integration/test_placeholders.py - tests/integration/test_record_modes.py::TestRecordOnce::test_records_new_interaction - tests/integration/test_record_modes.py::TestRecordOnce::test_replays_response_from_cassette - tests/integration/test_record_modes.py::TestRecordNewEpisodes - tests/integration/test_record_modes.py::TestRecordNewEpisodesCreatesCassettes - tests/integration/test_record_modes.py::TestRecordAll - tests/integration/test_unicode.py - tests/regression/test_gzip_compression.py - tests/regression/test_requests_2_11_body_matcher.py -) diff --git a/dev-python/betamax/betamax-0.8.1-r2.ebuild b/dev-python/betamax/betamax-0.8.1-r2.ebuild new file mode 100644 index 000000000000..9aae04ce98e9 --- /dev/null +++ b/dev-python/betamax/betamax-0.8.1-r2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} pypy3 ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 pypi + +DESCRIPTION="python-requests HTTP exchanges recorder" +HOMEPAGE=" + https://github.com/betamaxpy/betamax/ + https://pypi.org/project/betamax/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" + +# urllib3-2 blocked by https://github.com/betamaxpy/betamax/issues/200 +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] +