Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 88584
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Python Gentoo Team <python@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Graham Lee Bevan <graham.bevan@ntlworld.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 88584 depends on: Show dependency tree
Bug 88584 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug