diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:09:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:18:31 +0000 |
commit | 2e270282cf567b1a98b65cb67093b00784967763 (patch) | |
tree | 7f60abdbcdbcf75af7b87dc51eec83f83db45857 /dev-python/flask-nav | |
parent | dev-python/dogpile-cache: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-2e270282cf567b1a98b65cb67093b00784967763.tar.gz gentoo-2e270282cf567b1a98b65cb67093b00784967763.tar.bz2 gentoo-2e270282cf567b1a98b65cb67093b00784967763.zip |
dev-python/flask-nav: 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/flask-nav')
-rw-r--r-- | dev-python/flask-nav/flask-nav-0.6-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-nav/flask-nav-0.6-r4.ebuild b/dev-python/flask-nav/flask-nav-0.6-r4.ebuild index c8f197283d11..d76d33a060fc 100644 --- a/dev-python/flask-nav/flask-nav-0.6-r4.ebuild +++ b/dev-python/flask-nav/flask-nav-0.6-r4.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1 -DESCRIPTION="Easily create navigation for Flask applications." +DESCRIPTION="Easily create navigation for Flask applications" HOMEPAGE="https://pythonhosted.org/flask-nav/" # docs are missing from PyPI tarballs # https://github.com/mbr/flask-nav/pull/12 |