Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (184f265045e8f5af6566baf840d75853d3663592)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (184f265045e8f5af6566baf840d75853d3663592)
  • Date: Fri, 26 Jul 2013 16:31:40 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

python-pypi/matplotlib/DEPENDS | 1 +
python-pypi/matplotlib/HISTORY | 4 ++++
2 files changed, 5 insertions(+)

New commits:
commit 184f265045e8f5af6566baf840d75853d3663592
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

matplotlib: Depend on a provider of PYTHON for default_build()
Depend on a provider of PYTHON so that python-pypi's
default_build() calls the correct python.

With python, but not python3, installed:
FUNCTIONS: line 451: python3: command not found

diff --git a/python-pypi/matplotlib/DEPENDS b/python-pypi/matplotlib/DEPENDS
index a039fb6..bbbeed2 100755
--- a/python-pypi/matplotlib/DEPENDS
+++ b/python-pypi/matplotlib/DEPENDS
@@ -2,6 +2,7 @@ depends zlib &&
depends freetype2 &&
depends libpng &&
depends numpy &&
+depends PYTHON &&

optional_depends pygtk2 "" "" "for GTK+2 GUI frontend" &&
optional_depends wxpython "" "" "for wxGTK GUI frontend"
diff --git a/python-pypi/matplotlib/HISTORY b/python-pypi/matplotlib/HISTORY
index bcc1dc2..7d3d752 100644
--- a/python-pypi/matplotlib/HISTORY
+++ b/python-pypi/matplotlib/HISTORY
@@ -1,3 +1,7 @@
+2013-07-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depend on a provider of PYTHON so that python-pypi's
+ default_build() calls the correct python.
+
2012-10-31 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.1.1




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (184f265045e8f5af6566baf840d75853d3663592), Eric Sandall, 07/26/2013

Archive powered by MHonArc 2.6.24.

Top of Page