apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit fa0c3f0eb73d363001e40231060e7bf8549cd8b8
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Dec 27 22:34:06 2021 -0500

    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.
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 872972e510..4905459bdc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11028,6 +11028,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")

Reply via email to