summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-25 13:49:07 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-25 16:11:41 +0100
commitca391d29ffc9dac4c91f1295d74651484aafdd62 (patch)
treeff00b7ba55a642b6355c0de0b2e9eb6c730724f6 /dev-python/celery/celery-3.1.17.ebuild
parentdev-python/celery: Version Bump (diff)
downloadgentoo-ca391d29ffc9dac4c91f1295d74651484aafdd62.tar.gz
gentoo-ca391d29ffc9dac4c91f1295d74651484aafdd62.tar.bz2
gentoo-ca391d29ffc9dac4c91f1295d74651484aafdd62.zip
dev-python/celery: Chop DESCRIPTION to 80 chars
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/celery/celery-3.1.17.ebuild')
-rw-r--r--dev-python/celery/celery-3.1.17.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/celery/celery-3.1.17.ebuild b/dev-python/celery/celery-3.1.17.ebuild
index 165617b55f5a..423539c38df6 100644
--- a/dev-python/celery/celery-3.1.17.ebuild
+++ b/dev-python/celery/celery-3.1.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1 bash-completion-r1
-DESCRIPTION="Open source asynchronous task queue/job queue based on distributed message passing"
+DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing"
HOMEPAGE="http://celeryproject.org/ https://pypi.python.org/pypi/celery"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"