commit:     ba0803a6632c1b6aa0744349875127ee7d4ba803
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Nov 13 17:27:48 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Nov 15 14:13:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba0803a6

dev-python/pytest-vcr: enable py3.11

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/pytest-vcr/Manifest                | 2 +-
 dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/pytest-vcr/Manifest b/dev-python/pytest-vcr/Manifest
index 8f1cd7cb7..c43bfeca5 100644
--- a/dev-python/pytest-vcr/Manifest
+++ b/dev-python/pytest-vcr/Manifest
@@ -1 +1 @@
-DIST pytest-vcr-1.0.2.tar.gz 9281 BLAKE2B 
dc12d9a2fda156e072c32c5b08b2b35549398ed4372f9c8c17cd086b83286e78cce98f1aa54b3db21883dda84f379facb477442fa0f411532be4bdbc498ea1e1
 SHA512 
29dceb51092d73f2190b89e82e88b59506591a35cfe4f141bb877c05420d67a8ab2f21f63c2630972c35697d01b242891917d1be19b14fdfa810c1799f8542c2
+DIST pytest-vcr-1.0.2.gh.tar.gz 9281 BLAKE2B 
dc12d9a2fda156e072c32c5b08b2b35549398ed4372f9c8c17cd086b83286e78cce98f1aa54b3db21883dda84f379facb477442fa0f411532be4bdbc498ea1e1
 SHA512 
29dceb51092d73f2190b89e82e88b59506591a35cfe4f141bb877c05420d67a8ab2f21f63c2630972c35697d01b242891917d1be19b14fdfa810c1799f8542c2

diff --git a/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild 
b/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild
index d54ecad0f..53ece1a09 100644
--- a/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild
+++ b/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild
@@ -4,7 +4,8 @@
 EAPI=8
 
 DOCS_BUILDER="mkdocs"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517="setuptools"
 inherit distutils-r1 docs
 
 DESCRIPTION="Plugin for managing VCR.py cassettes"
@@ -12,7 +13,7 @@ HOMEPAGE="
        https://pypi.org/project/pytest-vcr/
        https://github.com/ktosiek/pytest-vcr
 "
-SRC_URI="https://github.com/ktosiek/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/ktosiek/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -27,8 +28,6 @@ DOCS=( docs README.rst )
 
 EPYTEST_DESELECT=( tests/test_vcr.py::test_no_warnings )
 
-distutils_enable_tests --install pytest
-
 python_prepare_all() {
        # pytest.config was removed in >=dev-python/pytest-5.0
        sed "/pytest.config/d" -i tests/test_vcr.py || die

Reply via email to