That was git-revise. Then the other thing I wanted to install was called git-branchstack, which is also in pypi but not debian, but after bashing my head against pypi for three hours I wanna give up.
I tried upgrading fpm to the latest version from git to get this commit in. https://github.com/jordansissel/fpm/pull/1896 — easy enough with the specific_install gem which can install gems from repos — and that builds the deb package but then it refuses to install because it depends on git-revise 🤦🏻♀️🤦🏻♀️🤦🏻♀️ Which I already just installed via Debian.
Why is it always Python apps that are so messed up? I'm always a li'l scared by cargo and go get since they let you install unvetted random stuff, but no other platform gives me so much grief and hell as Python. It's worse than GNU autotools. (Maybe not as bad as CMake. Although I wouldn't know because it'd be like comparing infinity to infinity since I've never managed to install either.)
I tried upgrading fpm to the latest version from git to get this commit in. https://github.com/jordansissel/fpm/pull/1896 — easy enough with the specific_install gem which can install gems from repos — and that builds the deb package but then it refuses to install because it depends on git-revise 🤦🏻♀️🤦🏻♀️🤦🏻♀️ Which I already just installed via Debian.
Why is it always Python apps that are so messed up? I'm always a li'l scared by cargo and go get since they let you install unvetted random stuff, but no other platform gives me so much grief and hell as Python. It's worse than GNU autotools. (Maybe not as bad as CMake. Although I wouldn't know because it'd be like comparing infinity to infinity since I've never managed to install either.)
You end up with the list of dependencies being generated from the lockfile and stashed into a variable.
There is no such thing as go or rust librairies from a packager point of view.
Good luck when any Go or Rust library needs to be patched for any reason, specially stability and security.
You end up with the list of dependencies being generated from the lockfile and stashed into a variable.