diff options
Diffstat (limited to 'dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild')
| -rw-r--r-- | dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild b/dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild index 12c973ebab19..8f009cd3bc50 100644 --- a/dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild +++ b/dev-python/pytest-xvfb/pytest-xvfb-3.1.1.ebuild @@ -1,15 +1,20 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_VERIFY_REPO=https://github.com/The-Compiler/pytest-xvfb PYTHON_COMPAT=( python3_{10..14} ) PYTHON_REQ_USE="tk" + inherit distutils-r1 pypi DESCRIPTION="Pytest plugin to run Xvfb for tests" -HOMEPAGE="https://github.com/The-Compiler/pytest-xvfb/" +HOMEPAGE=" + https://github.com/The-Compiler/pytest-xvfb/ + https://pypi.org/project/pytest-xvfb/ +" LICENSE="MIT" SLOT="0" |
