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

Added Files:
        nose-py.info 
Log Message:
Moved to stable for Sebasien Maret for numpy-py


--- NEW FILE: nose-py.info ---
Info2: <<

Package: nose-py%type_pkg[python]
Version: 0.11.3

Revision: 1
Homepage: http://code.google.com/p/python-nose/
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
Type: python (2.4 2.5 2.6)
Distribution: (%type_pkg[python] = 24) 10.4
Depends: python%type_pkg[python], setuptools-py%type_pkg[python]
BuildDepends: setuptools-py%type_pkg[python]

#Source: http://python-nose.googlecode.com/files/nose-%v.tar.gz
Source: http://pypi.python.org/packages/source/n/nose/nose-%v.tar.gz
Source-MD5: fbf6bc7b7c2bbb535d8ea9a931a1e65b

CompileScript: <<
  #!/bin/bash -ev
  python%type_raw[python] setup.py build 
<<

InstallScript: <<
  #!/bin/bash -ev
  python%type_raw[python] setup.py install --root=%d
  mkdir %i/share  
  mv %i/man %i/share/man
  mv %i/share/man/man1/nosetests{,-py%type_pkg[python]}.1
  mv %i/bin/nosetests %i/bin/nosetests%type_raw[python]
<<

PostInstScript: <<
 update-alternatives --install %p/bin/nosetests nosetests 
%p/bin/nosetests%type_raw[python] %type_pkg[python] 
<<
PreRmScript: <<
 update-alternatives --remove nosetests %p/bin/nosetests%type_raw[python]
<<


DocFiles: <<
  AUTHORS
  CHANGELOG
  MANIFEST.in
  NEWS
  PKG-INFO
  README.txt
  doc
<<

License: LGPL
Description: Python testing framework
DescDetail: <<
This packages provides an alternate test discovery and running process
for unittest, one that is intended to mimic the behavior of py.test as
much as is reasonably possible without resorting to too much magic.
<<


# Info2
<<

------------------------------------------------------------------------------

_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to