mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mallard-ducktype: Switch to pyproject.
* gnu/packages/python-xyz.scm (mallard-ducktype)[build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I86592f5332819b160f0f804a3495ef1b0491ff78
This commit is contained in:
parent
45a34501f5
commit
ccde48970a
1 changed files with 5 additions and 1 deletions
|
@ -10026,6 +10026,9 @@ Markdown input files, and more. Pelican uses Jinja2 for templating
|
|||
and is very extensible.")
|
||||
(license license:agpl3+)))
|
||||
|
||||
;; XXX: Potential abandonware, no updates or fixes since 2019, consider to
|
||||
;; find a replacement and re-allocate, see:
|
||||
;; <https://codeberg.org/guix/guix/issues/1200>.
|
||||
(define-public mallard-ducktype
|
||||
(package
|
||||
(name "mallard-ducktype")
|
||||
|
@ -10042,7 +10045,7 @@ and is very extensible.")
|
|||
(sha256
|
||||
(base32
|
||||
"1jk9bfz7g04ip78s03b0xak6d54rj4h9zpgadkziy1ji216g6y4c"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
@ -10050,6 +10053,7 @@ and is very extensible.")
|
|||
(lambda _
|
||||
(with-directory-excursion "tests"
|
||||
(invoke "sh" "runtests")))))))
|
||||
(native-inputs (list python-setuptools))
|
||||
(home-page "http://projectmallard.org")
|
||||
(synopsis "Convert Ducktype to Mallard documentation markup")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue