[Distutils] How can we handle package renaming?

Daniel Holth dholth at gmail.com
Wed May 21 02:34:07 CEST 2014


The last release of the old package should depend on the new.

We also have an "obsoleted by" key in the new metadata iirc.
On May 20, 2014 8:29 PM, "Richard Jones" <r1chardj0n3s at gmail.com> wrote:

> I occasionally receive requests from package maintainers asking to
> have their PyPI package renamed (for example, renaming
> "eyepea_monitoring_agent" to "tanto"). The only response I have at the
> moment is to tell them to release their package under both the new and
> old names in parallel, and promote only the new name, as the PyPI name
> must match the name defined in setup.py.
>
> I'd like to open up discussion to ideas about how to handle this better.
>
> Somewhat related would be *perhaps* allowing a package named "Pillow"
> to be installed when a requirement requests "PIL" via some kind of
> aliasing mechanism.
>
>
>      Richard
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20140520/0531068c/attachment.html>


More information about the Distutils-SIG mailing list