summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/3to2
AgeCommit message (Collapse)Author
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2020-11-12buildPython*: remove pythonRecompileBytecodeHook as dependencyFrederik Rietdijk
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-06-17python.pkgs.py3to2: don't recompile bytecodeFrederik Rietdijk
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-29pythonPackages.py2to3: fix pnameFrederik Rietdijk
Applying parseDrvName results in incorrect name and version otherwise. https://github.com/NixOS/nixos-homepage/issues/306#issuecomment-531187598
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk
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`.
2017-05-25use fetchPypi instead of fetchurlMasayuki Takeda
2017-05-163to2: init at 1.1.1 (#25202)Masayuki Takeda
* 3to2: init at 1.1.1 * add myself to maintainer list * add mt-caret as maintainer