From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BA3F13835A for ; Tue, 15 Jun 2021 23:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 707BAE08F9; Tue, 15 Jun 2021 23:28:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A32B1E08F3 for ; Tue, 15 Jun 2021 23:28:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 355C8340ECB for ; Tue, 15 Jun 2021 23:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAB647AE for ; Tue, 15 Jun 2021 23:28:27 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1623799705.7ec436045b801145a7f26fffb702f0c5007e3dfc.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/celery/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/celery/Manifest dev-python/celery/celery-5.1.0.ebuild dev-python/celery/celery-5.1.0_beta2.ebuild X-VCS-Directories: dev-python/celery/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 7ec436045b801145a7f26fffb702f0c5007e3dfc X-VCS-Branch: dev Date: Tue, 15 Jun 2021 23:28:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0f3e127a-90ca-4dfd-85b0-85190c755d43 X-Archives-Hash: 5871e4abba2ba860b572426fa2cac91b commit: 7ec436045b801145a7f26fffb702f0c5007e3dfc Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jun 15 17:27:59 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Jun 15 23:28:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ec43604 dev-python/celery: add 5.1.0, drop 5.1.0_beta2 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/celery/Manifest | 2 +- .../{celery-5.1.0_beta2.ebuild => celery-5.1.0.ebuild} | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest index 7443b7b5d..601e883ba 100644 --- a/dev-python/celery/Manifest +++ b/dev-python/celery/Manifest @@ -1 +1 @@ -DIST celery-5.1.0_beta2.tar.gz 1459863 BLAKE2B 1b5a49728fa97e00112cc31731998ac06b2bb77ed621321b119d44d8cf0e4ec347d92b0857f316bda48f61a0ce0bd5c9d55392a8e3053369577d503af7aafc35 SHA512 d430a33cbc34950d68cf228707e8e868834f80a7f6c40491d8a67b056af5395c03e27c2b2ba1e2b9a390598d7d8bb3609bd88b388dfb18a34d0441ed54245192 +DIST celery-5.1.0.tar.gz 1468143 BLAKE2B e066941c6d214bb6bb9afec8100a2fa5e5c96da0f46cb0821d0cbf8aa6607e22320a1f46d48b7aae0f91f4d6c1d9d2143f50b0927a186f8aebc13d3fcc48b6af SHA512 78368767d1acb799d96036a4f0dab03b085c9a393f52f184080be1100a3c55c97b492d37be0944eca2cd55cfa21128c80e19537233702b1ee136027e47f889f8 diff --git a/dev-python/celery/celery-5.1.0_beta2.ebuild b/dev-python/celery/celery-5.1.0.ebuild similarity index 95% rename from dev-python/celery/celery-5.1.0_beta2.ebuild rename to dev-python/celery/celery-5.1.0.ebuild index 3f2f4e684..3f2ff0b55 100644 --- a/dev-python/celery/celery-5.1.0_beta2.ebuild +++ b/dev-python/celery/celery-5.1.0.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" + DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7,8} ) +MYPV="${PV/_beta/b}" +PYTHON_COMPAT=( python3_8 ) inherit bash-completion-r1 distutils-r1 eutils optfeature -MYPV="${PV/_beta/b}" DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing" HOMEPAGE=" http://celeryproject.org @@ -15,15 +16,14 @@ HOMEPAGE=" https://github.com/celery/celery " SRC_URI="https://github.com/celery/celery/archive/v${MYPV}.tar.gz -> ${P}.tar.gz" - +S="${WORKDIR}/${PN}-${MYPV}" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" # There are a number of other optional 'extras' IUSE="examples" #RESTRICT="!test? ( test )" -RESTRICT="test" #'celery' not found in `markers` configuration option -S="${WORKDIR}/${PN}-${MYPV}" +RESTRICT="test" #amqp wants vine.five RDEPEND=" >=dev-python/billiard-3.6.4.0[${PYTHON_USEDEP}] @@ -61,6 +61,7 @@ DEPEND=" dev-python/sqlalchemy[${PYTHON_USEDEP}] ) " + # testsuite needs it own source DISTUTILS_IN_SOURCE_BUILD=1 distutils_enable_tests pytest