summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-22 11:32:07 +0100
committerMarius Bakke <marius@gnu.org>2022-01-22 12:42:48 +0100
commitd07a89d645be8172c0f9c707630c7b8d67ea7b5d (patch)
treeb3d26ddffa34559843a8ab8f3c859028ec67bcef /gnu/packages/python-web.scm
parent74f38150981df1416e46b1fa6a2abf4f11e7281c (diff)
gnu: Remove python-flask-script.
This package is not compatible with current versions of Flask and has been obsoleted upstream. * gnu/packages/python-web.scm (python-flask-script): Remove variable.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm34
1 files changed, 0 insertions, 34 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 483abec2d5a..d2d1389d196 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3733,40 +3733,6 @@ this it tries to be opinion-free and very extendable.")
3733server.") 3733server.")
3734 (license license:expat))) 3734 (license license:expat)))
3735 3735
3736(define-public python-flask-script
3737 (package
3738 (name "python-flask-script")
3739 (version "2.0.6")
3740 (source
3741 (origin
3742 (method url-fetch)
3743 (uri (pypi-uri "Flask-Script" version))
3744 (sha256
3745 (base32
3746 "0r8w2v89nj6b9p91p495cga5m72a673l2wc0hp0zqk05j4yrc9b4"))))
3747 (build-system python-build-system)
3748 (arguments
3749 `(#:phases
3750 (modify-phases %standard-phases
3751 (add-after 'unpack 'patch-tests
3752 (lambda _
3753 (substitute* "tests.py"
3754 (("flask\\.ext\\.script") "flask_script"))
3755 #t)))))
3756 (propagated-inputs
3757 (list python-flask python-argcomplete python-werkzeug))
3758 (native-inputs
3759 (list python-pytest))
3760 (home-page
3761 "https://github.com/smurfix/flask-script")
3762 (synopsis "Scripting support for Flask")
3763 (description "The Flask-Script extension provides support for writing
3764external scripts in Flask. This includes running a development server,
3765a customised Python shell, scripts to set up your database, cronjobs,
3766and other command-line tasks that belong outside the web application
3767itself.")
3768 (license license:bsd-3)))
3769
3770(define-public python-flask-migrate 3736(define-public python-flask-migrate
3771 (package 3737 (package
3772 (name "python-flask-migrate") 3738 (name "python-flask-migrate")