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 607E513835B for ; Sat, 5 Jun 2021 12:56:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5E6DE091D; Sat, 5 Jun 2021 12:56:26 +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 89920E091D for ; Sat, 5 Jun 2021 12:56:26 +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 62CDD335DB3 for ; Sat, 5 Jun 2021 12:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D75B7A6 for ; Sat, 5 Jun 2021 12:56:22 +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: <1622897756.443ef90e11be2c3440f814f94422c62212ab0806.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aws-sam-translator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aws-sam-translator/aws-sam-translator-1.36.0.ebuild X-VCS-Directories: dev-python/aws-sam-translator/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 443ef90e11be2c3440f814f94422c62212ab0806 X-VCS-Branch: master Date: Sat, 5 Jun 2021 12:56:22 +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: 82e954c4-693e-4171-99eb-00f2cef22592 X-Archives-Hash: 7b77dd4f077b8753fe43fb35464f1fc2 commit: 443ef90e11be2c3440f814f94422c62212ab0806 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 5 12:47:04 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 5 12:55:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443ef90e dev-python/aws-sam-translator: Enable py3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/aws-sam-translator/aws-sam-translator-1.36.0.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.36.0.ebuild b/dev-python/aws-sam-translator/aws-sam-translator-1.36.0.ebuild index aa02cfea094..aa73432a351 100644 --- a/dev-python/aws-sam-translator/aws-sam-translator-1.36.0.ebuild +++ b/dev-python/aws-sam-translator/aws-sam-translator-1.36.0.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=bdepend + +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="A library that transform SAM templates into AWS CloudFormation templates" @@ -36,9 +36,6 @@ python_prepare_all() { sed -r -e 's:--cov(-[[:graph:]]+|)[[:space:]]+[[:graph:]]+::g' \ -i pytest.ini || die - # don't install tests - sed -e 's:"tests",:"tests", "tests.*",:' -i setup.py || die - # deps are installed by ebuild, don't try to reinstall them via pip truncate --size=0 requirements/*.txt || die