guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add new package definitions


From: Danny Milosavljevic
Subject: Re: [PATCH] gnu: Add new package definitions
Date: Tue, 7 Feb 2017 17:24:24 +0100

Hi,

+    (name "python-pycosat")
+    (version "0.6.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             
"https://pypi.python.org/packages/76/0f/16edae7bc75b79376f2c260b7a459829785f";
+             "08e463ecf74a8ccdef62dd4a/pycosat-"
+             version
+             ".tar.gz"))

Please use (uri (pypi-uri "pycosat" version)). Or does it fail?

+    (name "python-ruamel.ordereddict")
+    (version "0.4.9")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             
"https://pypi.python.org/packages/b1/17/97868578071068fe7d115672b52624d421ff";
+             "24e5e802f65d6bf3ea184e8f/ruamel.ordereddict-"
+             version
+             ".tar.gz"))

pypi-uri

+       (sha256
+        (base32
+         "1xmkl8v9l9inm2pyxgc1fm5005yxm7fkd5gv74q7lj1iy5qc8n3h"))))
+    (build-system python-build-system)

+    (arguments
+     `(#:python ,python-2))

Why does python-ruamel.ordereddict use python-2? (as opposed to 
python2-ruamel.ordereddict using python-2 and python-ruamel.ordereddict using 
python)



reply via email to

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