Sunday, 15 August 2010

python - Remove packages from local pypi index -



python - Remove packages from local pypi index -

this similar question 1 exception. want remove few specific versions of bundle our local pypi index, had uploaded next command in past.

python setup.py sdist upload -r <index_name>

any ideas?

removing packages local pypi index depends on type of pypi index use.

removing bundle devpi index

devpi allows removing packages called volatile indexes. non-volatile "release like" indexes , removing them not allowed (as surprise users depending on released package).

e.g. bundle pysober version 0.2.0:

$ devpi remove -y pysober==0.2.0 removing bundle public pypi

is described in answer refered to.

removing bundle other indexes

can vary, in many cases can manually delete files (with proper care).

python installation sdist

No comments:

Post a Comment