Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30397

Modified Files:
        gmpy-py.info gmpy2-py.info 
Log Message:
New upstream gmpy-py 1.17 and gmpy2-py 2.0.1.

Index: gmpy2-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/gmpy2-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gmpy2-py.info       30 Mar 2013 22:10:21 -0000      1.1
+++ gmpy2-py.info       30 Jul 2013 00:10:30 -0000      1.2
@@ -1,6 +1,6 @@
 Info2: <<
 Package: gmpy2-py%type_pkg[python]
-Version: 2.0.0
+Version: 2.0.1
 Revision: 1
 Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Multiprecision arithmetic for Python
@@ -15,7 +15,7 @@
 Homepage: http://code.google.com/p/gmpy/
 
 Source: http://gmpy.googlecode.com/files/gmpy2-%v.zip
-Source-MD5: 88e7cfc88dd339ca51cdf2933a36eec4
+Source-MD5: b0a57b522200ecce7e6593be8474924a
 
 Depends: python%type_pkg[python], gmp5-shlibs, libmpfr4-shlibs, libmpc3-shlibs
 BuildDepends: fink (>= 0.24.12), gmp5, libmpfr4, libmpc3
@@ -30,20 +30,18 @@
         export PYTHONPATH=`ls -d %b/build/lib*`
         
         let pyversion="%type_pkg[python]"
-           if [ $pyversion -ge 31 ]; then
-               testdir="test3";
-           else
-               testdir="test";
+           if [ $pyversion -ge 32 ]; then
+               %p/bin/python%type_raw[python] test/runtests.py || exit 2
+           elif [ $pyversion -le 27 ]; then
+               %p/bin/python%type_raw[python] test2/gmpy_test.py || exit 2
            fi
-           
-        %p/bin/python%type_raw[python] $testdir/gmpy_test.py || exit 2
     <<
 <<
         
 InstallScript: <<
-    %p/bin/python%type_raw[python] setup.py install \
+    %p/bin/python%type_raw[python] setup.py install --prefix=%p \
        --root=%d
 <<
 
-DocFiles: COPYING* lgpl-2.1.txt PKG-INFO README docs/*
+DocFiles: COPYING* PKG-INFO README docs/*
 <<

Index: gmpy-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/gmpy-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gmpy-py.info        30 Mar 2013 22:10:21 -0000      1.3
+++ gmpy-py.info        30 Jul 2013 00:10:30 -0000      1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: gmpy-py%type_pkg[python]
-Version: 1.16
+Version: 1.17
 Revision: 1
 Type: python (2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Multiprecision arithmetic for Python
@@ -15,7 +15,7 @@
 Homepage: http://code.google.com/p/gmpy/
 
 Source: http://gmpy.googlecode.com/files/gmpy-%v.zip
-Source-MD5: 79ddb7049426ef751accd4291f20bfd2
+Source-MD5: 2bf419076b06e107167e219f60ac6d27
 
 PatchScript: <<
     perl -pi -e "s|dirord =.*\$|dirord = ['%p']|" setup.py


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to