guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

229/361: gnu: Remove python-m2r.


From: guix-commits
Subject: 229/361: gnu: Remove python-m2r.
Date: Thu, 21 Nov 2024 06:29:24 -0500 (EST)

sharlatan pushed a commit to branch python-team
in repository guix.

commit 3abd09c1bebc5f9fdb4d71b711120032f9ba4ce1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 5 12:14:40 2024 +0000

    gnu: Remove python-m2r.
    
    This package is not maintained, not in use by any others in Guix and
    failed to build, see <https://ci.guix.gnu.org/build/4350959/details>.
    Message from upstream: "This repository has been archived by the owner
    on Nov 17, 2022. It is now read-only."
    
    * gnu/packages/python-xyz.scm (python-m2r): Delete variable.
    
    Change-Id: Ifd23880408b8d7d6db412e22c6e93ebe09831833
---
 gnu/packages/python-xyz.scm | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9727e5ee7c..ae3eb589a2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24571,35 +24571,6 @@ manipulation and interaction with formal grammars.")
                                                        transducers).")
     (license license:expat)))
 
-(define-public python-m2r
-  (package
-    (name "python-m2r")
-    (version "0.3.1")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "m2r" version))
-              (sha256
-               (base32
-                "1asnwazfznbs0r7x03pj5ns4npz18z3kli538sgdicfg97y6gyxa"))
-              (modules '((guix build utils)))
-              (snippet
-               ;; Adjust test regex for Python 3.10 compatibility.
-               ;; Taken from upstream pull request:
-               ;; https://github.com/miyakogi/m2r/pull/62
-               '(substitute* "tests/test_cli.py"
-                  (("self.assertIn\\('optional arguments:', message\\)")
-                   "self.assertRegex(message, r'option(s|al arguments):')")))))
-    (build-system python-build-system)
-    (propagated-inputs
-     (list python-docutils python-mistune))
-    (native-inputs
-     (list python-pygments python-mock))
-    (home-page "https://github.com/miyakogi/m2r";)
-    (synopsis "Markdown to reStructuredText converter")
-    (description "M2R converts a markdown file including reST markups to valid
-     reST format.")
-    (license license:expat)))
-
 (define-public python-constantly
   (package
     (name "python-constantly")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]