# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 DESCRIPTION="poster provides support for both streaming POST requests as well as multipart/form-data encoding of string or file parameters" HOMEPAGE="http://atlee.ca/software/poster/index.html" SRC_URI="http://atlee.ca/software/poster/dist/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" #PYTHON_DEPEND="2:2.7" src_prepare() { rm -r $S/tests }