gnu: Update pythonpaste.org home pages.
* gnu/packages/check.scm (python-scripttest)[home-page]: Update URI. * gnu/packages/python-web.scm (python-paste, python-pastescript) (python-webtest, python-pastedeploy)[home-page]: Likewise.
This commit is contained in:
parent
21de4160d3
commit
63b066709b
2 changed files with 7 additions and 5 deletions
|
@ -1021,7 +1021,8 @@ timeout has been exceeded.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
(home-page "http://pythonpaste.org/scripttest/")
|
(home-page (string-append "https://web.archive.org/web/20161029233413/"
|
||||||
|
"http://pythonpaste.org/scripttest/"))
|
||||||
(synopsis "Python library to test command-line scripts")
|
(synopsis "Python library to test command-line scripts")
|
||||||
(description "Scripttest is a Python helper library for testing
|
(description "Scripttest is a Python helper library for testing
|
||||||
interactive command-line applications. With it you can run a script in a
|
interactive command-line applications. With it you can run a script in a
|
||||||
|
|
|
@ -1679,7 +1679,7 @@ and to spawn subprocesses to handle requests.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)))
|
||||||
(home-page "http://pythonpaste.org/deploy/")
|
(home-page "https://pylonsproject.org/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Load, configure, and compose WSGI applications and servers")
|
"Load, configure, and compose WSGI applications and servers")
|
||||||
(description
|
(description
|
||||||
|
@ -1712,7 +1712,7 @@ file.")
|
||||||
("python-webob" ,python-webob)
|
("python-webob" ,python-webob)
|
||||||
("python-six" ,python-six)
|
("python-six" ,python-six)
|
||||||
("python-beautifulsoup4" ,python-beautifulsoup4)))
|
("python-beautifulsoup4" ,python-beautifulsoup4)))
|
||||||
(home-page "http://webtest.pythonpaste.org/")
|
(home-page "https://docs.pylonsproject.org/projects/webtest/")
|
||||||
(synopsis "Helper to test WSGI applications")
|
(synopsis "Helper to test WSGI applications")
|
||||||
(description "Webtest allows you to test your Python web applications
|
(description "Webtest allows you to test your Python web applications
|
||||||
without starting an HTTP server. It supports anything that supports the
|
without starting an HTTP server. It supports anything that supports the
|
||||||
|
@ -2894,7 +2894,7 @@ available in Django, but is a standalone package.")
|
||||||
("python-nose" ,python-nose)))
|
("python-nose" ,python-nose)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-six" ,python-six)))
|
`(("python-six" ,python-six)))
|
||||||
(home-page "http://pythonpaste.org")
|
(home-page "https://pythonpaste.readthedocs.io/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Python web development tools, focusing on WSGI")
|
"Python web development tools, focusing on WSGI")
|
||||||
(description
|
(description
|
||||||
|
@ -2923,7 +2923,8 @@ follows ideas flowing from WSGI (Web Standard Gateway Interface).")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-paste" ,python-paste)
|
`(("python-paste" ,python-paste)
|
||||||
("python-pastedeploy" ,python-pastedeploy)))
|
("python-pastedeploy" ,python-pastedeploy)))
|
||||||
(home-page "http://pythonpaste.org/script/")
|
(home-page (string-append "https://web.archive.org/web/20161025192515/"
|
||||||
|
"http://pythonpaste.org/script/"))
|
||||||
(arguments
|
(arguments
|
||||||
'(;; Unfortunately, this requires the latest unittest2,
|
'(;; Unfortunately, this requires the latest unittest2,
|
||||||
;; but that requires traceback2 which requires linecache2 which requires
|
;; but that requires traceback2 which requires linecache2 which requires
|
||||||
|
|
Reference in a new issue