all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vincent Prat <vprat@deeplinks.com>
To: 55061@debbugs.gnu.org
Subject: [bug#55061] [PATCH] gnu: Add python-mike.
Date: Fri, 22 Apr 2022 10:22:40 +0200	[thread overview]
Message-ID: <CAH9Ak7KnD2jbL2CpospmHpw+Yg6cOm+Yfd2JwT+q2hBbeXHttA@mail.gmail.com> (raw)

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



[-- Attachment #2: 0001-gnu-Add-python-mike.patch --]
[-- Type: text/x-patch, Size: 1681 bytes --]

From f0f1d95aa2047ae153dd7566e770f04f2f8bee18 Mon Sep 17 00:00:00 2001
From: Vincent Prat <vprat@deeplinks.com>
Date: Fri, 22 Apr 2022 10:15:59 +0200
Subject: [PATCH] gnu: Add python-mike.

* gnu/packages/python-xyz.scm (python-mike): New variable.
---
 gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9a5d311680..942611acd7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29534,3 +29534,25 @@ match a given regular expression, or count possible matches efficiently. It
 uses the parsed regular expression, so you get a much more accurate result
 than trying to just split strings.")
     (license license:asl2.0)))
+
+(define-public python-mike
+  (package
+    (name "python-mike")
+    (version "1.1.2")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "mike" version))
+              (sha256
+               (base32
+                "0yxp816x7s948xsd0fifvq9shg01xdxlifd9rzf5y2rd9iwz3hsn"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-jinja2 python-mkdocs python-pyyaml
+                             python-verspec))
+    (native-inputs (list python-coverage python-flake8 python-shtab))
+    (home-page "https://github.com/jimporter/mike")
+    (synopsis "Manage multiple versions of MkDocs-powered documentation")
+    (description
+     "This package provides a Python utility to easily deploy multiple versions
+of MkDocs-powered docs to a Git branch.  It is suitable for deploying to Github
+via gh-pages.")
+    (license license:bsd-3)))
-- 
2.30.2


             reply	other threads:[~2022-04-22  8:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-22  8:22 Vincent Prat [this message]
2022-04-27  9:28 ` bug#55061: [PATCH] gnu: Add python-mike Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAH9Ak7KnD2jbL2CpospmHpw+Yg6cOm+Yfd2JwT+q2hBbeXHttA@mail.gmail.com \
    --to=vprat@deeplinks.com \
    --cc=55061@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.