Commit graph

25 commits

Author SHA1 Message Date
Robert Schütz cc4e9f3835 python3Packages.ftfy: use pytestCheckHook 2021-03-11 14:29:16 +01:00
R. RyanTM 7273800f1e python37Packages.ftfy: 5.8 -> 5.9 2021-02-13 11:13:00 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
Daniël de Kok dd19f2d851 python3Packages.ftfy: remove outdated comment about version 4 vs 5 2020-07-31 08:50:43 +02:00
R. RyanTM afb46594a4 python37Packages.ftfy: 5.7 -> 5.8 2020-07-29 21:13:07 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Lily Ballard 71b1be3305 python3Packages.ftfy: Fix dependencies
`ftfy` depends on `setuptools`. This is not declared by `ftfy` directly,
but without it you'll get a `ModuleNotFoundError`.
2020-04-06 21:11:06 -07:00
Daniël de Kok 77aa1a7f5b python3Packages.ftfy: 5.6 -> 5.7
Changelog:

https://github.com/LuminosoInsight/python-ftfy/blob/master/CHANGELOG.md#version-57-february-18-2020

The most important change in this version is the update of Unicode
character categories data to Unicode 12.1. This fixes the Python 3.8
build.
2020-02-18 19:44:58 +01:00
R. RyanTM 6141926e39 python37Packages.ftfy: 5.5.1 -> 5.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ftfy/versions
2019-08-20 01:58:57 -07:00
worldofpeace e7c0604fb1 pythonPackages.ftfy: enable tests 2019-01-28 20:33:46 +00:00
R. RyanTM bd0e9bba3d python37Packages.ftfy: 5.5.0 -> 5.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ftfy/versions
2019-01-28 20:33:46 +00:00
Frederik Rietdijk 826ab7026e Merge master into staging-next 2018-12-18 09:22:17 +01:00
Robert Schütz 4313a9b6be python.pkgs.ftfy: disable on python2 2018-12-15 11:17:00 +01:00
Frederik Rietdijk b20e1a6741 python: ftfy: 5.3.0 -> 5.5.0 2018-12-03 16:50:30 +01:00
R. RyanTM 810385d62b python36Packages.ftfy: 4.4.3 -> 5.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-ftfy/versions
2018-10-24 08:34:22 -07:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Augustin Borsu 8187d93da2 python.ftfy: 5.3.0 -> 4.4.3
V5 only supports python3. Since at the moment the only packages
that use ftfy are spacy and textacy which both support
python2 and 3, I propose to roll back to v4 until another package
requires v5, at that point we can make a duplicate package.
2018-03-14 20:29:10 +01:00
Frederik Rietdijk f3b6425713 python: ftfy: 5.2.0 -> 5.3.0 2018-02-03 17:43:30 +01:00
Frederik Rietdijk b0ac491e11 python: ftfy: 5.1.1 -> 5.2.0 2017-12-31 10:55:05 +01:00
Frederik Rietdijk 7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
Rodney Lorrimar 566f5e9e8d pythonPackages.ftfy: 5.1.1 -> 4.4.3
ftfy package was added for spaCy and is only used by spaCy.

This change downgrades its version to meet the bounds specified by
spaCy (>=4.4.2,<5.0.0).

Relevant to #28643.
2017-09-12 23:04:11 +01:00
Frederik Rietdijk a2b8f39d63 python.pkgs.ftfy: disable Python 2 2017-09-07 09:28:03 +02:00
Frederik Rietdijk d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +02:00
Sasha Delly fe17ed640a ftfy: init at 4.4.3 2017-08-13 22:41:30 +02:00