Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/celery/
Date: Mon, 09 May 2022 18:34:56
Message-Id: 1652121281.c940e63a5139005c1d8d806b04bfa58f2ff87a56.andrewammerlaan@gentoo
1 commit: c940e63a5139005c1d8d806b04bfa58f2ff87a56
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 18:34:41 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 18:34:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c940e63a
7
8 dev-python/celery: add 5.2.6, drop 5.1.1
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/celery/Manifest | 2 +-
13 .../celery/{celery-5.1.1.ebuild => celery-5.2.6.ebuild} | 16 +++++-----------
14 2 files changed, 6 insertions(+), 12 deletions(-)
15
16 diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest
17 index dd1ff1e6e..ef4f9c17e 100644
18 --- a/dev-python/celery/Manifest
19 +++ b/dev-python/celery/Manifest
20 @@ -1 +1 @@
21 -DIST celery-5.1.1.tar.gz 1471516 BLAKE2B bfdabf255cffa19deb80607c3a2063b6dd8c56a803a991453b8b07914e75630fee9d189ccb8e6be1f7e88e43fb22d31353968ffea222d75a7b7765ec3a5148b5 SHA512 b50fe494ec8346b5a90236536dbc809341b4b2328c1a2b7485210fb88cd5d8142f3e53b40c6b49e9e495eecaca1abcec2000f2af6d2f2bd719265410802eb572
22 +DIST celery-5.2.6.tar.gz 1490948 BLAKE2B 1470b74b5d9345ddbb466ec83e684c71fd999fb9671be8a99c795d82ee53a45a5ec5e5c383104933ef2359b655043c408eef8de7dce7c5327a42b7d978a0b711 SHA512 80565cee3ac20a4a28e64582bd2a8cd807980447254d5cbad41c9954a012c025c402c5113d9610f879e74bf170ae7e3c70b5a3ace7228ae510feee380b9b48f9
23
24 diff --git a/dev-python/celery/celery-5.1.1.ebuild b/dev-python/celery/celery-5.2.6.ebuild
25 similarity index 86%
26 rename from dev-python/celery/celery-5.1.1.ebuild
27 rename to dev-python/celery/celery-5.2.6.ebuild
28 index 6b89326ce..0b047820e 100644
29 --- a/dev-python/celery/celery-5.1.1.ebuild
30 +++ b/dev-python/celery/celery-5.2.6.ebuild
31 @@ -1,9 +1,9 @@
32 # Copyright 1999-2022 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 -EAPI="7"
36 +EAPI=8
37
38 -DISTUTILS_USE_SETUPTOOLS=rdepend
39 +DISTUTILS_USE_PEP517=setuptools
40 MYPV="${PV/_beta/b}"
41 PYTHON_COMPAT=( python3_{8..9} )
42
43 @@ -17,6 +17,7 @@ HOMEPAGE="
44 "
45 SRC_URI="https://github.com/celery/celery/archive/v${MYPV}.tar.gz -> ${P}.tar.gz"
46 S="${WORKDIR}/${PN}-${MYPV}"
47 +
48 LICENSE="BSD"
49 SLOT="0"
50 KEYWORDS="~amd64"
51 @@ -28,16 +29,9 @@ RESTRICT="test" # 'celery' not found in `markers` configuration option
52 RDEPEND="
53 >=dev-python/billiard-3.6.4.0[${PYTHON_USEDEP}]
54 <dev-python/billiard-4.0.0[${PYTHON_USEDEP}]
55 - >=dev-python/click-7[${PYTHON_USEDEP}]
56 - <dev-python/click-8[${PYTHON_USEDEP}]
57 - >=dev-python/click-didyoumean-0.0.3[${PYTHON_USEDEP}]
58 - >=dev-python/click-plugins-1.1.1[${PYTHON_USEDEP}]
59 - >=dev-python/click-repl-0.1.6[${PYTHON_USEDEP}]
60 - <dev-python/kombu-6.0[${PYTHON_USEDEP}]
61 - >=dev-python/kombu-5[${PYTHON_USEDEP}]
62 + <dev-python/kombu-6.0.0[${PYTHON_USEDEP}]
63 + >=dev-python/kombu-5.2.1[${PYTHON_USEDEP}]
64 dev-python/pytz[${PYTHON_USEDEP}]
65 - >=dev-python/vine-5[${PYTHON_USEDEP}]
66 - <dev-python/vine-6[${PYTHON_USEDEP}]
67 "
68 DEPEND="
69 ${RDEPEND}