GNU bug report logs -
#40270
[PATCH 1/2] gnu: Add python-flask-markdown.
Previous Next
Reported by: pinoaffe <at> airmail.cc
Date: Sat, 28 Mar 2020 09:34:02 UTC
Severity: normal
Tags: patch
Merged with 40165
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #40 received at 40270 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
pinoaffe <at> airmail.cc writes:
> * gnu/packages/python-web.scm (python-flask-session,
> python2-flask-session): New variables.
> ---
> gnu/packages/python-web.scm | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
>
> diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
> index baf24d3849..4ad81ef6e5 100644
> --- a/gnu/packages/python-web.scm
> +++ b/gnu/packages/python-web.scm
> @@ -498,6 +498,31 @@ both of which are installed automatically if you
> install this library.")
> several extensions for Markdown and integrates into Jinja2 by
> default.")
> (license license:bsd-3)))
>
> +(define-public python-flask-session
> + (package
> + (name "python-flask-session")
> + (version "0.3.1")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "Flask-Session" version))
> + (sha256
> + (base32
> + "0cd7h5c236m6smyixnyfrks4spsqp9d65ndk4p400zr8qgh2f753"))))
0.3.2 has been released, so I updated to that.
> + (build-system python-build-system)
> + (arguments
> + `(#:tests? #f)) ;tests require the various storage backends to
> be present
> + (propagated-inputs
> + `(("python-flask" ,python-flask)))
> + (home-page
> + "https://github.com/fengsp/flask-session")
> + (synopsis
> + "Adds server-side session support to your Flask application")
> + (description
> + "Adds server-side support for secure sessions to your Flask
> application,
> +and supports a variety of different backends for session storage.")
Similar to python-flask-markdown, I tweaked the description here so it's
less repetitive.
Flask-Session is an extension for Flask that adds support for
Server-side sessions, with a variety of different backends for session
storage.
> + (license license:bsd-3)))
> +
> (define-public python-html5lib
> (package
> (name "python-html5lib")
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 years and 227 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.