mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Remove python-mistune-next.
* gnu/packages/python-xyz.scm (python-mistune-next): Delete variable. * gnu/packages/bioinformatics.scm (python-schema-salad) [propagated-inputs]: Remove python-mistune-next; add python-mistune. * gnu/packages/mail.scm (python-hyperkitty): Likewise. * gnu/packages/syndication.scm (giara): Likewise. Change-Id: Iccf5ffde2b2c5a8c9b8e1c0e6ebd6fa7eab9f144
This commit is contained in:
parent
ebe35e6b73
commit
bb3dbcde48
4 changed files with 3 additions and 25 deletions
|
@ -5996,7 +5996,7 @@ (define-public python-schema-salad
|
|||
(propagated-inputs
|
||||
(list python-cachecontrol
|
||||
python-importlib-resources
|
||||
python-mistune-next
|
||||
python-mistune
|
||||
python-mypy-extensions
|
||||
python-rdflib
|
||||
python-requests
|
||||
|
|
|
@ -3776,7 +3776,7 @@ (define-public python-hyperkitty
|
|||
python-django-rest-framework
|
||||
python-flufl-lock
|
||||
python-mailmanclient
|
||||
python-mistune-next
|
||||
python-mistune
|
||||
python-networkx
|
||||
python-pytz
|
||||
python-robot-detection))
|
||||
|
|
|
@ -15449,28 +15449,6 @@ (define-public python-mistune
|
|||
Python.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
;; 2.0 is not released yet, but some packages have started using it.
|
||||
(define-public python-mistune-next
|
||||
(package
|
||||
(inherit python-mistune)
|
||||
(name "python-mistune-next")
|
||||
(version "2.0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "mistune" version))
|
||||
(sha256
|
||||
(base32
|
||||
"024q9l6mgd37wa25w7dhskv1m3zsj5lf0w9cfyx7l9p2adhadq4y"))))
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "pytest" "-vv")))))))
|
||||
(native-inputs (list python-pytest))))
|
||||
|
||||
(define-public python-markdown
|
||||
(package
|
||||
(name "python-markdown")
|
||||
|
|
|
@ -215,7 +215,7 @@ (define-public giara
|
|||
python
|
||||
python-beautifulsoup4
|
||||
python-dateutil
|
||||
python-mistune-next
|
||||
python-mistune
|
||||
python-pillow
|
||||
python-praw
|
||||
python-pygobject
|
||||
|
|
Loading…
Reference in a new issue