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 B7649138350 for ; Fri, 17 Apr 2020 14:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E94C6E0916; Fri, 17 Apr 2020 14:10:23 +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 CEEB3E0916 for ; Fri, 17 Apr 2020 14:10:23 +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 9584B34ED85 for ; Fri, 17 Apr 2020 14:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D2C51DE for ; Fri, 17 Apr 2020 14:10:10 +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: <1587132603.e79ba40b728834f97b0eea4b596601477ca3210f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy-python2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numpy-python2/numpy-python2-1.16.5-r1.ebuild dev-python/numpy-python2/numpy-python2-1.16.5.ebuild X-VCS-Directories: dev-python/numpy-python2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e79ba40b728834f97b0eea4b596601477ca3210f X-VCS-Branch: master Date: Fri, 17 Apr 2020 14:10:10 +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: 42c809db-65ac-4d9d-a8d8-08723b694dd1 X-Archives-Hash: 1abb4c1e41f4b548b618c7b70bed1219 commit: e79ba40b728834f97b0eea4b596601477ca3210f Author: Michał Górny gentoo org> AuthorDate: Fri Apr 17 11:51:04 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 17 14:10:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79ba40b dev-python/numpy-python2: Fix installing generated files Closes: https://bugs.gentoo.org/717502 Signed-off-by: Michał Górny gentoo.org> .../{numpy-python2-1.16.5.ebuild => numpy-python2-1.16.5-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/numpy-python2/numpy-python2-1.16.5.ebuild b/dev-python/numpy-python2/numpy-python2-1.16.5-r1.ebuild similarity index 98% rename from dev-python/numpy-python2/numpy-python2-1.16.5.ebuild rename to dev-python/numpy-python2/numpy-python2-1.16.5-r1.ebuild index b6c8b4fa6cf..1eb5f203c4f 100644 --- a/dev-python/numpy-python2/numpy-python2-1.16.5.ebuild +++ b/dev-python/numpy-python2/numpy-python2-1.16.5-r1.ebuild @@ -151,6 +151,8 @@ sys.exit(0 if r else 1)" || die "Tests fail with ${EPYTHON}" } python_install() { + # https://github.com/numpy/numpy/issues/16005 + local mydistutilsargs=( build_src ) distutils-r1_python_install ${NUMPY_FCONFIG} python_optimize }