Frederik Rietdijk
bbd12947de
python.pkgs.py3to2: don't recompile bytecode
2020-06-17 14:51:59 +02:00
Michael Reilly and Jörg Thalheim
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Frederik Rietdijk and Frederik Rietdijk
036abcf58d
pythonPackages.py2to3: fix pname
...
Applying parseDrvName results in incorrect name and version otherwise.
https://github.com/NixOS/nixos-homepage/issues/306#issuecomment-531187598
2020-03-29 12:25:12 +02: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
Masayuki Takeda
d7401175b7
use fetchPypi instead of fetchurl
2017-05-25 11:22:21 +09:00
Masayuki Takeda and Frederik Rietdijk
1aaeb94855
3to2: init at 1.1.1 ( #25202 )
...
* 3to2: init at 1.1.1
* add myself to maintainer list
* add mt-caret as maintainer
2017-05-16 08:40:36 +02:00