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

Added Files:
        mock-py.info 
Log Message:
buildbot-0.8.2-1 and mock-py*-0.7.0b3

Upstream has split buildbot into master and slave sub-packages.

mock-py is needed for the new buildbot test suite.


--- NEW FILE: mock-py.info ---
Info2: <<
Package: mock-py%type_pkg[python]
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6 2.7 3.1)
Version: 0.7.0b3
Revision: 1

Depends: python%type_pkg[python]
BuildDepends: distribute-py%type_pkg[python], fink (>= 0.24.12)

Source: http://pypi.python.org/packages/source/m/mock/mock-%v.tar.gz
Source-MD5: 2799e896f528f5cecec8cc55a5d5da21

# TODO: build docs
DocFiles: README.txt

CompileScript: <<
   echo Skipping compile stage
<<

InstallScript: <<
   mkdir -p %i/share/doc/%n
   cp -pr docs html %i/share/doc/%n
   # TODO: remove after 0.7.0b3
   rm -rf %i/share/doc/%n/html/html
   %p/bin/python%type_raw[python] setup.py install --root=%d
<<

Description: Python mocking/patching library for testing

DescDetail: <<
mock provides a core Mock class that is intended to reduce the need to create a
host of trivial stubs throughout your test suite. After performing an action,
you can make assertions about which methods / attributes were used and
arguments they were called with. You can also specify return values and set
specific attributes in the normal way.
<<

License: BSD
Homepage: http://www.voidspace.org.uk/python/mock/
Maintainer: Charles Lepple <clepple+f...@ghz.cc>

# Info2:
<<


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to