jordansissel / fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
http://fpm.readthedocs.io/en/latest/
Other
11.08k stars 1.07k forks source link

PEP-0668 #2015

Open snan opened 1 year ago

snan commented 1 year ago

Not sure if PEP-0668 will make our fpm lives harder or easier. What's gonna happen for fpm users? I use fpm for python stuff all the time.

snan commented 1 year ago

The TL;DR: seems to be that pip will be less eager to clobberingly delete stuff installed from .debs, and that's a good thing.

jordansissel commented 1 year ago

At a glance, this should help fpm users, I think, and fpm should mark things as this new “externally managed” category (pending some code changes to fpm, I assume)

snan commented 1 year ago

Thank you ♥

jordansissel commented 1 year ago

I think we can keep this open until fpm is known to support PEP-0668 as best we can