From d571831846cdad3c92c36f2c407f35e12baf22d2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Dec 2021 00:12:09 +0000 Subject: [PATCH] dev-python/sphinx-notfound-page: drop trailing full stop from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James --- .../sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild | 2 +- dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild index 521bc1d1cc047..e0e5014bf9244 100644 --- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild +++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( pypy3 python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded." +DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded" HOMEPAGE="https://sphinx-notfound-page.readthedocs.io/" # PyPI tarballs lack tests # https://github.com/readthedocs/sphinx-notfound-page/pull/110 diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild index 8b23c2564b9ce..29b071af32ec8 100644 --- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild +++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( pypy3 python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded." +DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded" HOMEPAGE="https://sphinx-notfound-page.readthedocs.io/" # PyPI tarballs lack tests # https://github.com/readthedocs/sphinx-notfound-page/pull/110