Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88584 - version bump: dev-python/paramiko >= 1.1
Summary: version bump: dev-python/paramiko >= 1.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: Highest enhancement (vote)
Assignee: Python Gentoo Team
URL: http://www.lag.net/paramiko/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-10 06:20 UTC by Graham Lee Bevan
Modified: 2005-05-24 17:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Graham Lee Bevan 2005-04-10 06:20:12 UTC
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 chrisp 2005-05-22 22:23:46 UTC
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 Alastair Tse (RETIRED) gentoo-dev 2005-05-24 17:21:01 UTC
bumped in portage. thanks for your report.