# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="A comprehensive HTTP client library with caching and authentication." HOMEPAGE="http://bitworking.org/projects/httplib2/" SRC_URI="http://bitworking.org/projects/${PN}/dist/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="virtual/python >=dev-lang/python-2.3" RDEPEND="${DEPEND}" # Need to install with ez_setup (blech) so that programs # that rely on httplib2 can test for it using ez_setup src_unpack() { unpack "${A}" epatch "${FILESDIR}/ez_setup_patch.diff" }