public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/natgrid/
@ 2018-02-17 13:07 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-02-17 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     66f834609b1e29620d09fdc91f9388e52ddae0ef
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 12:45:30 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 13:07:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f83460

dev-python/natgrid: Strip mpltoolkits/__init__.py correctly

Closes: https://bugs.gentoo.org/647850

 .../natgrid/{natgrid-0.2.1-r2.ebuild => natgrid-0.2.1-r3.ebuild}  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/natgrid/natgrid-0.2.1-r2.ebuild b/dev-python/natgrid/natgrid-0.2.1-r3.ebuild
similarity index 77%
rename from dev-python/natgrid/natgrid-0.2.1-r2.ebuild
rename to dev-python/natgrid/natgrid-0.2.1-r3.ebuild
index 52464d9027d..692c19f46d7 100644
--- a/dev-python/natgrid/natgrid-0.2.1-r2.ebuild
+++ b/dev-python/natgrid/natgrid-0.2.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,7 @@ python_install_all() {
 }
 
 python_install() {
-	distutils-r1_python_install
-	# Fix collision with dev-python/matplotlib.
-	rm "${D}$(python_get_sitedir)/mpl_toolkits/__init__.py" || die
+	# namespace installed by dev-python/matplotlib
+	rm "${BUILD_DIR}/lib/mpl_toolkits/__init__.py" || die
+	distutils-r1_python_install --skip-build
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-17 13:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-17 13:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/natgrid/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox