diff options
-rw-r--r-- | dev-python/wsgiref/wsgiref-0.1.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/wsgiref/wsgiref-0.1.2.ebuild b/dev-python/wsgiref/wsgiref-0.1.2.ebuild index 88f8dc652a51..2a99b3dd12e0 100644 --- a/dev-python/wsgiref/wsgiref-0.1.2.ebuild +++ b/dev-python/wsgiref/wsgiref-0.1.2.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiref/wsgiref-0.1.2.ebuild,v 1.1 2008/07/02 05:16:54 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiref/wsgiref-0.1.2.ebuild,v 1.2 2008/07/02 13:19:50 mr_bones_ Exp $ inherit distutils - DESCRIPTION="WSGI (PEP 333) Reference Library" HOMEPAGE="http://cheeseshop.python.org/pypi/wsgiref" SRC_URI="http://pypi.python.org/packages/source/w/${PN}/${P}.zip" @@ -15,4 +14,3 @@ IUSE="" DEPEND="app-arch/unzip dev-python/setuptools" RDEPEND="!>=dev-lang/python-2.5" - |