diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-11-26 09:48:37 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-26 09:48:40 +0100 |
| commit | e9c4dc10bfaba77e2619cb38acc5c4a9d15b284a (patch) | |
| tree | 9d72037d90922571a2af72c8df4c98864b287be8 /gnu/packages/python-xyz.scm | |
| parent | 6e5a38ce035ad7c379d0dfdb5f1e5e8eaf89b973 (diff) | |
gnu: Remove python-misaka.
* gnu/packages/python-xyz.scm (python-misaka): Delete variable.
Fixes: guix/guix#3857
Change-Id: I92b85081d3ed36d6e347c5f794654125176c8cf8
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ad315c710c5..b758eb5be16 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24849,35 +24849,6 @@ metrics are: conversion: Gamut A, B, and C.") (license license:expat))) -(define-public python-misaka - (package - (name "python-misaka") - (version "2.1.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "misaka" version)) - (sha256 - (base32 - "1mzc29wwyhyardclj1vg2xsfdibg2lzb7f1azjcxi580ama55wv2")))) - (build-system python-build-system) - (arguments - `(;; Line 37 of setup.py calls self.run_command('develop') - ;; in the 'check' phase. This command seems to be trying - ;; to write to - ;; /gnu/store/...-python-<version>/lib/python<version>/site-packages/ - ;; for which it does not have the permission to write. - #:tests? #f)) - (propagated-inputs - (list python-cffi)) - (home-page "https://github.com/FSX/misaka") - (synopsis "Python binding for Hoedown") - (description - "@code{Misaka} is a CFFI-based binding for @code{Hoedown}, a fast markdown processing - library written in C. It features a fast HTML renderer and functionality to make custom - renderers (e.g. man pages or LaTeX).") - (license license:expat))) - (define-public python-jsonpointer (package (name "python-jsonpointer") |
