summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/inflection/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove NikolaMandic from maintainers•••remove me as maintainer Никола2024-10-231-4/+1
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-8/+16
* 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
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* treewide: fix double quoted strings in meta.description•••Signed-off-by: Ben Siraphob <bensiraphob@gmail.com> volth2021-01-241-1/+1
* python3Packages.inflection: 0.5.0 -> 0.5.1Frederik Rietdijk2020-08-291-2/+2
* python: inflection: 0.4.0 -> 0.5.0Frederik Rietdijk2020-08-161-2/+2
* pythonPackages.inflection: disable python2, abandonedJonathan Ringer2020-06-161-1/+2
* python: inflection: 0.3.1 -> 0.4.0Frederik Rietdijk2020-06-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* pythonPackages.inflection: use fetchpypi, run tests (0.3.1)Ilya Kolpakov2017-12-141-14/+16
* pythonPackages.inflection: enable and add testsIlya Kolpakov2017-11-301-0/+21