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 405201580B9 for ; Fri, 27 Aug 2021 05:44:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C3F5E088F; Fri, 27 Aug 2021 05:43:59 +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 2E08EE088F for ; Fri, 27 Aug 2021 05:43:59 +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 01712335DC2 for ; Fri, 27 Aug 2021 05:43:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80D3C28 for ; Fri, 27 Aug 2021 05:43:56 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1630042999.59ab91a0d90eb036c511223419ffb6d1246e1d89.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nnpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nnpy/nnpy-1.4.2.ebuild X-VCS-Directories: dev-python/nnpy/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 59ab91a0d90eb036c511223419ffb6d1246e1d89 X-VCS-Branch: master Date: Fri, 27 Aug 2021 05:43:56 +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: 04d16b90-0f81-46d1-b23d-5810b08af837 X-Archives-Hash: f7c61537dcc0d8caf50dba0e266ce92d commit: 59ab91a0d90eb036c511223419ffb6d1246e1d89 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 27 05:35:50 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 27 05:43:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ab91a0 dev-python/nnpy: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/nnpy/nnpy-1.4.2.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-python/nnpy/nnpy-1.4.2.ebuild b/dev-python/nnpy/nnpy-1.4.2.ebuild index 77862dd22ec..443c714661d 100644 --- a/dev-python/nnpy/nnpy-1.4.2.ebuild +++ b/dev-python/nnpy/nnpy-1.4.2.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=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -14,7 +14,6 @@ SRC_URI="https://github.com/nanomsg/nnpy/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm" -IUSE="" DEPEND=" dev-python/cffi:=[${PYTHON_USEDEP}] @@ -22,6 +21,4 @@ DEPEND=" " RDEPEND="${DEPEND}" -python_test() { - PYTHONPATH="${S}:${PYTHONPATH}" "${PYTHON}" -m nnpy.tests || die -} +distutils_enable_tests unittest