dev-python/buzhug: Shorter DESCRIPTION

This commit is contained in:
Jonas Stein
2017-08-01 01:23:14 +02:00
committed by Amy Liffey
parent de57f0df7e
commit c80d3a358b

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive"
DESCRIPTION="Fast, pure-Python database engine"
HOMEPAGE="http://buzhug.sourceforge.net/ https://pypi.python.org/pypi/buzhug"
SRC_URI="mirror://sourceforge/${PN}/${P}.zip"