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

Added Files:
        pymtp-py.info pymtp-systempython.info 
Log Message:
adding python lib for acessing MTP devices for all python versions

--- NEW FILE: pymtp-py.info ---
Info2: <<
Package: pymtp-py%type_pkg[python]
Version: 0.0.4
Revision: 1
Type: python (2.5 2.6 2.7 3.1 3.2)
License: GPL3+
Homepage: http://pypi.python.org/pypi/pymtp
Maintainer: Hans-Christoph Steiner <h...@eds.org>
Description: LibMTP Python binding to access MTP devices
DescDetail: <<
 PyMTP is a Pythonic binding to LibMTP that allows Python programs to
 interact with LibMTP-supported devices. These devices include all
 recent Android devices, several popular MP3 players, including
 Creative Zen, several iRiver devices, NormSoft Pocket Tunes and many
 others.
<<

Source: mirror:debian:pool/main/p/pymtp/pymtp_%v.orig.tar.gz
Source-MD5: 0acc424b496fd4ca9fd601ae7f6181c0
SourceDirectory: pymtp-%v

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

CompileScript: <<
 perl -pi -e 's,#!/usr/bin/env python,#!%p/bin/python%type_raw[python],' \
      %b/examples/*.py %b/pymtp.py
 perl -pi -e 's,sys\.path\.insert\(0\, "\.\./"\) # so the examples work out of 
the box,,' \
      %b/examples/*.py
 # hardcode the path to Fink's libmtp
 perl -pi -e 's,ctypes\.util\.find_library\("mtp"\),"%p/lib/libmtp.9.dylib",' 
%b/pymtp.py
 %p/bin/python%type_raw[python] setup.py build
<<

InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root=%d
 install -d %i/share/doc/pymtp-py%type_pkg[python]/examples
 install %b/examples/*.py  %i/share/doc/pymtp-py%type_pkg[python]/examples
<<

DocFiles: COPYING README
<<

--- NEW FILE: pymtp-systempython.info ---
Info2: <<
Package: pymtp-systempython%type_pkg[python]
Version: 0.0.4
Revision: 1
Type: python (2.5 2.6 2.7)
Distribution: (%type_pkg[python] = 26) 10.6, (%type_pkg[python] = 26) 10.7, 
(%type_pkg[python] = 27) 10.7
License: GPL3+
Homepage: http://pypi.python.org/pypi/pymtp
Maintainer: Hans-Christoph Steiner <h...@eds.org>
Description: LibMTP Python binding to access MTP devices
DescDetail: <<
 PyMTP is a Pythonic binding to LibMTP that allows Python programs to
 interact with LibMTP-supported devices. These devices include all
 recent Android devices, several popular MP3 players, including
 Creative Zen, several iRiver devices, NormSoft Pocket Tunes and many
 others.
<<

Source: mirror:debian:pool/main/p/pymtp/pymtp_%v.orig.tar.gz
Source-MD5: 0acc424b496fd4ca9fd601ae7f6181c0
SourceDirectory: pymtp-%v

Depends: libmtp1-shlibs
BuildDepends: fink (>= 0.24.12)

CompileScript: <<
 perl -pi -e 's,#!/usr/bin/env python,#!/usr/bin/python%type_raw[python],' \
      %b/examples/*.py %b/pymtp.py
 perl -pi -e 's,sys\.path\.insert\(0\, "\.\./"\) # so the examples work out of 
the box,,' \
      %b/examples/*.py
 # hardcode the path to Fink's libmtp
 perl -pi -e 's,ctypes\.util\.find_library\("mtp"\),"%p/lib/libmtp.9.dylib",' 
%b/pymtp.py
 /usr/bin/python%type_raw[python] setup.py build
<<

InstallScript: <<
 /usr/bin/python%type_raw[python] setup.py install --root=%d \
      --install-purelib=%p/Library/Python/%type_raw[python]/site-packages \
      --install-platlib=%p/Library/Python/%type_raw[python]/site-packages
 install -d %i/share/doc/pymtp-systempython%type_pkg[python]/examples
 install %b/examples/*.py  
%i/share/doc/pymtp-systempython%type_pkg[python]/examples
<<

DocFiles: COPYING README
<<


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&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