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 99EA31382C5 for ; Sun, 23 May 2021 11:36:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6E51E0895; Sun, 23 May 2021 11:36:52 +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 8543BE0893 for ; Sun, 23 May 2021 11:36:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7C39F335D6B for ; Sun, 23 May 2021 11:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85BA179E for ; Sun, 23 May 2021 11:36:48 +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: <1621769741.37c99eb352dd5078f41a187e5fb29ed53c35a8ff.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild X-VCS-Directories: dev-python/sexpdata/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 37c99eb352dd5078f41a187e5fb29ed53c35a8ff X-VCS-Branch: master Date: Sun, 23 May 2021 11:36:48 +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: 3a067815-45ec-482c-8838-f9ca6bd55660 X-Archives-Hash: 5b2c6511c5b34a5f02382873c9db3859 commit: 37c99eb352dd5078f41a187e5fb29ed53c35a8ff Author: Michał Górny gentoo org> AuthorDate: Sun May 23 11:31:32 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 23 11:35:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c99eb3 dev-python/sexpdata: Enable py3.9 & py3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild index 5eb8bbd6f85..e4d0ca64c36 100644 --- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild +++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 @@ -15,11 +15,5 @@ SRC_URI="https://github.com/jd-boyd/sexpdata/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - nosetests || die -} +distutils_enable_tests nose