deadc0de6 / dotdrop

Save your dotfiles once, deploy them everywhere
https://dotdrop.readthedocs.io
GNU General Public License v3.0
1.77k stars 105 forks source link

Switch from docopt to docopt-ng #435

Open berquist opened 2 months ago

berquist commented 2 months ago

The original version of docopt is abandonware, and I'm seeing warnings in the console originating from it on newer Python versions. A maintained version now exists at https://github.com/jazzband/docopt-ng. This PR is a migration attempt.

A version of the package exists on Arch, but in the AUR, not the official repos.

deadc0de6 commented 2 months ago

@berquist thanks a lot for this and sorry for the late reply. For my own curiosity, on what version of Python are you getting warnings and what are these? I'm a bit puzzled by this, especially since docopt is working great so far but of course, if warnings start appearing, it makes sense to consider migrating to a maintained version.