 Chromium Code Reviews
 Chromium Code Reviews Issue 138913004:
  Build system for statically-linked Python.  (Closed) 
  Base URL: https://naclports.googlecode.com/svn/trunk/src
    
  
    Issue 138913004:
  Build system for statically-linked Python.  (Closed) 
  Base URL: https://naclports.googlecode.com/svn/trunk/src| Index: ports/python_modules/setuptools/pkg_info | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/ports/python_modules/setuptools/pkg_info | 
| @@ -0,0 +1,7 @@ | 
| +NAME=setuptools | 
| +VERSION=2.0.1 | 
| +URL=https://pypi.python.org/packages/source/s/setuptools/setuptools-2.0.1.tar.gz | 
| +LICENSE=CUSTOM:LICENSE | 
| +LIBC=newlib | 
| +DEPENDS=(python-host) | 
| +SHA1=5283b4dca46d45efd1156713ab51836509646c03 |