summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-13 09:51:55 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:23:54 +0100
commit7571448719decdbe16816cf6da95215468f1f887 (patch)
tree172a37c48398d514c570b57557af1e79d8227458 /gnu
parent0415cedcb3364e77ea89da986152929b2d192879 (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b9d0a47eb8a..75740bb916b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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)