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 39FAC13835A for ; Thu, 1 Apr 2021 08:35:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AD53E0AF0; Thu, 1 Apr 2021 08:35:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 46775E0AF0 for ; Thu, 1 Apr 2021 08:35:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1DD67335CA6 for ; Thu, 1 Apr 2021 08:35:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E2FE633 for ; Thu, 1 Apr 2021 08:35:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1617266104.b995f7e71fe425f09969b86f786b50d18dd1dc6c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vine/Manifest dev-python/vine/vine-5.0.0.ebuild X-VCS-Directories: dev-python/vine/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b995f7e71fe425f09969b86f786b50d18dd1dc6c X-VCS-Branch: master Date: Thu, 1 Apr 2021 08:35:08 +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: 1373ef35-fe12-45e6-9a03-54321ccdd64c X-Archives-Hash: da8ea86a90762bf8c6d21626243ac636 commit: b995f7e71fe425f09969b86f786b50d18dd1dc6c Author: Michał Górny gentoo org> AuthorDate: Thu Apr 1 08:30:33 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 1 08:35:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b995f7e7 dev-python/vine: Bump to 5.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/vine/Manifest | 1 + dev-python/vine/vine-5.0.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/vine/Manifest b/dev-python/vine/Manifest index 8b41a18f697..174aa0a8ac9 100644 --- a/dev-python/vine/Manifest +++ b/dev-python/vine/Manifest @@ -1 +1,2 @@ DIST vine-1.3.0.tar.gz 51953 BLAKE2B e58d750dd7a84f4a3abb24156de6ec7ab84a911692587643cabcb0df750d3768e70b14ea134da4a39978782ecc530f4fa08ba0ecb780a7a32fb2d9b506633ef5 SHA512 f7242378ebc9b591b6e0a7b6263514f32cee4b996bc6461313221b9a391dd0dd1d833591d6e9ca72ae003f6ce5c4204856d49bb5e57c69a125072cac25758688 +DIST vine-5.0.0.tar.gz 48758 BLAKE2B 11f90ceb3d3f0b008551db458e18a41b301b797a2109e011154cc3e6063433c3c917b0aa2cfdd0df8b868a3b459c061e6ed97fd23b9fb8cfdf58f5833e17459a SHA512 ff8f4b3f675220772ed0523e468eedbaec4aca793877b984e9a215603d1288cc3cc71dfeb152219d22f98de0ac7e9f9fa0cc35c2424ff36044cfc8f28192c159 diff --git a/dev-python/vine/vine-5.0.0.ebuild b/dev-python/vine/vine-5.0.0.ebuild new file mode 100644 index 00000000000..515868bc33a --- /dev/null +++ b/dev-python/vine/vine-5.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +DESCRIPTION="Python Promises" +HOMEPAGE="https://pypi.org/project/vine/ https://github.com/celery/vine" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +DEPEND=" + test? ( + >=dev-python/case-1.3.1[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest