all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35782] [PATCH] gnu: Add mallard-ducktype
@ 2019-05-17 17:42 Jack Hill
  2019-05-21 14:24 ` bug#35782: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Hill @ 2019-05-17 17:42 UTC (permalink / raw)
  To: 35782

[-- Attachment #1: Type: text/plain, Size: 1972 bytes --]

* gnu/packages/python-xyz.scm: (mallard-ducktype) new variable.
---
  gnu/packages/python-xyz.scm | 27 +++++++++++++++++++++++++++
  1 file changed, 27 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5322b70759..1c337e0685 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -59,6 +59,7 @@
  ;;; Copyright © 2018 Vagrant Cascadian <vagrant@debian.org>
  ;;; Copyright © 2019 Brett Gilio <brettg@posteo.net>
  ;;; Copyright © 2019 Sam <smbaines8@gmail.com>
+;;; Copyright © 2019 Jack Hill <jackhill@jackhill.us>
  ;;;
  ;;; This file is part of GNU Guix.
  ;;;
@@ -3224,6 +3225,32 @@ Markdown input files, and more.  Pelican uses Jinja2 for templating
  and is very extensible.")
      (license license:agpl3+)))

+(define-public mallard-ducktype
+  (package
+    (name "mallard-ducktype")
+    (version "1.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       ;; git-reference because a proper source tarball is not available
+       ;; https://lists.gnu.org/archive/html/guix-devel/2019-05/msg00209.html
+       (uri (git-reference
+             (url "https://github.com/projectmallard/mallard-ducktype.git")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0crland0kmpsyjfmnflcw7gaqy5b87b6ah17cmr9d5z1kyazf54n"))))
+    (build-system python-build-system)
+    (home-page "http://projectmallard.org")
+    (synopsis "Convert Ducktype to Mallard documentation markup")
+    (description
+     "Ducktype is a lightweight syntax that can represent all the semantics
+of the Mallard XML documentation system.  Ducktype files can be converted to
+Mallard using the @command{ducktype} tool.  The yelp-tools package
+provides additional functionality on the produced Mallard documents.")
+    (license license:expat)))
+
  (define-public python-scikit-image
    (package
      (name "python-scikit-image")
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#35782: [PATCH] gnu: Add mallard-ducktype
  2019-05-17 17:42 [bug#35782] [PATCH] gnu: Add mallard-ducktype Jack Hill
@ 2019-05-21 14:24 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-05-21 14:24 UTC (permalink / raw)
  To: Jack Hill; +Cc: 35782-done

Hi,

Jack Hill <jackhill@jackhill.us> skribis:

> * gnu/packages/python-xyz.scm: (mallard-ducktype) new variable.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-21 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-17 17:42 [bug#35782] [PATCH] gnu: Add mallard-ducktype Jack Hill
2019-05-21 14:24 ` bug#35782: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.