guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25834: [PATCH] Update scipy stack.


From: Ben Woodcroft
Subject: bug#25834: [PATCH] Update scipy stack.
Date: Mon, 27 Feb 2017 20:33:07 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

Hi Thomas.


On 27/02/17 19:54, Thomas Danckaert wrote:
[..]
+     (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+              "https://pypi.python.org/packages/ec/9c/";
+ "368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/"
+ "backports.shutil_get_terminal_size-" version ".tar.gz"))

Is it possible to use 'pypi-uri' here?

I couldn't find a working pypi-uri, having tried all sorts of combinations of “backports.shutil-get-terminal-size” or “backports-shutil-get-terminal-size” (is there some sort of trick to find these? These simple urls are never listed on pypi, is my impression.).
I managed to get it downloading something with

       (uri (pypi-uri "backports.shutil_get_terminal_size" version))

which I ascertained by looking at the "name" in setup.py at https://github.com/chrippa/backports.shutil_get_terminal_size/blob/master/setup.py

ben





reply via email to

[Prev in Thread] Current Thread [Next in Thread]