On Sat, Jul 09, 2016 at 02:48:32PM +0200, Danny Milosavljevic wrote: > * gnu/packages/python.scm (python-jedi, python2-jedi): New variables.
Thanks for this patch! Pushed as a502dfbf with the following changes: > #:select (asl2.0 bsd-4 bsd-3 bsd-2 non-copyleft cc0 x11 > x11-style > gpl2 gpl2+ gpl3 gpl3+ lgpl2.0+ lgpl2.1 lgpl2.1+ > lgpl3+ agpl3+ > isc mpl2.0 psfl public-domain repoze unlicense > x11-style > - zpl2.1)) > + zpl2.1 expat)) > #:use-module ((guix licenses) #:select (expat zlib) #:prefix license:) We need to use (license license:expat) to use the Expat license in (gnu packages python), to avoid ambiguity between the license and the package. So, I removed this change and adjusted the license field in python-jedi. > + (uri (string-append > + "https://pypi.python.org/packages/" > + > "3a/37/629080b92b87bc65e3b1b4f5d539e22aa5dc45637eab0dd4b0cd8cf236c2/jedi-" > + version > + ".tar.gz")) Pypi-uri works again, so I made it use that instead.