summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/linuxfd (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.linuxfd: mark linux only, clarify license (#112048)Robert T. McGibbon2021-02-051-1/+2
* python37Packages.linuxfd: 1.4.4 -> 1.5R. RyanTM2020-12-031-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* 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
* pythonPackages.linuxfd: init at 1.4.4Spencer Baugh2017-09-071-0/+25