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 1157E1382C5 for ; Sat, 5 Jun 2021 18:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B2E5E08FF; Sat, 5 Jun 2021 18:20:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 320E2E08FF for ; Sat, 5 Jun 2021 18:20:43 +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 BB983340CD6 for ; Sat, 5 Jun 2021 18:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F0247A2 for ; Sat, 5 Jun 2021 18:20:40 +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: <1622917038.874ba216c55377a2cde00944fd53ef6df9e1edfd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simpleeval/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simpleeval/simpleeval-0.9.10.ebuild X-VCS-Directories: dev-python/simpleeval/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 874ba216c55377a2cde00944fd53ef6df9e1edfd X-VCS-Branch: master Date: Sat, 5 Jun 2021 18:20:40 +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: 1db9fc6f-3803-4b0f-8a22-e00b667073c1 X-Archives-Hash: a224e96eb0e67ff1d00e7f334476d8ec commit: 874ba216c55377a2cde00944fd53ef6df9e1edfd Author: Michał Górny gentoo org> AuthorDate: Sat Jun 5 18:17:18 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 5 18:17:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874ba216 dev-python/simpleeval: Enable py3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/simpleeval/simpleeval-0.9.10.ebuild | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/dev-python/simpleeval/simpleeval-0.9.10.ebuild b/dev-python/simpleeval/simpleeval-0.9.10.ebuild index f4741766903..5bf3e2d9b30 100644 --- a/dev-python/simpleeval/simpleeval-0.9.10.ebuild +++ b/dev-python/simpleeval/simpleeval-0.9.10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -13,14 +13,5 @@ SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -DOCS="README.rst" - -python_test() { - esetup.py test -} +distutils_enable_tests setup.py