- Update to 1.7.3
- Switch to CHEESESHOP and remove old MASTER_SITES
- Switch to USE_PYDISTUTILS= easy_install and remove old code
PR: ports/128916
Submitted by: Wen Heping <wenheping@gmail.com>
A pluggable command-line frontend, including commands to setup package
file layouts.
This is a pluggable command-line tool.
It includes some built-in features;
* Create file layouts for packages. For instance, paste create
--template=basic_package MyPackage will create a setuptools-ready
file layout.
* Serving up web applications, with configuration based on
paste.deploy.
Author: Ian Bicking <ianb at colorstudy com>
WWW: http://pythonpaste.org/script/
PR: ports/106759
Submitted by: Dryice Liu <dryice at dryice.name>
Approved by: alexbl (mentor, implicit)