summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-26 00:11:14 +0000
committerSam James <sam@gentoo.org>2021-12-26 00:18:47 +0000
commita3dc9cb5439418786f454b146754cdca5dd986e9 (patch)
tree0142d992cb187ad530855daf8be4987e7074b52b
parentdev-python/publicsuffix: drop trailing full stop from DESCRIPTION (diff)
downloadgentoo-a3dc9cb5439418786f454b146754cdca5dd986e9.tar.gz
gentoo-a3dc9cb5439418786f454b146754cdca5dd986e9.tar.bz2
gentoo-a3dc9cb5439418786f454b146754cdca5dd986e9.zip
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>
-rw-r--r--dev-python/pyotp/pyotp-2.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyotp/pyotp-2.6.0.ebuild b/dev-python/pyotp/pyotp-2.6.0.ebuild
index 50162dd561a6..562f0b09e2cd 100644
--- a/dev-python/pyotp/pyotp-2.6.0.ebuild
+++ b/dev-python/pyotp/pyotp-2.6.0.ebuild
@@ -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"