Commit graph

8 commits

Author SHA1 Message Date
Jonathan Ringer 23db404965 python3Packages.pyusb: fix build 2020-12-01 14:44:24 +01:00
Frederik Rietdijk af23ac7cbe python3Packages.pyusb: 1.0.2 -> 1.1.0 2020-12-01 14:44:19 +01:00
Jan Tojnar 3dc1caa683
python3.pkgs.pyusb: update the homepage 2020-04-28 05:31:35 +02:00
Jan Tojnar 8fd2c89b54
python3.pkgs.pyusb: remove unnecessary libusb-compat dependency
It was added in 4d7cc55344
without any rationale. python2.pkgs.nxt-python seems to build without it.
Maybe it for some reason uses the libusb-0.1 backend but propagating the compat library would not enable that.
2020-04-28 05:31:33 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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
Bjørn Forsman 82ababbd83 pythonPackages.pyusb: 1.0.0 -> 1.0.2
Also, fetchurl -> fetchPypi.
2017-10-29 22:35:16 +01:00
Bjørn Forsman aaa3608b4b pythonPackages.pyusb: move to python-modules/ 2017-10-29 22:35:15 +01:00