diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-12 22:34:32 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-12 22:34:32 +0000 |
commit | 819929fc48ac5adf54fc5e7cef0f264d95575818 (patch) | |
tree | 32ddb89187c571cd779e54366c83fdc8cf3e9206 /dev-python/pyparsing | |
parent | Version bump. Translation updates. Clean up old revisions. (diff) | |
download | gentoo-2-819929fc48ac5adf54fc5e7cef0f264d95575818.tar.gz gentoo-2-819929fc48ac5adf54fc5e7cef0f264d95575818.tar.bz2 gentoo-2-819929fc48ac5adf54fc5e7cef0f264d95575818.zip |
Update HOMEPAGE.
(Portage version: 14816-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyparsing')
-rw-r--r-- | dev-python/pyparsing/pyparsing-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyparsing/pyparsing-1.5.2.ebuild b/dev-python/pyparsing/pyparsing-1.5.2.ebuild index a2b1741dc9bf..77404e50e72f 100644 --- a/dev-python/pyparsing/pyparsing-1.5.2.ebuild +++ b/dev-python/pyparsing/pyparsing-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.2.ebuild,v 1.9 2009/11/11 15:58:54 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.2.ebuild,v 1.10 2009/11/12 22:34:32 arfrever Exp $ EAPI="2" @@ -10,7 +10,7 @@ SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="pyparsing is an easy-to-use Python module for text parsing" -HOMEPAGE="http://pyparsing.wikispaces.com/" +HOMEPAGE="http://pyparsing.wikispaces.com/ http://pypi.python.org/pypi/pyparsing" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT" |