mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-pecan: Update to 1.8.0.
* gnu/packages/python-web.scm (python-pecan): Update to 1.8.0. [propagated-inputs]: Remove python-logutils, python-six, and python-webtest. [native-inputs]: Remove python-sqlalchemy; add python-sqlalchemy-2 and python-webtest. Change-Id: Id1df430d81d3f573db3fd3ae572e2f2f26b3829e
This commit is contained in:
@@ -11096,17 +11096,16 @@ forked version whose pypi name is @code{marshmallow_jsonapi_minfork}.")
|
||||
(define-public python-pecan
|
||||
(package
|
||||
(name "python-pecan")
|
||||
(version "1.6.1")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ;no tests in pypi release
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/pecan/pecan")
|
||||
(commit version)))
|
||||
(url "https://github.com/pecan/pecan")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ybjvpws741bvxd7aq5hh8gv5sk9836hb9afgalqsm0lxsq0li3a"))))
|
||||
(base32 "0w693jpnjy358992f3jrrlf31knkqn0jvz2jx0iz7ziikprc61p8"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@@ -11116,13 +11115,11 @@ forked version whose pypi name is @code{marshmallow_jsonapi_minfork}.")
|
||||
python-genshi
|
||||
python-jinja2
|
||||
python-pytest
|
||||
python-sqlalchemy))
|
||||
(propagated-inputs
|
||||
(list python-logutils
|
||||
python-mako
|
||||
python-six
|
||||
python-webob
|
||||
python-sqlalchemy-2
|
||||
python-webtest))
|
||||
(propagated-inputs
|
||||
(list python-mako
|
||||
python-webob))
|
||||
(home-page "http://github.com/pecan/pecan")
|
||||
(synopsis "WSGI object-dispatching web framework")
|
||||
(description "This package provides a WSGI object-dispatching web
|
||||
|
||||
Reference in New Issue
Block a user