the current version of paramiko in portage is 0.9h. The maintainer has just
release 1.3. Also, in some development I am doing, I need at least version
1.1. Could you please make a more up-to-date version available via portage?
Kind Regards,
glbevan
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
I have an updated ebuild. It's not much different than the .9h ebuild. I'm
not an official gentoo
developer unforunately, so could somone with CVS access update portage?
In the meantime you can follow the howto at:
http://gentoo-wiki.com/HOWTO_Create_an_Updated_Ebuild
and use my ebuild to merge it on your own. It should only take a few minutes.
I haven't any problems with it, but am just starting with paramiko.
>cat /opt/portage/dev-python/paramiko/paramiko-1.3.ebuild
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/paramiko/paramiko-0.9h.ebuild,v
1.3 2004/11/04
16:43:34 pythonhead Exp $
inherit distutils
MY_PV="1.3"
DESCRIPTION="SSH2 implementation for Python"
HOMEPAGE="http://www.lag.net/paramiko"
SRC_URI="http://www.lag.net/paramiko/download/${PN}-${MY_PV}.zip"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
DEPEND="virtual/python
>=dev-python/pycrypto-1.9_alpha6
app-arch/unzip"
S="${WORKDIR}/${PN}-${MY_PV}"
src_install() {
distutils_src_install
dohtml -r docs/*
}