Mark docopt as obsolete in favor of docopt-ng (#12965)

This commit is contained in:
Avasam
2024-11-07 10:19:48 -05:00
committed by GitHub
parent 5161a236a0
commit 502e168cc6

View File

@@ -1,2 +1,9 @@
version = "0.6.*"
upstream_repository = "https://github.com/docopt/docopt"
no_longer_updated = true
extra_description = """\
`docopt`'s last release was in 2014 and the repository hasn't been updated since 2018. \
Even `docopt` organization members encourage switching to [`docopt-ng`](https://pypi.org/project/docopt-ng/) \
(see <https://github.com/docopt/docopt/issues/502#issuecomment-1289347288>), \
which is typed as of `0.8.1` and more recently maintained. \
"""