~ruther/guix-local

7571448719decdbe16816cf6da95215468f1f887 — Sharlatan Hellseher a month ago 0415ced
gnu: python-click-plugins-1: Add a maintenance note.

* gnu/packages/python-xyz.scm (python-click-plugins-1): Add a maintenance
note.

Change-Id: If3dec531b59ace642976c11ae7e8a8d7de33b334
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 6 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +6 -0
@@ 30692,6 30692,12 @@ CLI commands via setuptools entry-points.")
    (home-page "https://github.com/click-contrib/click-plugins")
    (license license:bsd-3)))

;; XXX: Upstream note: Final PyPI release to mark the project as inactive.
;; This PyPI package is no longer actively maintained, but the underlying
;; library can be vendored.
;;
;; Version 2.0 lacks packaging instructions (setup.py, setup.pkg or
;; pyproject.toml) and can't be used as a common input.
(define-public python-click-plugins-1
  (package
    (inherit python-click-plugins)