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 <sam@gentoo.org>
This commit is contained in:
Sam James
2021-12-26 00:11:30 +00:00
parent 03c7cf8921
commit ac1ce626e2

View File

@@ -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"