Bug 88584 - version bump: dev-python/paramiko >= 1.1
Bug#: 88584 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P1
Resolution: FIXED Assigned To: python@gentoo.org Reported By: graham.bevan@ntlworld.com
Component: Library
URL:  http://www.lag.net/paramiko/
Summary: version bump: dev-python/paramiko >= 1.1
Keywords:  
Status Whiteboard: 
Opened: 2005-04-10 06:20 0000
Description:   Opened: 2005-04-10 06:20 0000
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.

------- Comment #1 From chrisp 2005-05-22 22:23:46 0000 -------
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/*  
}  


------- Comment #2 From Alastair Tse (RETIRED) 2005-05-24 17:21:01 0000 -------
bumped in portage. thanks for your report.