guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: Add python-flask-multistatic.


From: Leo Famulari
Subject: 02/10: gnu: Add python-flask-multistatic.
Date: Thu, 29 Dec 2016 03:42:31 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit a2c7d88e74b89b7370fc633fca76f9ba8095a6fc
Author: ng0 <address@hidden>
Date:   Wed Dec 21 11:47:10 2016 +0000

    gnu: Add python-flask-multistatic.
    
    * gnu/packages/python.scm (python-flask-multistatic, 
python2-flask-multistatic):
    New variables.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/python.scm |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fcbb792..b5a84d8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9340,6 +9340,29 @@ upload, and reCAPTCHA.")
 (define-public python2-flask-wtf
   (package-with-python2 python-flask-wtf))
 
+(define-public python-flask-multistatic
+  (package
+    (name "python-flask-multistatic")
+    (version "1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "flask-multistatic" version))
+       (sha256
+        (base32
+         "0p4v50rwv64wcd0zlq7rzl4waprwr4hj19s3cgf1isywa7jcisgm"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-flask" ,python-flask)))
+    (home-page "https://pagure.io/flask-multistatic";)
+    (synopsis "Flask plugin to allow overriding static files")
+    (description "@code{flask-multistatic} is a flask plugin that adds support
+for overriding static files.")
+    (license license:gpl3+)))
+
+(define-public python2-flask-multistatic
+  (package-with-python2 python-flask-multistatic))
+
 (define-public python-cookies
   (package
     (name "python-cookies")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]