guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit a60892363be8ead75b6861e4e01ea8f2c48da679
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 13 09:51:55 2026 +0000
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
---
gnu/packages/python-xyz.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f9e8669ad6..41c992ee7b 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)