all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: guix-devel@gnu.org
Subject: [PATCH 3/3] gnu: Add python-flask-restplus.
Date: Thu, 10 Nov 2016 01:09:04 +0100	[thread overview]
Message-ID: <20161110000904.29331-4-dannym@scratchpost.org> (raw)
In-Reply-To: <20161110000904.29331-1-dannym@scratchpost.org>

* gnu/packages/python.scm (python-flask-restplus): New variable.
---
 gnu/packages/python.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cb25d4e..58b49ed 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12212,3 +12212,33 @@ asynchronous messaging environments.")
     (synopsis "Colored output for Python nosetests")
     (description "This package provides colored output for Python nosetests.")
     (license license:bsd-3)))
+
+(define-public python-flask-restplus
+  (package
+    (name "python-flask-restplus")
+    (version "0.9.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "flask-restplus" version))
+        (sha256
+          (base32
+            "11his6ii5brpkhld0d5bwzjjw4q3vmplpd6fmgzjrvvklsbk0cf4"))))
+    (build-system python-build-system)
+    (propagated-inputs
+      `(("python-aniso8601" ,python-aniso8601)
+        ("python-flask" ,python-flask)
+        ("python-jsonschema" ,python-jsonschema)
+        ("python-pytz" ,python-pytz)
+        ("python-six" ,python-six)))
+    (native-inputs
+     `(("python-tzlocal" ,python-tzlocal)
+       ("python-blinker" ,python-blinker)
+       ("python-nose" ,python-nose)
+       ("python-rednose" ,python-rednose)))
+    (home-page "https://github.com/noirbizarre/flask-restplus")
+    (synopsis "Framework for fast, easy and documented API development with Flask")
+    (description "This package provides a framework for API development with Flask.
+It's like the package @code{python-flask-restful} - but supports @code{python-swagger}
+documentation builder.")
+    (license license:expat)))

  parent reply	other threads:[~2016-11-10  0:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-10  0:09 [PATCH 0/3] Add python-flask-restplus Danny Milosavljevic
2016-11-10  0:09 ` [PATCH 1/3] gnu: Add python-termstyle Danny Milosavljevic
2016-11-12 15:12   ` Ludovic Courtès
2016-11-10  0:09 ` [PATCH 2/3] gnu: Add python-rednose Danny Milosavljevic
2016-11-12 15:15   ` Ludovic Courtès
2016-11-10  0:09 ` Danny Milosavljevic [this message]
2016-11-12 15:19   ` [PATCH 3/3] gnu: Add python-flask-restplus Ludovic Courtès

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=20161110000904.29331-4-dannym@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=guix-devel@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.