Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv9800

Added Files:
        mock-py.info tempita-py.info 
Log Message:
move tempita-py and mock-py to stable for buildbot


--- 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:
<<

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

Package: tempita-py%type_pkg[python]
Version: 0.5.1
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Description: Very small text templating language in Python
DescDetail: <<
Tempita is a small templating language for text substitution.

This isn't meant to be the Next Big Thing in templating; it's just a handy
little templating language for when your project outgrows string.Template or %
substitution. It's small, it embeds Python in strings, and it doesn't do much
else.
<<

Source: http://pypi.python.org/packages/source/T/Tempita/Tempita-%v.tar.gz
Source-MD5: f75bdfeabd2f3755f1ff32d582a574a4

Type: python (2.4 2.5 2.6 2.7 3.1 3.2)
Depends: python%type_pkg[python]
BuildDepends: distribute-py%type_pkg[python]

CompileScript: <<
 echo Skipping build
<<

InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root=%d 
--single-version-externally-managed
<<

DocFiles: PKG-INFO
License: OSI-Approved
Homepage: http://pythonpaste.org/tempita/
Maintainer: Charles Lepple <clepple+f...@ghz.cc>

# Info2
<<


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to