Millie Ngoka wrote: > Does anyone have any experience setting up a custom index, that can be used > to install versions of specific libraries.
I'm attaching the script we use for building an index from a directory full of tarballs. It creates a subdirectory, 'index', which serves as the target for 'easy_install --index' / 'index_url' (buildout.cfg). Run it via something like: $ /path/to/python makeindex.py *.{gz,tgz,zip,egg} Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software "Excellence by Design" http://palladion.com
makeindex.py
Description: application/httpd-cgi
_______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev