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 320A8158086 for ; Tue, 14 Dec 2021 07:14:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 354082BC02E; Tue, 14 Dec 2021 07:14:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8878D2BC028 for ; Tue, 14 Dec 2021 07:14:09 +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 A023D34366A for ; Tue, 14 Dec 2021 07:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5D14246 for ; Tue, 14 Dec 2021 07:14:04 +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: <1639465345.3589271d52944f6c1ce0d7449f40d2aa0160b27a.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-multipart/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-multipart/python-multipart-0.0.5.ebuild X-VCS-Directories: dev-python/python-multipart/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 3589271d52944f6c1ce0d7449f40d2aa0160b27a X-VCS-Branch: dev Date: Tue, 14 Dec 2021 07:14:04 +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: 63bfa5bf-5209-49c3-b18b-687614985bd5 X-Archives-Hash: 1d0661ce7a1a381a814906de8ae0ff24 commit: 3589271d52944f6c1ce0d7449f40d2aa0160b27a Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Dec 10 07:45:36 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Dec 14 07:02:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3589271d dev-python/python-multipart: update EAPI 7 -> 8 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/python-multipart/python-multipart-0.0.5.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/python-multipart/python-multipart-0.0.5.ebuild b/dev-python/python-multipart/python-multipart-0.0.5.ebuild index fc744ea31..0e8e33103 100644 --- a/dev-python/python-multipart/python-multipart-0.0.5.ebuild +++ b/dev-python/python-multipart/python-multipart-0.0.5.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=(python3_{8..9} ) +PYTHON_COMPAT=(python3_{8..10} ) inherit distutils-r1 DESCRIPTION="A streaming multipart parser for Python" HOMEPAGE=" https://andrew-d.github.io/python-multipart - https://github.com/andrew-d/python-multipart" + https://github.com/andrew-d/python-multipart +" SRC_URI="https://github.com/andrew-d/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" @@ -21,8 +22,7 @@ KEYWORDS="~amd64 ~x86" RESTRICT="test" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" - -DEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )" +BDEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )" distutils_enable_tests pytest