diff options
author | Maxim Cournoyer <[email protected]> | 2021-12-27 22:34:06 -0500 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2022-01-10 11:47:02 -0500 |
commit | b92d09cda1163d4a1a1b449ea3e981e6ca1cf6d6 (patch) | |
tree | 582a1ba90a33de744154470e78b37bf1527ec00a | |
parent | 00bad443ef75c289d703277a6224feadcc6b677a (diff) |
gnu: python-xlwt: Add comment about maintainership of the package.
The package appears to be abandoned.
* gnu/packages/python-xyz.scm (python-xlwt): Add comment.
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 304473deea..cfd2d68219 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11027,6 +11027,7 @@ Unicode-aware. It is not intended as an end-user tool.") (define-public python2-xlrd (package-with-python2 python-xlrd)) +;;; Note: this package is unmaintained since 2018 (archived on GitHub). (define-public python-xlwt (package (name "python-xlwt") |