summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/hidapi/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda adisbladis2023-12-071-0/+1
* python3Packages.hidapi: 0.13.1 -> 0.14.0Pavol Rusnak2023-05-281-2/+2
* python3Packages.hidapi: 0.12.0.post2 -> 0.13.1Pavol Rusnak2023-01-291-2/+2
* python3Packages.hidapi: 0.11.2 -> 0.12.0.post2Pavol Rusnak2022-06-081-2/+2
* python3Packages.hidapi: 0.11.0.post2 -> 0.11.2Martin Weinelt2022-04-141-2/+2
* python3Packages.hidapi: 0.10.1 -> 0.11.0.post2Pavol Rusnak2021-10-181-2/+2
* python3Packages.hidapi: fix build on darwinPavol Rusnak2021-05-081-8/+16
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-4/+4
* treewide: with stdenv.lib; in meta -> with lib;•••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 Profpatsch2021-01-111-2/+2
* python3Packages.hidapi: 0.10.0.post1 -> 0.10.1Frederik Rietdijk2020-12-011-2/+2
* pythonPackages.hidapi: Fix compilation on darwinSandro Jäckel2020-11-221-1/+1
* python3Packages.hidapi: 0.10.0 -> 0.10.0.post1Frederik Rietdijk2020-11-051-2/+2
* python3Packages.hidapi: 0.9.0.post3 -> 0.10.0Pavol Rusnak2020-11-011-4/+4
* pythonPackages.hidapi: fix build on darwin•••also add pythonImportsCheck Robert Scott2020-10-031-0/+4
* python: hidapi: 0.9.0.post2 -> 0.9.0.post3Frederik Rietdijk2020-08-041-2/+2
* python: hidapi: 0.7.99.post21 -> 0.9.0.post2Frederik Rietdijk2020-06-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* pythonPackages.hidapi: enable on darwinarcnmx2019-06-231-3/+6
* 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`. Frederik Rietdijk2018-06-231-1/+0
* python.pkgs: updatesFrederik Rietdijk2017-10-271-2/+2
* pythonPackages.hidapi: 0.7.99.post15 -> 0.7.99.post20rnhmjoj2017-05-311-0/+30