# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="SSH2 implementation for Python" MY_URI="http://www.lag.net/~robey/$PN" HOMEPAGE="$MY_URI" MY_PV="0.9-horsea" # Sucks, I know SRC_URI="$MY_URI/${PN}-${MY_PV}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.2 >=dev-python/pycrypto-1.9_alpha6" S=$WORKDIR/${PN}-${MY_PV}