summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/fuse-python
AgeCommit message (Collapse)Author
2022-05-30treewide: pkgs/development/python-modules: mark broken for darwinRick van Schijndel
2022-04-25python310Packages.fuse: 1.0.4 -> 1.0.5R. Ryantm
2021-06-22python3Packages.fuse-python: 1.0.1 -> 1.0.4Martin Weinelt
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-22pythonPackages.fuse: add pythonImportsCheckRobert Schütz
2021-01-22python37Packages.fuse: 1.0.0 -> 1.0.1R. RyanTM
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-08-27python: editorconfig fixeszowoq
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-10-27python: fuse-python: 0.3.1 -> 1.0.0Frederik Rietdijk
2018-09-18pythonPackages.fuse: 0.2.1 -> 0.3.1 | refactor | python3 supportAssassinkin