Browse Source
gnu: python-zope-exceptions: Update home page.
* gnu/packages/python-web.scm (python-zope-exceptions)[home-page]:
Follow (HTTPS) redirection.
version-1.1.0
Tobias Geerinckx-Rice
2 years ago
No known key found for this signature in database
GPG Key ID: DB0FF884F556D79
1 changed files with
2 additions and
2 deletions
-
gnu/packages/python-web.scm
|
|
@ -1021,10 +1021,10 @@ conforming to a given API or contract.") |
|
|
|
"0zwxaaa66sqxg5k7zcrvs0fbg9ym1njnxnr28dfmchzhwjvwnfzl")))) |
|
|
|
(build-system python-build-system) |
|
|
|
(arguments |
|
|
|
'(#:tests? #f)) ; circular dependency with zope.testrunner |
|
|
|
'(#:tests? #f)) ; circular dependency with zope.testrunner |
|
|
|
(propagated-inputs |
|
|
|
`(("python-zope-interface" ,python-zope-interface))) |
|
|
|
(home-page "http://cheeseshop.python.org/pypi/zope.exceptions") |
|
|
|
(home-page "https://pypi.org/project/zope.exceptions/") |
|
|
|
(synopsis "Zope exceptions") |
|
|
|
(description "Zope.exceptions provides general-purpose exception types |
|
|
|
that have uses outside of the Zope framework.") |
|
|
|