diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:12:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:18:57 +0000 |
commit | d89084b694c191790dcee48e115ae9c5a35bfd86 (patch) | |
tree | 155cbf888da874a36de7a30c45726bf1d06c9835 /dev-python | |
parent | dev-python/secretstorage: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-d89084b694c191790dcee48e115ae9c5a35bfd86.tar.gz gentoo-d89084b694c191790dcee48e115ae9c5a35bfd86.tar.bz2 gentoo-d89084b694c191790dcee48e115ae9c5a35bfd86.zip |
dev-python/sentinels: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sentinels/sentinels-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sentinels/sentinels-1.0.0.ebuild b/dev-python/sentinels/sentinels-1.0.0.ebuild index fde5dea76850..307785c1fa29 100644 --- a/dev-python/sentinels/sentinels-1.0.0.ebuild +++ b/dev-python/sentinels/sentinels-1.0.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="Python Sentinels class which are objects with special meanings." +DESCRIPTION="Python Sentinels class which are objects with special meanings" HOMEPAGE="https://pypi.org/project/sentinels" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |