From fa50741ac2a0b3e07f0a2603f995e354d53cdefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 25 Apr 2026 12:03:56 +0200 Subject: [PATCH] dev-python/pytest-param-files: Remove full stop from DESCRIPTION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild b/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild index 55ee2d770f952..cfac13c222e60 100644 --- a/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild +++ b/dev-python/pytest-param-files/pytest-param-files-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 -DESCRIPTION="Pytest parametrize decorators from external files." +DESCRIPTION="Pytest parametrize decorators from external files" HOMEPAGE=" https://github.com/chrisjsewell/pytest-param-files/ https://pypi.org/project/pytest_param_files/