[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/26: gnu: python-zope-exceptions: Use PYPI-URI.
From: |
guix-commits |
Subject: |
04/26: gnu: python-zope-exceptions: Use PYPI-URI. |
Date: |
Mon, 28 Jan 2019 06:24:38 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 3d010466e6ca79630578179223ca6a12870826f4
Author: Ricardo Wurmus <address@hidden>
Date: Mon Jan 28 11:57:35 2019 +0100
gnu: python-zope-exceptions: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-exceptions)[source]: Use
PYPI-URI.
---
gnu/packages/python-web.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 006151b..010bf3f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -877,9 +877,7 @@ conforming to a given API or contract.")
(source
(origin
(method url-fetch)
- (uri (string-append "https://pypi.python.org/packages/source/z"
- "/zope.exceptions/zope.exceptions-"
- version ".tar.gz"))
+ (uri (pypi-uri "zope.exceptions" version))
(sha256
(base32
"0zwxaaa66sqxg5k7zcrvs0fbg9ym1njnxnr28dfmchzhwjvwnfzl"))))
- branch master updated (fd96f94 -> 6571bba), guix-commits, 2019/01/28
- 02/26: gnu: python-zope-event: Use PYPI-URI., guix-commits, 2019/01/28
- 01/26: gnu: python-wsgi-intercept: Use PYPI-URI., guix-commits, 2019/01/28
- 04/26: gnu: python-zope-exceptions: Use PYPI-URI.,
guix-commits <=
- 03/26: gnu: python-zope-interface: Use PYPI-URI., guix-commits, 2019/01/28
- 07/26: gnu: python-zope-schema: Use PYPI-URI., guix-commits, 2019/01/28
- 09/26: gnu: python-zope-proxy: Use PYPI-URI., guix-commits, 2019/01/28
- 22/26: gnu: python-prettytable: Use PYPI-URI., guix-commits, 2019/01/28
- 12/26: gnu: python2-backport-ssl-match-hostname: Use PYPI-URI., guix-commits, 2019/01/28
- 10/26: gnu: python-zope-location: Use PYPI-URI., guix-commits, 2019/01/28
- 05/26: gnu: python-zope-testrunner: Use PYPI-URI., guix-commits, 2019/01/28
- 14/26: gnu: python2-mechanize: Use PYPI-URI., guix-commits, 2019/01/28
- 16/26: gnu: python-jsonschema: Use PYPI-URI., guix-commits, 2019/01/28
- 25/26: gnu: python-pykafka: Use PYPI-URI., guix-commits, 2019/01/28