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 B9671158094 for ; Mon, 11 Jul 2022 19:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C848E100F; Mon, 11 Jul 2022 19:22:55 +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 289B2E100F for ; Mon, 11 Jul 2022 19:22:55 +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 4259E3410C6 for ; Mon, 11 Jul 2022 19:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B925538 for ; Mon, 11 Jul 2022 19:22:51 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1657567144.8be2a19f97af550a64eeaf7d798476c5c4e801bb.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/baron/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/baron/Manifest dev-python/baron/baron-0.9.ebuild X-VCS-Directories: dev-python/baron/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 8be2a19f97af550a64eeaf7d798476c5c4e801bb X-VCS-Branch: dev Date: Mon, 11 Jul 2022 19:22:51 +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: 7485659a-5cf6-4424-96ce-a0fff1d2249d X-Archives-Hash: 15b18fc13984d7db603fecf7f83da7a4 commit: 8be2a19f97af550a64eeaf7d798476c5c4e801bb Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jul 11 18:38:15 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Jul 11 19:19:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8be2a19f dev-python/baron: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/848135 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/baron/Manifest | 2 +- dev-python/baron/baron-0.9.ebuild | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-python/baron/Manifest b/dev-python/baron/Manifest index 1ca7a27b6..78c5b0c33 100644 --- a/dev-python/baron/Manifest +++ b/dev-python/baron/Manifest @@ -1 +1 @@ -DIST baron-0.9.tar.gz 835127 BLAKE2B be5aee3b5f7d8c317295cb88429eb2feb45c2fba135ba1a57370a070bd27dd6ee1fea8048201f40d7579bea56c535855a8605d6304f1987f4b138ed5591d0b77 SHA512 ed31bad1442b8d868ab9872f057db31ad8730654a7e8d49119c75d5631c881b074baf5754b0b0b5023dad62eda1f40461e4445321695248cfa3530b608d48c8e +DIST baron-0.9.gh.tar.gz 835127 BLAKE2B be5aee3b5f7d8c317295cb88429eb2feb45c2fba135ba1a57370a070bd27dd6ee1fea8048201f40d7579bea56c535855a8605d6304f1987f4b138ed5591d0b77 SHA512 ed31bad1442b8d868ab9872f057db31ad8730654a7e8d49119c75d5631c881b074baf5754b0b0b5023dad62eda1f40461e4445321695248cfa3530b608d48c8e diff --git a/dev-python/baron/baron-0.9.ebuild b/dev-python/baron/baron-0.9.ebuild index 461a9f3a3..e1536adbe 100644 --- a/dev-python/baron/baron-0.9.ebuild +++ b/dev-python/baron/baron-0.9.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Full Syntax Tree for python to make writing refactoring code a realist task" HOMEPAGE="https://github.com/PyCQA/baron https://baron.pycqa.org" -SRC_URI="https://github.com/PyCQA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/PyCQA/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="LGPL-3" SLOT="0" @@ -20,6 +20,7 @@ RDEPEND=" " distutils_enable_tests pytest + # Doc building fails: # RuntimeError: Non Expected warning in `/var/tmp/portage/dev-python/baron-0.9/work/baron-0.9/docs/advanced.rst` line 48 #distutils_enable_sphinx docs dev-python/matplotlib dev-python/ipython