Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (41eb46abcb715b464610f5b1af0115a851d975e6)

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 games grimoire by Eric Sandall (41eb46abcb715b464610f5b1af0115a851d975e6)
  • Date: Fri, 26 Jul 2013 16:34:10 -0500

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

dev/null |binary
games-utils/pyfa/CONFIGURE | 5 +++++
games-utils/pyfa/DEPENDS | 7 ++++++-
games-utils/pyfa/DETAILS | 8 ++++----
games-utils/pyfa/HISTORY | 6 ++++++
games-utils/pyfa/pyfa-1.1.15-odyssey-1.0-src.zip.sig |binary
6 files changed, 21 insertions(+), 5 deletions(-)

New commits:
commit 41eb46abcb715b464610f5b1af0115a851d975e6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pyfa: Updated to 1.1.15-odyssey-1.0 (now a ZIP)
EveFit.org is dead, forked to https://github.com/DarkFenX/Pyfa
Query and runtime depend on matplotlib/numpy for optional graphs

diff --git a/games-utils/pyfa/CONFIGURE b/games-utils/pyfa/CONFIGURE
new file mode 100755
index 0000000..b829462
--- /dev/null
+++ b/games-utils/pyfa/CONFIGURE
@@ -0,0 +1,5 @@
+if spell_ok numpy && spell_ok matplotlib; then
+ config_query PYFA_GRAPHS "Enable graphics?" y
+else
+ config_query PYFA_GRAPHS "Enable graphics?" n
+fi
diff --git a/games-utils/pyfa/DEPENDS b/games-utils/pyfa/DEPENDS
index 4dd21d7..9054d6e 100755
--- a/games-utils/pyfa/DEPENDS
+++ b/games-utils/pyfa/DEPENDS
@@ -3,4 +3,9 @@ depends sqlalchemy &&
depends pygtk2 &&
depends python &&
depends -sub "GIZMOS" wxgtk &&
-depends wxpython
+depends wxpython &&
+
+if [[ "x${PYFA_GRAPHS}" == "xy" ]]; then
+ runtime_depends matplotlib &&
+ runtime_depends numpy
+fi
diff --git a/games-utils/pyfa/DETAILS b/games-utils/pyfa/DETAILS
index 67bc5d2..a2d90d4 100755
--- a/games-utils/pyfa/DETAILS
+++ b/games-utils/pyfa/DETAILS
@@ -1,11 +1,11 @@
SPELL=pyfa
- VERSION=1.1.12-retribution-1.0.2
- SOURCE=$SPELL-$VERSION-src.tar.bz2
+ VERSION=1.1.15-odyssey-1.0
+ SOURCE=$SPELL-$VERSION-src.zip
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
- SOURCE_URL[0]=http://dl.evefit.org/pyfa/stable/${VERSION/-*/}/$SOURCE
+ SOURCE_URL[0]=http://go-dl.eve-files.com/media/corp/Kadesh/$SOURCE
LICENSE[0]=GPL
- WEB_SITE=http://www.evefit.org/Pyfa
+ WEB_SITE=https://github.com/DarkFenX/Pyfa
ENTERED=20100324
SHORT="Python Fitting Assistant for EVE-Online"
DOCS="gpl.txt readme.txt"
diff --git a/games-utils/pyfa/HISTORY b/games-utils/pyfa/HISTORY
index 29fb691..213b073 100644
--- a/games-utils/pyfa/HISTORY
+++ b/games-utils/pyfa/HISTORY
@@ -1,7 +1,13 @@
+2013-07-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.1.15-odyssey-1.0 (now a ZIP)
+ EveFit.org is dead, forked to https://github.com/DarkFenX/Pyfa
+ * CONFIGURE,DEPENDS: Query and runtime depend on matplotlib/numpy
+
2012-12-19 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.1.12-retribution-1.0.2
Added 'pyfa/' to SOURCE_URL
* INSTALL: Explicitly call python on pyfa.py
+ for optional graphs.

2012-09-17 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.1.9-inferno-1.2
diff --git a/games-utils/pyfa/pyfa-1.1.12-retribution-1.0.2-src.tar.bz2.sig
b/games-utils/pyfa/pyfa-1.1.12-retribution-1.0.2-src.tar.bz2.sig
deleted file mode 100644
index 0f233cc..0000000
Binary files a/games-utils/pyfa/pyfa-1.1.12-retribution-1.0.2-src.tar.bz2.sig
and /dev/null differ
diff --git a/games-utils/pyfa/pyfa-1.1.15-odyssey-1.0-src.zip.sig
b/games-utils/pyfa/pyfa-1.1.15-odyssey-1.0-src.zip.sig
new file mode 100644
index 0000000..32ba8f2
Binary files /dev/null and
b/games-utils/pyfa/pyfa-1.1.15-odyssey-1.0-src.zip.sig differ



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

Archive powered by MHonArc 2.6.24.

Top of Page