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

Added Files:
        pip-systempython.info setuptools-tng-systempython.info 
Log Message:
provide easy path to using Python's pip with the system python via Fink

--- NEW FILE: pip-systempython.info ---
Info2: << 
Package: pip-systempython%type_pkg[python]
Type: python (2.5 2.6 2.7)
Version: 1.4
Revision: 1
Source: http://pypi.python.org/packages/source/p/pip/pip-%v.tar.gz
Source-MD5: ca790be30004937987767eac42cfa44a

Distribution: (%type_pkg[python] = 26) 10.6, (%type_pkg[python] = 26) 10.7, 
(%type_pkg[python] = 27) 10.7
Depends: setuptools-tng-systempython%type_pkg[python]

Description: Python package management
Maintainer: Hans-Christoph Steiner <h...@eds.org>
DocFiles: AUTHORS.txt LICENSE.txt docs
CompileScript: echo Skipping compile stage
InstallScript: <<
  #!/bin/bash -ev
  /usr/bin/python setup.py install --prefix=%p --root=%d \
      --install-purelib=%p/Library/Python/%type_raw[python]/site-packages \
      --install-platlib=%p/Library/Python/%type_raw[python]/site-packages
  mv %i/bin/pip %i/bin/pip-systempython%type_raw[python]
<<

RuntimeVars: PYTHONPATH: %p/Library/Python/%type_raw[python]/site-packages

PostInstScript: <<
 update-alternatives --verbose --install %p/bin/pip pip 
%p/bin/pip-systempython%type_raw[python] %type_pkg[python] 
<<

PreRmScript: <<
 update-alternatives --verbose --remove pip 
%p/bin/pip-systempython%type_raw[python]
<<

LICENSE: OSI-Approved
HomePage: http://pypi.python.org/pypi/pip

DescDetail: <<
pip is a tool for installing and managing Python packages, such as
those found in the Python Package Index. It's a replacement for
easy_install.

Do not use pip to install on top of your fink tree.  That is a 
bad bad bad idea.  Use --target with install to install packages
to the side someplace.
<< 

DescUsage: <<
 The package sets the runtime environment variable PYTHONPATH to
 %p/Library/Python/%type_raw[python]/site-packages, so that 
/usr/bin/python%type_raw[python]
 will find modules with a standard 'import' statement.
<<

# Info2
<<

--- NEW FILE: setuptools-tng-systempython.info ---
Info2: << 
Package: setuptools-tng-systempython%type_pkg[python]
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
Version: 0.7.2
Revision: 5
Source: http://pypi.python.org/packages/source/s/setuptools/setuptools-%v.tar.gz
Source-MD5: de44cd90f8a1c713d6c2bff67bbca65d

BuildDepends: fink (>=0.32)

Description: EasyInstall and python eggs for system python
Maintainer: Hans-Christoph Steiner <h...@eds.org>
DocFiles: CHANGES.txt DEVGUIDE.txt README.txt docs
CompileScript: echo Skipping compile stage
InstallScript: <<
  #!/bin/bash -ev
  /usr/bin/python%type_raw[python] setup.py install --prefix=%p --root=%d \
      --install-purelib=%p/Library/Python/%type_raw[python]/site-packages \
      --install-platlib=%p/Library/Python/%type_raw[python]/site-packages
  rm %i/bin/easy_install
# maybe this should be easy_install-systempython%type_raw[python]
  rm %i/bin/easy_install-%type_raw[python]
  rmdir %i/bin
<<

LICENSE: OSI-Approved
HomePage: https://pypi.python.org/pypi/setuptools

# Does not pass on macosx with /tmp really being /private/tmp
# http://bugs.python.org/setuptools/issue125
#InfoTest: <<
#    TestScript: <<
#      %p/bin/python%type_raw[python] setup.py test  || exit 2
#    <<
#<<

DescDetail: <<
Easily download, build, install, upgrade, and uninstall Python
packages.

This package replaces the distribute and setuptools packages.

See also: pip and virtualenv
<<

RuntimeVars: PYTHONPATH: %p/Library/Python/%type_raw[python]/site-packages
DescUsage: <<
 The package sets the runtime environment variable PYTHONPATH to
 %p/Library/Python/%type_raw[python]/site-packages, so that 
/usr/bin/python%type_raw[python]
 will find modules with a standard 'import' statement.
<<

## Info2
<<


------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&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