diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-27 22:29:08 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-27 22:29:08 +0000 |
commit | c6f7d70104974bd2ebb8017acedab95e4fc8cbfd (patch) | |
tree | 0da3c2bdfa3a4049299a7212523c59c9f3811cc4 /dev-python/webob | |
parent | Add other half of MD2 disable so that root certs arent checked #294615 by Ale... (diff) | |
download | historical-c6f7d70104974bd2ebb8017acedab95e4fc8cbfd.tar.gz historical-c6f7d70104974bd2ebb8017acedab95e4fc8cbfd.tar.bz2 historical-c6f7d70104974bd2ebb8017acedab95e4fc8cbfd.zip |
Update HOMEPAGE.
Package-Manager: portage-14899-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/webob')
-rw-r--r-- | dev-python/webob/webob-0.9.6.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/webob/webob-0.9.6.1.ebuild b/dev-python/webob/webob-0.9.6.1.ebuild index 2b78ce6544f0..dc950baf8dd2 100644 --- a/dev-python/webob/webob-0.9.6.1.ebuild +++ b/dev-python/webob/webob-0.9.6.1.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/webob/webob-0.9.6.1.ebuild,v 1.2 2009/09/29 01:40:20 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.6.1.ebuild,v 1.3 2009/11/27 22:26:18 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -11,15 +11,15 @@ MY_PN="WebOb" MY_P="${MY_PN}-${PV}" DESCRIPTION="WSGI request and response object" -HOMEPAGE="http://pythonpaste.org/webob/" +HOMEPAGE="http://pythonpaste.org/webob/ http://pypi.python.org/pypi/WebOb" SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" -#Note: Tests require webtest, but webob is a dependency of webtest +#Note: Tests require webtest, but webob is a dependency of webtest. DEPEND="dev-python/setuptools" RDEPEND="" RESTRICT_PYTHON_ABIS="3.*" |