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 33E751382C5 for ; Sat, 6 Feb 2021 23:48:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 449A1E0839; Sat, 6 Feb 2021 23:48:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A2F52E0839 for ; Sat, 6 Feb 2021 23:48:29 +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 2514834338B for ; Sat, 6 Feb 2021 23:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B4094C for ; Sat, 6 Feb 2021 23:48:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612655300.ec8660ee79dd2db42c6b2963b91f88b3c21f1877.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/amodem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/amodem/amodem-1.15.1-r1.ebuild dev-python/amodem/amodem-1.15.1.ebuild X-VCS-Directories: dev-python/amodem/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ec8660ee79dd2db42c6b2963b91f88b3c21f1877 X-VCS-Branch: master Date: Sat, 6 Feb 2021 23:48:26 +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: 891f03c2-1e90-4044-826b-0bb4be479bd8 X-Archives-Hash: db5fd7b2db57ea91d3ab89403adb82c7 commit: ec8660ee79dd2db42c6b2963b91f88b3c21f1877 Author: Sam James gentoo org> AuthorDate: Sat Feb 6 23:48:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 6 23:48:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8660ee dev-python/amodem: add numpy, six depends Closes: https://bugs.gentoo.org/737848 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> .../amodem/{amodem-1.15.1.ebuild => amodem-1.15.1-r1.ebuild} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-python/amodem/amodem-1.15.1.ebuild b/dev-python/amodem/amodem-1.15.1-r1.ebuild similarity index 74% rename from dev-python/amodem/amodem-1.15.1.ebuild rename to dev-python/amodem/amodem-1.15.1-r1.ebuild index 7e8618ff0c0..1f05f698121 100644 --- a/dev-python/amodem/amodem-1.15.1.ebuild +++ b/dev-python/amodem/amodem-1.15.1-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=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -17,4 +17,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" + distutils_enable_tests pytest