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/4] gnu: Add python-flask-basicauth.
Date: Thu, 20 Oct 2016 23:45:38 +0200	[thread overview]
Message-ID: <20161020214539.7706-4-dannym@scratchpost.org> (raw)
In-Reply-To: <20161020214539.7706-1-dannym@scratchpost.org>

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ea56079..60ef79c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11279,3 +11279,25 @@ useful as a validator for JSON data.")
     (description
       "This package contains a Flask module for creating REST APIs.")
     (license license:bsd-3)))
+
+(define-public python-flask-basicauth
+  (package
+    (name "python-flask-basicauth")
+    (version "0.2.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "Flask-BasicAuth" version))
+        (sha256
+          (base32
+            "1zq1spkjr4sjdnalpp8wl242kdqyk6fhbnhr8hi4r4f0km4bspnz"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-flask" ,python-flask)))
+    (home-page
+      "https://github.com/jpvanhal/flask-basicauth")
+    (synopsis
+      "HTTP basic access authentication for Flask.")
+    (description
+      "This package provides HTTP basic access authentication for Flask.")
+    (license license:bsd-3)))

  parent reply	other threads:[~2016-10-20 21:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-20 21:45 [PATCH 0/4] Add some Flask modules Danny Milosavljevic
2016-10-20 21:45 ` [PATCH 1/4] gnu: Add python-aniso8601 Danny Milosavljevic
2016-10-20 21:45 ` [PATCH 2/4] gnu: Add python-flask-restful Danny Milosavljevic
2016-10-20 21:45 ` Danny Milosavljevic [this message]
2016-10-20 21:45 ` [PATCH 4/4] gnu: Add python-flask-sqlalchemy Danny Milosavljevic
2016-10-23 17:44 ` [PATCH 0/4] Add some Flask modules Hartmut Goebel

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=20161020214539.7706-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.