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: celery-3.1.11.ebuild ChangeLog celery-3.0.17.ebuild celery-3.0.12.ebuild celery-3.0.16.ebuild celery-3.0.15.ebuild celery-3.0.19.ebuild celery-3.0.13.ebuild
Date: Sun, 04 May 2014 10:18:40
Message-Id: 20140504101836.361622004E@flycatcher.gentoo.org
1 idella4 14/05/04 10:18:36
2
3 Modified: ChangeLog
4 Added: celery-3.1.11.ebuild
5 Removed: celery-3.0.17.ebuild celery-3.0.12.ebuild
6 celery-3.0.16.ebuild celery-3.0.15.ebuild
7 celery-3.0.19.ebuild celery-3.0.13.ebuild
8 Log:
9 bump, rm olds
10
11 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
12
13 Revision Changes Path
14 1.33 dev-python/celery/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/ChangeLog?rev=1.33&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/ChangeLog?rev=1.33&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/ChangeLog?r1=1.32&r2=1.33
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-python/celery/ChangeLog,v
23 retrieving revision 1.32
24 retrieving revision 1.33
25 diff -u -r1.32 -r1.33
26 --- ChangeLog 26 Apr 2014 15:21:40 -0000 1.32
27 +++ ChangeLog 4 May 2014 10:18:35 -0000 1.33
28 @@ -1,6 +1,14 @@
29 # ChangeLog for dev-python/celery
30 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/ChangeLog,v 1.32 2014/04/26 15:21:40 idella4 Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/ChangeLog,v 1.33 2014/05/04 10:18:35 idella4 Exp $
33 +
34 +*celery-3.1.11 (04 May 2014)
35 +
36 + 04 May 2014; Ian Delaney <idella4@g.o> +celery-3.1.11.ebuild,
37 + +files/celery-3.1.11-test.patch, -celery-3.0.12.ebuild, -celery-3.0.13.ebuild,
38 + -celery-3.0.15.ebuild, -celery-3.0.16.ebuild, -celery-3.0.17.ebuild,
39 + -celery-3.0.19.ebuild:
40 + bump, rm olds
41
42 26 Apr 2014; Ian Delaney <idella4@g.o> celery-3.1.10.ebuild:
43 take out white space
44
45
46
47 1.1 dev-python/celery/celery-3.1.11.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/celery-3.1.11.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/celery/celery-3.1.11.ebuild?rev=1.1&content-type=text/plain
51
52 Index: celery-3.1.11.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.1.11.ebuild,v 1.1 2014/05/04 10:18:35 idella4 Exp $
57
58 EAPI=5
59
60 PYTHON_COMPAT=( python{2_7,3_3} )
61
62 inherit distutils-r1
63
64 DESCRIPTION="Celery is an open source asynchronous task queue/job queue based on distributed message passing."
65 HOMEPAGE="http://celeryproject.org/ http://pypi.python.org/pypi/celery"
66 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
67
68 LICENSE="BSD"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE="doc examples redis test"
72
73 PY2_USEDEP=$(python_gen_usedep python2_7)
74 RDEPEND="<dev-python/kombu-4
75 >=dev-python/kombu-3.0.15[${PYTHON_USEDEP}]
76 >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
77 >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
78 dev-python/pyparsing[${PYTHON_USEDEP}]
79 >=dev-python/billiard-3.3.0.17[${PYTHON_USEDEP}]
80 <dev-python/billiard-3.4[${PYTHON_USEDEP}]
81 dev-python/pytz[${PYTHON_USEDEP}]"
82 DEPEND="${RDEPEND}
83 dev-python/setuptools[${PYTHON_USEDEP}]
84 test? (
85 dev-python/gevent[${PY2_USEDEP}]
86 >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
87 virtual/python-unittest2[${PYTHON_USEDEP}]
88 dev-python/pyopenssl[${PYTHON_USEDEP}]
89 dev-python/nose-cover3[${PYTHON_USEDEP}]
90 dev-python/sqlalchemy[${PYTHON_USEDEP}]
91 dev-python/pymongo[${PYTHON_USEDEP}]
92 redis? ( dev-python/redis-py[${PYTHON_USEDEP}]
93 >=dev-db/redis-2.8.0 )
94 )
95 doc? (
96 dev-python/docutils[${PYTHON_USEDEP}]
97 dev-python/sphinx[${PYTHON_USEDEP}]
98 dev-python/jinja[${PYTHON_USEDEP}]
99 dev-python/sqlalchemy[${PYTHON_USEDEP}] )"
100
101 PATCHES=( "${FILESDIR}"/celery-docs.patch
102 "${FILESDIR}"/${P}-test.patch )
103
104 python_compile_all() {
105 if use doc; then
106 mkdir docs/.build || die
107 emake -C docs html
108 fi
109 }
110
111 python_test() {
112 # https://github.com/celery/celery/issues/1964
113 # nosetests -e test_cleanup || die "Tests failed with ${EPYTHON}"
114 nosetests || die "Tests failed with ${EPYTHON}"
115 }
116
117 python_install_all() {
118 # Main celeryd init.d and conf.d
119 newinitd "${FILESDIR}/celery.initd-r1" celery
120 newconfd "${FILESDIR}/celery.confd-r1" celery
121
122 use examples && local EXAMPLES=( examples/. )
123
124 use doc && local HTML_DOCS=( docs/.build/html/. )
125
126 distutils-r1_python_install_all
127 }