From 7848005e2c1a43f5e206aafee0091c7cfe3bf8dd Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Dec 2021 00:09:24 +0000 Subject: [PATCH] dev-python/collective-checkdocs: drop trailing full stop from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James --- .../collective-checkdocs/collective-checkdocs-0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/collective-checkdocs/collective-checkdocs-0.2-r1.ebuild b/dev-python/collective-checkdocs/collective-checkdocs-0.2-r1.ebuild index 5f0aad01261be..7bcacc2beef3e 100644 --- a/dev-python/collective-checkdocs/collective-checkdocs-0.2-r1.ebuild +++ b/dev-python/collective-checkdocs/collective-checkdocs-0.2-r1.ebuild @@ -11,7 +11,7 @@ DISTUTILS_USE_SETUPTOOLS=manual inherit distutils-r1 MY_PN="${PN/-/.}" -DESCRIPTION="Distutils command to view/validate packages's rst text long_descriptions." +DESCRIPTION="Distutils command to view/validate packages's rst text long_descriptions" HOMEPAGE="https://github.com/collective/collective.checkdocs" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip" S="${WORKDIR}/${MY_PN}-${PV}"