From ac1ce626e2cc854c6887615dfee3d2a01d629e69 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Dec 2021 00:11:30 +0000 Subject: [PATCH] dev-python/python-editor: drop trailing full stop from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James --- dev-python/python-editor/python-editor-1.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild b/dev-python/python-editor/python-editor-1.0.4-r1.ebuild index 9a402c14a52a2..89dfe73ab9730 100644 --- a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild +++ b/dev-python/python-editor/python-editor-1.0.4-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1 -DESCRIPTION="Programmatically open an editor, capture the result." +DESCRIPTION="Programmatically open an editor, capture the result" HOMEPAGE="https://github.com/fmoo/python-editor" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"