dev-python/pytest-flask: new package, add 1.3.0

Signed-off-by: David Roman <droman@ifae.es>
Closes: https://github.com/gentoo/gentoo/pull/39728
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
This commit is contained in:
David Roman
2024-12-16 10:09:35 +01:00
committed by Arsen Arsenović
parent 19c2b0ed7f
commit 1ee96819e3
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST pytest-flask-1.3.0.tar.gz 35816 BLAKE2B 008c7f2acdc320dcab3e1745fb8e546a1f4cbdf75155db85f00bb70aea2eb3efa46d68f39fac114e3ddc3675b45d3d6d9a7bba8eb0c331c36e7f3d08c83c5da0 SHA512 4512e261cf6b284540ea9dda4cade52be57776c16f0cc7185755cbec294e526268753dbe663200a6ab3dee2ac0cc42df080d8f0045f88feac5de115fcc71ac21

View File

@@ -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>

View File

@@ -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