summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-04 13:36:45 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-04 15:21:27 +0100
commiteb968407cfa58d32d37d8cc8687dca78f8656d3c (patch)
tree9e6f5d4942098f4da4b0ac99a186daf572fea7e2 /dev-python
parentdev-python/theano: Sort global scope and make tests verbose (diff)
downloadgentoo-eb968407cfa58d32d37d8cc8687dca78f8656d3c.tar.gz
gentoo-eb968407cfa58d32d37d8cc8687dca78f8656d3c.tar.bz2
gentoo-eb968407cfa58d32d37d8cc8687dca78f8656d3c.zip
dev-python/theano: Chop DESCRIPTION to 80 chars
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/theano/theano-0.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/theano/theano-0.6.0.ebuild b/dev-python/theano/theano-0.6.0.ebuild
index 23aedb6b29f3..09384e6b814a 100644
--- a/dev-python/theano/theano-0.6.0.ebuild
+++ b/dev-python/theano/theano-0.6.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1 versionator
MYPN=Theano
MYP=${MYPN}-$(replace_version_separator 3 '')
-DESCRIPTION="Python library to define and optimize multi-dimensional arrays mathematical expressions"
+DESCRIPTION="Define and optimize multi-dimensional arrays mathematical expressions"
HOMEPAGE="https://github.com/Theano/Theano"
SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"