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/celery: ChangeLog celery-3.0.19.ebuild
Date: Thu, 02 May 2013 04:23:58
Message-Id: 20130502042354.4920A2171D@flycatcher.gentoo.org
1 idella4 13/05/02 04:23:54
2
3 Modified: ChangeLog celery-3.0.19.ebuild
4 Log:
5 updated deps re 'PYTHON_USEDEP', minor tidy to test phase
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.25 dev-python/celery/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/celery/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 1 May 2013 00:42:44 -0000 1.24
23 +++ ChangeLog 2 May 2013 04:23:54 -0000 1.25
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/celery
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/ChangeLog,v 1.24 2013/05/01 00:42:44 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/ChangeLog,v 1.25 2013/05/02 04:23:54 idella4 Exp $
29 +
30 + 02 May 2013; Ian Delaney <idella4@g.o> celery-3.0.19.ebuild:
31 + updated deps re 'PYTHON_USEDEP', minor tidy to test phase
32
33 01 May 2013; Mike Gilbert <floppym@g.o> celery-3.0.19.ebuild:
34 Tweak python_test.
35
36
37
38 1.4 dev-python/celery/celery-3.0.19.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/celery-3.0.19.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/celery-3.0.19.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/celery-3.0.19.ebuild?r1=1.3&r2=1.4
43
44 Index: celery-3.0.19.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.0.19.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- celery-3.0.19.ebuild 1 May 2013 00:42:44 -0000 1.3
51 +++ celery-3.0.19.ebuild 2 May 2013 04:23:54 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.0.19.ebuild,v 1.3 2013/05/01 00:42:44 floppym Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.0.19.ebuild,v 1.4 2013/05/02 04:23:54 idella4 Exp $
57
58 EAPI=5
59
60 @@ -17,7 +17,6 @@
61 KEYWORDS="~amd64 ~x86"
62 IUSE="doc examples test"
63
64 -# sqlalchemy deps should be replaced once a version supporting py3k is committed
65 PY2_USEDEP=$(python_gen_usedep python2_7)
66
67 RDEPEND="<dev-python/kombu-3
68 @@ -35,8 +34,8 @@
69 virtual/python-unittest2[${PYTHON_USEDEP}]
70 dev-python/pyopenssl[${PYTHON_USEDEP}]
71 dev-python/nose-cover3[${PYTHON_USEDEP}]
72 - dev-python/sqlalchemy[${PY2_USEDEP}]
73 - dev-python/pymongo[${PY2_USEDEP}]
74 + dev-python/sqlalchemy[${PYTHON_USEDEP}]
75 + dev-python/pymongo[${PYTHON_USEDEP}]
76 dev-python/redis-py[${PYTHON_USEDEP}]
77 dev-db/redis
78 )
79 @@ -44,8 +43,8 @@
80 dev-python/docutils[${PYTHON_USEDEP}]
81 dev-python/sphinx[${PYTHON_USEDEP}]
82 dev-python/jinja[${PYTHON_USEDEP}]
83 - dev-python/sphinxcontrib-issuetracker
84 - dev-python/sqlalchemy[${PY2_USEDEP}]
85 + dev-python/sphinxcontrib-issuetracker[${PYTHON_USEDEP}]
86 + dev-python/sqlalchemy[${PYTHON_USEDEP}]
87 )"
88
89 PATCHES=( "${FILESDIR}"/celery-docs.patch )
90 @@ -59,11 +58,13 @@
91
92 python_test() {
93 if [[ "$EPYTHON}" = python3* ]]; then
94 - ewarn "Some dependencies of testsuite do no support python3"
95 + ewarn "dep gevent of testsuite doesn't support python3"
96 + ewarn "testsuite also needs re-writing for py3 despite citing py3k"
97 else
98 - nosetests || die "Tests fail with ${EPYTHON}"
99 -# einfo "running funtests"
100 -# "${PYTHON}" funtests/setup.py test || die "Failure occured in funtests"
101 + nosetests || die "Tests failed with ${EPYTHON}"
102 + # These have some failures, filed upstream
103 + #einfo "running funtests"
104 + #"${PYTHON}" funtests/setup.py test || die "Failure occured in funtests"
105 fi
106 }