Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11147
Added Files:
pytools-py.info
Log Message:
New package.
--- NEW FILE: pytools-py.info ---
Info2: <<
Package: pytools-py%type_pkg[python]
Version: 10
Revision: 1
Type: python (2.5 2.6 2.7)
Description: Collection of tools for Python
DescDetail: <<
Pytools is a big bag of things that are "missing" from the
Python standard library.
<<
Maintainer: Daniel Johnson <[email protected]>
License: BSD
Homepage: http://pypi.python.org/pypi/pytools
Source: mirror:custom:p/pytools/pytools-%v.tar.gz
Source-MD5: 57efeca513abbeeb9feb5d24ea9b02c8
Depends: python%type_pkg[python]
BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
CompileScript: %p/bin/python%type_raw[python] setup.py build
InfoTest: <<
TestDepends: py-py%type_pkg[python]
TestScript: PYTHONPATH=. py.test-%type_raw[python] .
<<
InstallScript: <<
#!/bin/bash -ev
%p/bin/python%type_raw[python] setup.py install --root=%d
binfiles="logtool runalyzer runalyzer-gather"
for binfile in $binfiles ; do
mv %i/bin/$binfile %i/bin/$binfile-%type_raw[python]
done
<<
PostInstScript: <<
binfiles="logtool runalyzer runalyzer-gather"
for binfile in $binfiles ; do
update-alternatives --install %p/bin/$binfile $binfile
%p/bin/$binfile-%type_raw[python] %type_pkg[python]
done
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
binfiles="logtool runalyzer runalyzer-gather"
for binfile in $binfiles ; do
update-alternatives --remove $binfile
%p/bin/$binfile-%type_raw[python]
done
fi
<<
DocFiles: PKG-INFO README
CustomMirror: <<
eur-NL: http://a.pypi.python.org/packages/source/
nam-US: http://b.pypi.python.org/packages/source/
eur-DE: http://c.pypi.python.org/packages/source/
eur-DE: http://d.pypi.python.org/packages/source/
eur-DE: http://e.pypi.python.org/packages/source/
<<
<<
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs