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

Added Files:
        bdist-mpkg-py.info 
Log Message:
bdist-mpkg-py to stable, with switch to distribute-py (versioned setuptools-py 
causes engine deadlock due to C/R/P in distribute-py)


--- NEW FILE: bdist-mpkg-py.info ---
Info2: <<
Package: bdist-mpkg-py%type_pkg[python]
Version: 0.4.4
Revision: 2
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6)
Source: 
http://cheeseshop.python.org/packages/source/b/bdist_mpkg/bdist_mpkg-%v.tar.gz
Source-MD5: 848dfd00fda59092dea4e97f4a711797
Depends: python%type_pkg[python], distribute-py%type_pkg[python]

CompileScript: python%type_raw[python] setup.py build
InstallScript: <<
python%type_raw[python] setup.py install --prefix %p --root %d
mv %i/bin/bdist_mpkg %i/bin/bdist_mpkg-py%type_pkg[python]
<<
PostInstScript: <<
  update-alternatives --install %p/bin/bdist_mpkg bdist_mpkg 
%p/bin/bdist_mpkg-py%type_pkg[python] %type_pkg[python]
<<
PreRmScript: <<
  if [ $1 != "upgrade" ]
  then
    update-alternatives --remove bdist_mpkg 
%p/bin/bdist_mpkg-py%type_pkg[python]
  fi
<<
Description: Build OS X installer packages from distutils
DescDetail: <<
This is a distutils plugin that implements the bdist_mpkg command,
which builds a Mac OS X metapackage for use by Installer.app for easy
GUI installation of Python modules, much like bdist_wininst.

It also comes with a bdist_mpkg script, which is a setup.py front-end
that will allow you to easy build an installer metapackage from nearly
any existing package that uses distutils.
<<
License: BSD
Homepage: http://undefined.org/python/#bdist_mpkg
Maintainer: Brendan Cully <bren...@finkproject.org>
<<


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to