about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pc-ble-driver-py/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-11-30python3Packages.pc-ble-driver-py: 0.16.1 -> 0.16.2Jonathan Ringer1-2/+2
2021-11-12pkgs.development.python-modules: remove unused argsMarkus S. Wamser1-1/+0
2021-10-23python3Packages.pc-ble-driver-py: 0.15.0 -> 0.16.1Fabian Affolter1-11/+44
2021-04-03python3Packages.pc-ble-driver-py: 0.14.2 -> 0.15.0Jonathan Ringer1-3/+3
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-01python3Packages.pc-ble-driver-py: disable for python3.9Jonathan Ringer1-2/+2
2020-10-27python2Packages.pc-ble-driver: disable for python2Jonathan Ringer1-1/+2
2020-07-20python3Packages.pc-ble-driver-py: fix Darwin buildSirio Balmelli1-1/+1
Remove udev dependency, propagate it from pc-ble-driver. On Darwin, IOKit is propagated instead. Depends on d6b3707c862b6bb82712bd86cd12b163fa89adcc Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-13pc-ble-driver-py: 0.11.4 -> 0.14.2Jonas Schievink1-30/+10
2019-05-19pythonPackages.pc-ble-driver-py: init at 0.11.4Gabriel Ebner1-0/+51