|
|
Log in / Subscribe / Register

Python packaging targets

Python packaging targets

Posted Mar 2, 2023 7:09 UTC (Thu) by oldtomas (guest, #72579)
In reply to: Python packaging targets by hrw
Parent article: Python packaging targets

If it's Debian we are talking about, and if the upgrade itself is source-compatible (which was assumed upthread) then creating a backport isn't much more difficult than pip-installing something: just download the source .deb, unpack it, install the build depencencies (which you must, perhaps, tweak to reflect what you have on your stable), perhaps tweak some dependencies, then dpkg-buildpackage.

Compared with some boxes I meet regularly at work, which are "lots of little .venv directories, all alike", this might be a nicer option, after all.


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds