Add pythemis_uninstall target to Makefile. Fixes #948
does it work? :D
does it work? :D
it does indeed!
unrelated to the PR
look, @ilammy oh no, rust has updated? or clippy? rust tests are failing 😱
error: unnecessary parentheses around match arm expression
--> src/wrappers/themis/rust/src/error.rs:252:73
As a long-term solution, we should think about migrating from setup.py completely to... well... whatever Python community considers the "modern way" this year. The one we use has been deprecated for about 10 years. With Guido stepping down, I wouldn't be surprised if they rip it out completely one day.
For python_install and python_uninstall, I think it would be acceptable to add a requirement to have pip installed locally, then do what RbThemis does in its targets: build a real package like you'd install from the repos and install that one locally. Not in this PR, a separate one would be nice. Gotta weight compatibility concerns separately.
@sashimanu-san could you please take a look at the discussion?