diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-11-06 04:59:26 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-11-06 04:59:26 +0000 |
commit | 0a2bd5f76c039aab375f1d80a31ab588ea3a777c (patch) | |
tree | a47809055f5f59f19264f3246caab5a40ead6d4d /dev-python/simpletal/simpletal-4.2.ebuild | |
parent | Shorten description, make repoman happier (diff) | |
download | gentoo-2-0a2bd5f76c039aab375f1d80a31ab588ea3a777c.tar.gz gentoo-2-0a2bd5f76c039aab375f1d80a31ab588ea3a777c.tar.bz2 gentoo-2-0a2bd5f76c039aab375f1d80a31ab588ea3a777c.zip |
Shorten description, make repoman happier
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/simpletal/simpletal-4.2.ebuild')
-rw-r--r-- | dev-python/simpletal/simpletal-4.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/simpletal/simpletal-4.2.ebuild b/dev-python/simpletal/simpletal-4.2.ebuild index 6a2f1055322d..3278de113c1d 100644 --- a/dev-python/simpletal/simpletal-4.2.ebuild +++ b/dev-python/simpletal/simpletal-4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simpletal/simpletal-4.2.ebuild,v 1.2 2010/06/29 04:39:57 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpletal/simpletal-4.2.ebuild,v 1.3 2013/11/06 04:59:26 patrick Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -12,7 +12,7 @@ inherit distutils MY_PN="SimpleTAL" MY_P="${MY_PN}-${PV}" -DESCRIPTION="SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates." +DESCRIPTION="Stand alone Python implementation of the Zope TAL, TALES and METAL specs for HTML/XML templates." HOMEPAGE="http://www.owlfish.com/software/simpleTAL/ http://pypi.python.org/pypi/SimpleTAL" SRC_URI="http://www.owlfish.com/software/simpleTAL/downloads/${MY_P}.tar.gz" |