diff options
author | Leo Famulari <leo@famulari.name> | 2018-10-12 23:47:15 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-10-18 23:46:33 -0400 |
commit | 7277d06d8b956263ef1773c5f61e53dc65583ddd (patch) | |
tree | 10a95b39642667cf76cda27378a8012d1f5a86ac /tests/pypi.scm | |
parent | eed00f93e8999712191e39c59c15e23461520f43 (diff) | |
download | guix-7277d06d8b956263ef1773c5f61e53dc65583ddd.tar guix-7277d06d8b956263ef1773c5f61e53dc65583ddd.tar.gz |
gnu: Use pypi.org.
<pypi.io> redirects to <pypi.org>.
* guix/build-system/python.scm (pypi-uri): Replace pypi.io with pypi.org.
* guix/import/pypi.scm (pypi-url?): Likewise.
* tests/pypi.scm: Likewise.
Diffstat (limited to 'tests/pypi.scm')
-rw-r--r-- | tests/pypi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pypi.scm b/tests/pypi.scm index 616ec191f5..6daa44a6e7 100644 --- a/tests/pypi.scm +++ b/tests/pypi.scm @@ -81,7 +81,7 @@ baz > 13.37") (dummy-package "foo" (source (dummy-origin (uri - "https://pypi.io/packages/source/p/psutil/psutil-4.3.0.tar.gz")))))) + "https://pypi.org/packages/source/p/psutil/psutil-4.3.0.tar.gz")))))) (test-equal "guix-package->pypi-name, new URL style" "certbot" |