summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python_openzwave
AgeCommit message (Collapse)Author
2022-07-14treewide: Drop myself as maintainer for some packages I don't useElis Hirwing
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-12-31python_openzwave: Fix broken and missing dependencies.Alex Whitt
2019-04-18python: python_openzwave: 0.4.18 -> 0.4.19Frederik Rietdijk
2019-01-18python: python_openzwave: 0.4.11 -> 0.4.18Frederik Rietdijk
2018-12-03python: python_openzwave: 0.4.10 -> 0.4.11Frederik Rietdijk
2018-10-13python: python_openzwave: 0.4.9 -> 0.4.10Frederik Rietdijk
2018-08-25python: python_openzwave: 0.4.7 -> 0.4.9Frederik Rietdijk
2018-07-26python: python_openzwave: 0.4.5 -> 0.4.7Frederik Rietdijk
2018-07-26python: python_openzwave: 0.4.4 -> 0.4.5Frederik Rietdijk
2018-04-09python36Packages.python_openzwave: init at 0.4.4Elis Hirwing