public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-vcr/
@ 2022-03-18  6:35 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2022-03-18  6:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d3c45aee60e9db8b2b5af174b3641e747999e41e
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Mar  8 17:59:46 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 03:31:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3c45aee

dev-python/pytest-vcr: initial import

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

 dev-python/pytest-vcr/Manifest                |  1 +
 dev-python/pytest-vcr/metadata.xml            | 16 +++++++++++
 dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild | 41 +++++++++++++++++++++++++++
 3 files changed, 58 insertions(+)

diff --git a/dev-python/pytest-vcr/Manifest b/dev-python/pytest-vcr/Manifest
new file mode 100644
index 000000000..8f1cd7cb7
--- /dev/null
+++ b/dev-python/pytest-vcr/Manifest
@@ -0,0 +1 @@
+DIST pytest-vcr-1.0.2.tar.gz 9281 BLAKE2B dc12d9a2fda156e072c32c5b08b2b35549398ed4372f9c8c17cd086b83286e78cce98f1aa54b3db21883dda84f379facb477442fa0f411532be4bdbc498ea1e1 SHA512 29dceb51092d73f2190b89e82e88b59506591a35cfe4f141bb877c05420d67a8ab2f21f63c2630972c35697d01b242891917d1be19b14fdfa810c1799f8542c2

diff --git a/dev-python/pytest-vcr/metadata.xml b/dev-python/pytest-vcr/metadata.xml
new file mode 100644
index 000000000..36fc17cc2
--- /dev/null
+++ b/dev-python/pytest-vcr/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">pytest-vcr</remote-id>
+		<remote-id type="github">ktosiek/pytest-vcr</remote-id>
+		<maintainer>
+			<email>tomasz.kontusz@gmail.com</email>
+			<name>Tomasz Kontusz</name>
+		</maintainer>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild b/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild
new file mode 100644
index 000000000..d54ecad0f
--- /dev/null
+++ b/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DOCS_BUILDER="mkdocs"
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1 docs
+
+DESCRIPTION="Plugin for managing VCR.py cassettes"
+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"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/pytest[${PYTHON_USEDEP}]
+	dev-python/vcrpy[${PYTHON_USEDEP}]
+"
+
+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
+
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	docs_compile
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-vcr/
@ 2022-11-16 10:19 Florian Schmaus
  0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2022-11-16 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     ba0803a6632c1b6aa0744349875127ee7d4ba803
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Nov 13 17:27:48 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-vcr/
@ 2024-09-07 13:38 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2024-09-07 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     0a74d2b7d32c2e56279429a69ab4b40eeb5e1cee
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Sep  7 12:54:55 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep  7 12:54:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a74d2b7

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

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 283603d2e..d8ad2b922 100644
--- a/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild
+++ b/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DOCS_BUILDER="mkdocs"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 DISTUTILS_USE_PEP517="setuptools"
 inherit distutils-r1 docs
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-07 13:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-07 13:38 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-vcr/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2022-11-16 10:19 Florian Schmaus
2022-03-18  6:35 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox