Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pymongo: pymongo-2.5.1.ebuild ChangeLog
Date: Tue, 28 May 2013 18:24:37
Message-Id: 20130528182433.124A72171D@flycatcher.gentoo.org
1 idella4 13/05/28 18:24:32
2
3 Modified: pymongo-2.5.1.ebuild ChangeLog
4 Log:
5 patch to fix test in py2
6
7 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.6 dev-python/pymongo/pymongo-2.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymongo/pymongo-2.5.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymongo/pymongo-2.5.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymongo/pymongo-2.5.1.ebuild?r1=1.5&r2=1.6
15
16 Index: pymongo-2.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pymongo/pymongo-2.5.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- pymongo-2.5.1.ebuild 27 May 2013 07:49:42 -0000 1.5
23 +++ pymongo-2.5.1.ebuild 28 May 2013 18:24:32 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/pymongo-2.5.1.ebuild,v 1.5 2013/05/27 07:49:42 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/pymongo-2.5.1.ebuild,v 1.6 2013/05/28 18:24:32 idella4 Exp $
29
30 EAPI=5
31
32 @@ -42,6 +42,8 @@
33 reqcheck pkg_setup
34 }
35
36 +PATCHES=( "${FILESDIR}"/${P}-greenlet.patch )
37 +
38 python_compile_all() {
39 if use doc; then
40 mkdir html || die
41 @@ -105,9 +107,6 @@
42 pushd "${BUILD_DIR}"/../ > /dev/null
43 if [[ "${EPYTHON}" == python3* ]]; then
44 2to3 --no-diffs -w test
45 - elif [[ "${EPYTHON}" == 'python2.7' || "${EPYTHON}" == 'python2.6' ]]; then
46 - sed -e 's:test_socket_reclamation:_&:' \
47 - -i test/test_pooling_base.py || die
48 fi
49 DB_PORT2=$(( DB_PORT + 1 )) DB_PORT3=$(( DB_PORT + 2 )) esetup.py test || failed=1
50
51
52
53
54 1.26 dev-python/pymongo/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymongo/ChangeLog?rev=1.26&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymongo/ChangeLog?rev=1.26&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymongo/ChangeLog?r1=1.25&r2=1.26
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v
63 retrieving revision 1.25
64 retrieving revision 1.26
65 diff -u -r1.25 -r1.26
66 --- ChangeLog 27 May 2013 07:49:42 -0000 1.25
67 +++ ChangeLog 28 May 2013 18:24:32 -0000 1.26
68 @@ -1,6 +1,10 @@
69 # ChangeLog for dev-python/pymongo
70 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v 1.25 2013/05/27 07:49:42 idella4 Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/ChangeLog,v 1.26 2013/05/28 18:24:32 idella4 Exp $
73 +
74 + 28 May 2013; Ian Delaney <idella4@g.o>
75 + +files/pymongo-2.5.1-greenlet.patch, pymongo-2.5.1.ebuild, pymongo-2.5.ebuild:
76 + patch to fix test in py2
77
78 27 May 2013; Ian Delaney <idella4@g.o> pymongo-2.5.1.ebuild,
79 pymongo-2.5.ebuild: