dev-python/pyotp: 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:14 +00:00
parent ed8c6187fc
commit a3dc9cb543

View File

@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="PyOTP is a Python library for generating and verifying one-time passwords."
DESCRIPTION="PyOTP is a Python library for generating and verifying one-time passwords"
HOMEPAGE="https://github.com/pyauth/pyotp https://pypi.org/project/pyotp/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"