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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13BB1158021 for ; Mon, 17 Oct 2022 05:28:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61F6BE086A; Mon, 17 Oct 2022 05:28:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47A41E086A for ; Mon, 17 Oct 2022 05:28:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 570583410C7 for ; Mon, 17 Oct 2022 05:28:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED58061F for ; Mon, 17 Oct 2022 05:28:54 +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: <1665984529.02a1d1ceb26d99f3c982cfdc339cba2d2145449d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vine/vine-5.0.0-r1.ebuild 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: 02a1d1ceb26d99f3c982cfdc339cba2d2145449d X-VCS-Branch: master Date: Mon, 17 Oct 2022 05:28:54 +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: 0f187ce3-42d1-4bf4-b32c-d6ef207c35ba X-Archives-Hash: e2855daa57c91603246ee0000196b79d commit: 02a1d1ceb26d99f3c982cfdc339cba2d2145449d Author: Michał Górny gentoo org> AuthorDate: Mon Oct 17 05:04:48 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 17 05:28:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a1d1ce dev-python/vine: EAPI 8, PEP517 Signed-off-by: Michał Górny gentoo.org> .../vine/{vine-5.0.0.ebuild => vine-5.0.0-r1.ebuild} | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/dev-python/vine/vine-5.0.0.ebuild b/dev-python/vine/vine-5.0.0-r1.ebuild similarity index 59% rename from dev-python/vine/vine-5.0.0.ebuild rename to dev-python/vine/vine-5.0.0-r1.ebuild index 2572581272f6..95ef0d3d5b0b 100644 --- a/dev-python/vine/vine-5.0.0.ebuild +++ b/dev-python/vine/vine-5.0.0-r1.ebuild @@ -1,23 +1,28 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=bdepend +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Python Promises" -HOMEPAGE="https://pypi.org/project/vine/ https://github.com/celery/vine" +HOMEPAGE=" + https://github.com/celery/vine/ + https://pypi.org/project/vine/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm64 x86" -DEPEND=" +BDEPEND=" test? ( >=dev-python/case-1.3.1[${PYTHON_USEDEP}] - )" + ) +" distutils_enable_tests pytest