me
/
guix
Archived
1
0
Fork 0

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.
Marius Bakke 2022-01-22 11:32:07 +01:00
parent 74f3815098
commit d07a89d645
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 34 deletions

View File

@ -3733,40 +3733,6 @@ this it tries to be opinion-free and very extendable.")
server.") server.")
(license license:expat))) (license license:expat)))
(define-public python-flask-script
(package
(name "python-flask-script")
(version "2.0.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Flask-Script" version))
(sha256
(base32
"0r8w2v89nj6b9p91p495cga5m72a673l2wc0hp0zqk05j4yrc9b4"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-tests
(lambda _
(substitute* "tests.py"
(("flask\\.ext\\.script") "flask_script"))
#t)))))
(propagated-inputs
(list python-flask python-argcomplete python-werkzeug))
(native-inputs
(list python-pytest))
(home-page
"https://github.com/smurfix/flask-script")
(synopsis "Scripting support for Flask")
(description "The Flask-Script extension provides support for writing
external scripts in Flask. This includes running a development server,
a customised Python shell, scripts to set up your database, cronjobs,
and other command-line tasks that belong outside the web application
itself.")
(license license:bsd-3)))
(define-public python-flask-migrate (define-public python-flask-migrate
(package (package
(name "python-flask-migrate") (name "python-flask-migrate")