* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-flask/
@ 2024-12-18 1:06 Arsen Arsenović
0 siblings, 0 replies; 4+ messages in thread
From: Arsen Arsenović @ 2024-12-18 1:06 UTC (permalink / raw
To: gentoo-commits
commit: 1ee96819e3fd16fc960f563c97be5cc25129ac37
Author: David Roman <droman <AT> ifae <DOT> es>
AuthorDate: Mon Dec 16 09:09:35 2024 +0000
Commit: Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 01:04:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee96819
dev-python/pytest-flask: new package, add 1.3.0
Signed-off-by: David Roman <droman <AT> ifae.es>
Closes: https://github.com/gentoo/gentoo/pull/39728
Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>
dev-python/pytest-flask/Manifest | 1 +
dev-python/pytest-flask/metadata.xml | 24 ++++++++++++++++++++
dev-python/pytest-flask/pytest-flask-1.3.0.ebuild | 27 +++++++++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/dev-python/pytest-flask/Manifest b/dev-python/pytest-flask/Manifest
new file mode 100644
index 000000000000..2812cc719cff
--- /dev/null
+++ b/dev-python/pytest-flask/Manifest
@@ -0,0 +1 @@
+DIST pytest-flask-1.3.0.tar.gz 35816 BLAKE2B 008c7f2acdc320dcab3e1745fb8e546a1f4cbdf75155db85f00bb70aea2eb3efa46d68f39fac114e3ddc3675b45d3d6d9a7bba8eb0c331c36e7f3d08c83c5da0 SHA512 4512e261cf6b284540ea9dda4cade52be57776c16f0cc7185755cbec294e526268753dbe663200a6ab3dee2ac0cc42df080d8f0045f88feac5de115fcc71ac21
diff --git a/dev-python/pytest-flask/metadata.xml b/dev-python/pytest-flask/metadata.xml
new file mode 100644
index 000000000000..ec950627c5ed
--- /dev/null
+++ b/dev-python/pytest-flask/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>arsen@gentoo.org</email>
+ <description>Arsen Arsenović</description>
+ </maintainer>
+ <maintainer type="person" proxied="yes">
+ <email>davidroman96@gmail.com</email>
+ <name>David Roman</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">pytest-flask</remote-id>
+ <remote-id type="github">pytest-dev/pytest-flask</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild b/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild
new file mode 100644
index 000000000000..b8519593d805
--- /dev/null
+++ b/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{11..13} pypy3 )
+inherit distutils-r1 pypi
+
+DESCRIPTION="A set of pytest fixtures to test Flask applications"
+HOMEPAGE="
+ http://pytest-flask.readthedocs.org
+ https://github.com/pytest-dev/pytest-flask
+ https://pypi.org/project/pytest-flask/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/flask[${PYTHON_USEDEP}]
+ dev-python/werkzeug[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-flask/
@ 2025-02-27 21:14 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2025-02-27 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 61244edb96a31b35ca4878b2e3b5a8ec4fd4b2c7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 20:29:10 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 21:09:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61244edb
dev-python/pytest-flask: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-flask/pytest-flask-1.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild b/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild
index b8519593d805..1879f79cfbf0 100644
--- a/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild
+++ b/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11..13} pypy3 )
+PYTHON_COMPAT=( python3_{11..13} pypy3 pypy3_11 )
inherit distutils-r1 pypi
DESCRIPTION="A set of pytest fixtures to test Flask applications"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-flask/
@ 2025-07-16 8:57 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2025-07-16 8:57 UTC (permalink / raw
To: gentoo-commits
commit: b42a8514c92098415f26b7f45c0cd71894f40d29
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 16 08:57:11 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 16 08:57:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42a8514
dev-python/pytest-flask: Stabilize 1.3.0 amd64, #960175
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/pytest-flask/pytest-flask-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild b/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild
index 1879f79cfbf0..ff1659edda6d 100644
--- a/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild
+++ b/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
RDEPEND="
dev-python/flask[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-flask/
@ 2025-10-04 14:23 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2025-10-04 14:23 UTC (permalink / raw
To: gentoo-commits
commit: 629b7a8aeb0229a450f13d1d92ecd1cdb0b83f7d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 4 14:16:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 4 14:23:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629b7a8a
dev-python/pytest-flask: Use EPYTEST_PLUGINS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-flask/pytest-flask-1.3.0.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild b/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild
index ff1659edda6d..4078d4ff2fba 100644
--- a/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild
+++ b/dev-python/pytest-flask/pytest-flask-1.3.0.ebuild
@@ -5,13 +5,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
inherit distutils-r1 pypi
DESCRIPTION="A set of pytest fixtures to test Flask applications"
HOMEPAGE="
- http://pytest-flask.readthedocs.org
- https://github.com/pytest-dev/pytest-flask
+ https://pytest-flask.readthedocs.io/
+ https://github.com/pytest-dev/pytest-flask/
https://pypi.org/project/pytest-flask/
"
@@ -24,4 +24,6 @@ RDEPEND="
dev-python/werkzeug[${PYTHON_USEDEP}]
"
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+EPYTEST_PLUGINS=( "${PN}" )
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-04 14:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-04 14:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-flask/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2025-07-16 8:57 Joonas Niilola
2025-02-27 21:14 Michał Górny
2024-12-18 1:06 Arsen Arsenović
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox