Commit graph

10 commits

Author SHA1 Message Date
Frederik Rietdijk 3fceafce1e buildPython*: remove pythonRecompileBytecodeHook as dependency
This hook was added to get reproducible bytecode. Because it was causing
issues it was disabled, but still kept as a dependency. Now the main
issue with bytecode reproducibility has been resolved by updating pip to
20.2.4, we remove this hook as a dependency.

If a package with Python code is not yet reproducible, one could add
this hook to `nativeBuildInputs`.
2020-11-12 19:32:30 +01:00
Frederik Rietdijk 7e5769c70c python2.pkgs.pexpect: don't recompile bytecode 2020-06-15 19:02:19 +02:00
Frederik Rietdijk 3e9348ef19 python: pexpect: 4.7.0 -> 4.8.0 2020-06-11 10:00:17 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 847bdf24ed python: pexpect: 4.6.0 -> 4.7.0 2019-10-27 16:26:48 +01:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk 0afc79a7b7 python: pexpect: 4.4.0 -> 4.6.0 2018-06-22 13:09:23 +02:00
Frederik Rietdijk 1689e419be python: pexpect: 4.3.1 -> 4.4.0 2018-02-18 20:07:42 +01:00
Frederik Rietdijk 7a3101587d python: pexpect: 4.3.0 -> 4.3.1 2017-12-31 10:55:11 +01:00
zimbatm 4a643ce7db pythonPackages.pexpect: 4.2.1 -> 4.3.0 2017-11-25 19:10:30 +00:00