Re: Building packages with python-3.4

2016-10-28 Thread Ricardo Wurmus
Leo Famulari writes: > On Mon, Oct 24, 2016 at 10:58:38PM +0200, Ludovic Courtès wrote: >> Leo Famulari skribis: >> >> > On core-updates, we updated python to 3.5.2, but we kept 3.4.5 in case >> > we needed it. >> > >> > I recently tried building python-cryptography with 3.4.5, like this: >> >

Re: Building packages with python-3.4

2016-10-28 Thread Leo Famulari
On Mon, Oct 24, 2016 at 10:58:38PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On core-updates, we updated python to 3.5.2, but we kept 3.4.5 in case > > we needed it. > > > > I recently tried building python-cryptography with 3.4.5, like this: > > > > (arguments > > `(#:

Re: Building packages with python-3.4

2016-10-24 Thread Ludovic Courtès
Leo Famulari skribis: > On core-updates, we updated python to 3.5.2, but we kept 3.4.5 in case > we needed it. > > I recently tried building python-cryptography with 3.4.5, like this: > > (arguments > `(#:python ,python-3.4)) > > But, it fails like this: > > patch-shebang: ./setup.py: wa

Building packages with python-3.4

2016-10-12 Thread Leo Famulari
On core-updates, we updated python to 3.5.2, but we kept 3.4.5 in case we needed it. I recently tried building python-cryptography with 3.4.5, like this: (arguments `(#:python ,python-3.4)) But, it fails like this: patch-shebang: ./setup.py: warning: no binary for interpreter `python'