Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/celery/
Date: Tue, 28 Jan 2020 22:05:35
Message-Id: 1580248404.b8592e9f6b16a8a0d81fe960fcfe0bd032f279ec.mgorny@gentoo
1 commit: b8592e9f6b16a8a0d81fe960fcfe0bd032f279ec
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 21:53:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 21:53:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8592e9f
7
8 dev-python/celery: Remove old (drop to ~arch)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/celery/Manifest | 1 -
13 dev-python/celery/celery-4.1.0.ebuild | 109 ----------------------------------
14 2 files changed, 110 deletions(-)
15
16 diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest
17 index e7419d4b6d4..3bdbcf607c3 100644
18 --- a/dev-python/celery/Manifest
19 +++ b/dev-python/celery/Manifest
20 @@ -1,2 +1 @@
21 -DIST celery-4.1.0.tar.gz 1331689 BLAKE2B ac134d26a21bfd1172ea7a2ccc5f9934b4fdf56dccb6f840726040adf5b81ab0c675c0c93754340c0429c4eb5777a344be74415a795a9dd6654578979609cecd SHA512 5232adc43ba55d01f2b030382075750033e0c5c2abdc8308903e0cef7a465513b7765e2ae495da6555b377452ae233500530ef9d57e584a5352a54c5f4731c64
22 DIST celery-4.3.0.tar.gz 1434073 BLAKE2B 47d9d461a9bf3d3418a7cb37684f53cce58ef1d1bee928e74cc8b6ff8e9bfde19d99a59d7a8ef7b638efa24263d5b35f50c774fb5f81e9c693c9d3c6242015ac SHA512 6a4f99857c2b329eddb5200934b2c83bc2377b5b89ccbcfed548d8f52cff40800db7b94ea321f74e932ea4be42a546fb9b515569266435cecdbe204a0a891b2f
23
24 diff --git a/dev-python/celery/celery-4.1.0.ebuild b/dev-python/celery/celery-4.1.0.ebuild
25 deleted file mode 100644
26 index 623202a7764..00000000000
27 --- a/dev-python/celery/celery-4.1.0.ebuild
28 +++ /dev/null
29 @@ -1,109 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python2_7 python3_6 )
36 -
37 -inherit distutils-r1 bash-completion-r1
38 -
39 -DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing"
40 -HOMEPAGE="http://celeryproject.org/ https://pypi.org/project/celery/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -# There are a number of other optional 'extras' which overlap with those of kombu, however
47 -# there has been no apparent expression of interest or demand by users for them. See requires.txt
48 -IUSE="doc examples redis sqs test yaml"
49 -RESTRICT="!test? ( test )"
50 -
51 -# kombu < 4.2: #666228 (can be loosened in next bump)
52 -RDEPEND="
53 - <dev-python/kombu-4.2[${PYTHON_USEDEP}]
54 - >=dev-python/kombu-4.0.2[${PYTHON_USEDEP}]
55 - >=dev-python/billiard-3.5.0.2[${PYTHON_USEDEP}]
56 - <dev-python/billiard-3.6.0[${PYTHON_USEDEP}]
57 - dev-python/pytz[${PYTHON_USEDEP}]
58 - dev-python/greenlet[${PYTHON_USEDEP}]
59 - dev-python/vine[${PYTHON_USEDEP}]
60 -"
61 -
62 -DEPEND="
63 - dev-python/setuptools[${PYTHON_USEDEP}]
64 - test? ( ${RDEPEND}
65 - >=dev-python/case-1.3.1[${PYTHON_USEDEP}]
66 - dev-python/eventlet[${PYTHON_USEDEP}]
67 - dev-python/gevent[$(python_gen_usedep python2_7)]
68 - >=dev-python/pymongo-2.6.2[${PYTHON_USEDEP}]
69 - dev-python/pyopenssl[${PYTHON_USEDEP}]
70 - >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
71 - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
72 - dev-python/sqlalchemy[${PYTHON_USEDEP}]
73 - dev-python/redis-py[${PYTHON_USEDEP}]
74 - >=dev-db/redis-2.8.0
75 - >=dev-python/boto-2.13.3[${PYTHON_USEDEP}]
76 - >=dev-python/pyzmq-13.1.0[${PYTHON_USEDEP}]
77 - >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
78 - >=dev-python/unittest2-0.5.1[${PYTHON_USEDEP}]
79 - )
80 - doc? (
81 - dev-python/docutils[${PYTHON_USEDEP}]
82 - >=dev-python/sphinx_celery-1.3[${PYTHON_USEDEP}]
83 - dev-python/jinja[${PYTHON_USEDEP}]
84 - dev-python/sqlalchemy[${PYTHON_USEDEP}]
85 - $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' python2_7)
86 - )"
87 -
88 -# testsuite needs it own source
89 -DISTUTILS_IN_SOURCE_BUILD=1
90 -
91 -python_compile_all() {
92 - if use doc; then
93 - mkdir docs/.build || die
94 - emake -C docs html
95 - fi
96 -}
97 -
98 -python_test() {
99 - esetup.py test
100 -}
101 -
102 -python_install_all() {
103 - # Main celeryd init.d and conf.d
104 - newinitd "${FILESDIR}/celery.initd-r2" celery
105 - newconfd "${FILESDIR}/celery.confd-r2" celery
106 -
107 - if use examples; then
108 - docompress -x "/usr/share/doc/${PF}/examples"
109 - docinto examples
110 - dodoc -r examples/.
111 - fi
112 -
113 - use doc && local HTML_DOCS=( docs/_build/html/. )
114 -
115 - newbashcomp extra/bash-completion/celery.bash ${PN}
116 -
117 - distutils-r1_python_install_all
118 -}
119 -
120 -pkg_postinst() {
121 - optfeature "zookeeper support" dev-python/kazoo
122 - optfeature "msgpack support" dev-python/msgpack
123 - #optfeature "rabbitmq support" dev-python/librabbitmq
124 - #optfeature "slmq support" dev-python/softlayer_messaging
125 - optfeature "eventlet support" dev-python/eventlet
126 - #optfeature "couchbase support" dev-python/couchbase
127 - optfeature "redis support" dev-db/redis dev-python/redis-py
128 - optfeature "gevent support" dev-python/gevent
129 - optfeature "auth support" dev-python/pyopenssl
130 - optfeature "pyro support" dev-python/pyro:4
131 - optfeature "yaml support" dev-python/pyyaml
132 - optfeature "memcache support" dev-python/pylibmc
133 - #optfeature "threads support" dev-python/threadpool
134 - optfeature "mongodb support" dev-python/pymongo
135 - optfeature "sqlalchemy support" dev-python/sqlalchemy
136 - optfeature "sqs support" dev-python/boto
137 - #optfeature "cassandra support" dev-python/pycassa
138 -}