diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-10-04 10:00:52 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-10-04 10:00:52 -0500 |
commit | ba180c5856bc69e718bfdd63b95ea408558b6753 (patch) | |
tree | 032f9c13d4e2d9378ebb93ebbf744450ff435f76 /dev-python/pecan/pecan-1.0.4.ebuild | |
parent | dev-util/checkbashisms: Removed old. (diff) | |
download | gentoo-ba180c5856bc69e718bfdd63b95ea408558b6753.tar.gz gentoo-ba180c5856bc69e718bfdd63b95ea408558b6753.tar.bz2 gentoo-ba180c5856bc69e718bfdd63b95ea408558b6753.zip |
dev-python/pecan: bup
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/pecan/pecan-1.0.4.ebuild')
-rw-r--r-- | dev-python/pecan/pecan-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pecan/pecan-1.0.4.ebuild b/dev-python/pecan/pecan-1.0.4.ebuild index a0ec38477ea7..d6399a8194e3 100644 --- a/dev-python/pecan/pecan-1.0.4.ebuild +++ b/dev-python/pecan/pecan-1.0.4.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$ @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) inherit distutils-r1 -DESCRIPTION="A WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies." +DESCRIPTION="A WSGI object-dispatching web framework, lean, fast, with few dependencies." HOMEPAGE="https://pypi.python.org/pypi/pecan" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |