About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
hawking 08/01/31 15:30:33 Modified: ChangeLog Added: paramiko-1.7.2.ebuild Log: Version bump. Use distutils_src_unpack. Added patch to fix the tests. Run tests with --verbose because it takes quite a bit of time. (Portage version: 2.1.4) Revision Changes Path 1.27 dev-python/paramiko/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paramiko/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paramiko/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paramiko/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/paramiko/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 12 Apr 2007 17:35:05 -0000 1.26 +++ ChangeLog 31 Jan 2008 15:30:32 -0000 1.27 @@ -1,6 +1,13 @@ # ChangeLog for dev-python/paramiko -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paramiko/ChangeLog,v 1.26 2007/04/12 17:35:05 welp Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/paramiko/ChangeLog,v 1.27 2008/01/31 15:30:32 hawking Exp $ + +*paramiko-1.7.2 (31 Jan 2008) + + 31 Jan 2008; Ali Polatel <hawking@g.o> + +files/paramiko-1.7.2-tests_cleanup.patch, +paramiko-1.7.2.ebuild: + Version bump. Use distutils_src_unpack. Added patch to fix the tests. Run + tests with --verbose because it takes quite a bit of time. 12 Apr 2007; <welp@g.o> paramiko-1.6.3.ebuild: Stable on amd64 1.1 dev-python/paramiko/paramiko-1.7.2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paramiko/paramiko-1.7.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paramiko/paramiko-1.7.2.ebuild?rev=1.1&content-type=text/plain Index: paramiko-1.7.2.ebuild =================================================================== # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/paramiko/paramiko-1.7.2.ebuild,v 1.1 2008/01/31 15:30:32 hawking Exp $ NEED_PYTHON=2.3 inherit distutils eutils DESCRIPTION="SSH2 implementation for Python" HOMEPAGE="http://www.lag.net/paramiko/" SRC_URI="http://www.lag.net/paramiko/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="doc examples" RDEPEND=">=dev-python/pycrypto-1.9_alpha6" DEPEND="${RDEPEND}" src_unpack() { distutils_src_unpack epatch "${FILESDIR}"/${PN}-1.6.3-no-setuptools.patch epatch "${FILESDIR}"/${P}-tests_cleanup.patch } src_install() { distutils_src_install use doc && dohtml -r docs/* if use examples; then insinto /usr/share/doc/${PF} doins -r demos fi } src_test() { "${python}" test.py --verbose || die "tests failed" } -- gentoo-commits@g.o mailing list
Updated Aug 01, 2010
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.