Commit graph

13 commits

Author SHA1 Message Date
Frederik Rietdijk b826ad87ab python3Packages.pyenchant: 3.1.1 -> 3.2.0 2021-04-03 17:49:07 +02:00
Profpatsch 4a7f99d55d 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
2021-01-11 10:38:22 +01:00
Frederik Rietdijk ca39f880b2 python: pyenchant: 3.1.0 -> 3.1.1 2020-06-06 08:34:57 +02:00
R. RyanTM 90159ed045 python37Packages.pyenchant: 3.0.1 -> 3.1.0 2020-05-26 22:54:19 -07:00
Jon c2e563d978 python2Packages.pyenchant: disable python2
Abandoned upstream
2020-05-11 11:59:20 -07:00
R. RyanTM 18218babe4 python37Packages.pyenchant: 2.0.0 -> 3.0.1 2020-05-11 11:59:20 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robert Iannucci 2bf75af84a pyenchant: Fix for darwin/macOS
This allows pyenchant to be installable on macOS again, which, in turn, will allow pylint
to also be installable.

  * Switches dependencies to enchant-2 (enchant-1 is not building on macOS). The existing $src (2.0.0) already has compatibility with enchant-2.
  * Improves patch hack by hijacking the $PYENCHANT_LIBRARY_PATH envvar lookup
    to explicitly specify the correct library path.
2020-01-23 18:01:58 -08:00
Jonathan Ringer 5961f211f3 python.pkgs wide: fix problematic urls 2020-01-10 21:02:12 -08:00
Matthew Bauer 3e96aebf4e enchant: 1.6.1 -> 2.2.3
Moves default enchant to 2.2.3. Release url:

https://github.com/AbiWord/enchant/releases/tag/v2.0.0

Mostly need to verify no breakage occurs for packages using enchant.
2019-06-03 11:13:36 -04:00
Matthew Bauer be705d8249 pyenchant: mark broken on darwin/macOS 2019-06-03 11:13:35 -04:00
Frederik Rietdijk 40ad0ac36d python: pyenchant: 1.6.6 -> 2.0.0 2018-12-03 16:50:33 +01:00
Chris Ostrouchov ea912b53ca pythonPackages.pyenchant: refactor move to python-modules 2018-10-27 09:07:20 +02:00