Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23486/languages
Added Files: pip-systempython.info setuptools-tng-systempython.info Log Message: add pip+virtualenv suite based on the system python --- NEW FILE: pip-systempython.info --- Info2: << Package: pip-systempython%type_pkg[python] Type: python (2.5 2.6 2.7) Version: 1.4.1 Revision: 1 Source: http://pypi.python.org/packages/source/p/pip/pip-%v.tar.gz Source-MD5: 6afbb46aeb48abac658d4df742bff714 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%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 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: 1.1.6 Revision: 2 Source: http://pypi.python.org/packages/source/s/setuptools/setuptools-%v.tar.gz Source-MD5: ee82ea53def4480191061997409d2996 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 mv %i/bin/easy_install-%type_raw[python] %i/bin/easy_install-systempython%type_pkg[python] << PostInstScript: << # Add --verbose to update-alternatives for debugging update-alternatives --verbose --install %p/bin/easy_install easy_install %p/bin/easy_install-systempython%type_pkg[python] %type_pkg[python] << PreRmScript: << if [ $1 != "upgrade" ]; then update-alternatives --verbose --remove easy_install %p/bin/easy_install-systempython%type_pkg[python] fi << LICENSE: OSI-Approved HomePage: https://pypi.python.org/pypi/setuptools InfoTest: << TestScript: << /usr/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