r44197 - /packages/sfepy/trunk/debian/control
trophime-guest at users.alioth.debian.org
trophime-guest at users.alioth.debian.org
Mon Dec 19 10:48:23 UTC 2011
Author: trophime-guest
Date: Mon Dec 19 10:48:23 2011
New Revision: 44197
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44197
Log:
build package only for python 2.7 as mayavi is only build for this version
Modified:
packages/sfepy/trunk/debian/control
Modified: packages/sfepy/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/sfepy/trunk/debian/control?rev=44197&op=diff
==============================================================================
--- packages/sfepy/trunk/debian/control (original)
+++ packages/sfepy/trunk/debian/control Mon Dec 19 10:48:23 2011
@@ -7,11 +7,12 @@
python-all-dev (>=2.6.6-3~),
swig, python-numpy, python-scipy, python-tables,
python-pyparsing, python-matplotlib, python-sympy,
- mayavi2, ipython, cython
-#,python-pysparse, gmsh, tetgen, python-multiprocessing, ipython
-# mayavi2
+ mayavi2, ipython, cython, ipython
+#,python-pysparse, gmsh, tetgen, python-multiprocessing
Standards-Version: 3.9.2
-X-Python-Version: all
+#
+# Only 2.7 as mayavi is only defined for python 2.7
+X-Python-Version: 2.7
Homepage: http://code.google.com/p/sfepy
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/sfepy
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/sfepy
@@ -21,7 +22,9 @@
Architecture: any
XB-Python-Version: ${python:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Recommends: python-scikits-umfpack
+Recommends: python-scikits-umfpack, python-pysparse, python-multiprocessing,
+ gmsh
+# tetgen
Description: Simple finite elements in Python
A finite element analysis software based primarily on
NumPy and SciPy.
More information about the debian-science-commits
mailing list