diff options
author | Louis Sautier <sbraz@gentoo.org> | 2018-06-20 20:50:23 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2018-06-20 20:51:09 +0200 |
commit | 8a7b5b98e8290c3dfe7903360f37dc6337513168 (patch) | |
tree | e7a7d4675fa7ba4709421710e15271304feb3657 /dev-python/flask-debug | |
parent | wm-icons fixed (diff) | |
download | gentoo-8a7b5b98e8290c3dfe7903360f37dc6337513168.tar.gz gentoo-8a7b5b98e8290c3dfe7903360f37dc6337513168.tar.bz2 gentoo-8a7b5b98e8290c3dfe7903360f37dc6337513168.zip |
dev-python/flask-debug: fix DESCRIPTION
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/flask-debug')
-rw-r--r-- | dev-python/flask-debug/flask-debug-0.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-debug/flask-debug-0.4.3.ebuild b/dev-python/flask-debug/flask-debug-0.4.3.ebuild index d5e0d4fcc1e2..a9dce3dd0e84 100644 --- a/dev-python/flask-debug/flask-debug-0.4.3.ebuild +++ b/dev-python/flask-debug/flask-debug-0.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 MY_PN="Flask-Debug" -DESCRIPTION="Configures Flask applications in a canonical way" +DESCRIPTION="Flask extension that displays various debugging insights during development" HOMEPAGE="https://github.com/mbr/Flask-Debug" # PyPI tarballs don't include tests # https://github.com/mbr/Flask-Debug/pull/2 |