From 4c31e407069f47eea34a7f12ec3e2ffa3e0f9f73 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Dec 2021 00:09:04 +0000 Subject: [PATCH] dev-python/authheaders: drop trailing full stop from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James --- dev-python/authheaders/authheaders-0.14.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/authheaders/authheaders-0.14.1.ebuild b/dev-python/authheaders/authheaders-0.14.1.ebuild index f5022f6b4a2ae..9156e15926bc3 100644 --- a/dev-python/authheaders/authheaders-0.14.1.ebuild +++ b/dev-python/authheaders/authheaders-0.14.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="A library wrapping email authentication header verification and generation." +DESCRIPTION="A library wrapping email authentication header verification and generation" HOMEPAGE="https://github.com/ValiMail/authentication-headers" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"