summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ftfy (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.ftfy: use pytestCheckHookRobert Schütz2021-03-111-9/+4
* python37Packages.ftfy: 5.8 -> 5.9R. RyanTM2021-02-131-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* 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 Profpatsch2021-01-111-2/+2
* python3Packages.ftfy: remove outdated comment about version 4 vs 5Daniël de Kok2020-07-311-6/+1
* python37Packages.ftfy: 5.7 -> 5.8R. RyanTM2020-07-291-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python3Packages.ftfy: Fix dependencies•••`ftfy` depends on `setuptools`. This is not declared by `ftfy` directly, but without it you'll get a `ModuleNotFoundError`. Lily Ballard2020-04-061-0/+2
* 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. Daniël de Kok2020-02-181-2/+2
* 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 R. RyanTM2019-08-201-2/+2
* pythonPackages.ftfy: enable testsworldofpeace2019-01-281-10/+10
* 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 R. RyanTM2019-01-281-2/+2
* Merge master into staging-nextFrederik Rietdijk2018-12-181-0/+2
|\
| * python.pkgs.ftfy: disable on python2Robert Schütz2018-12-151-0/+2
* | python: ftfy: 5.3.0 -> 5.5.0Frederik Rietdijk2018-12-031-2/+2
|/
* 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 R. RyanTM2018-10-241-2/+2
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-2/+0
* 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. Augustin Borsu2018-03-141-10/+12
* python: ftfy: 5.2.0 -> 5.3.0Frederik Rietdijk2018-02-031-2/+2
* python: ftfy: 5.1.1 -> 5.2.0Frederik Rietdijk2017-12-311-2/+2
* python.pkgs: updatesFrederik Rietdijk2017-10-271-2/+2
* 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. Rodney Lorrimar2017-09-121-3/+4
* python.pkgs.ftfy: disable Python 2Frederik Rietdijk2017-09-071-2/+10
* python.pkgs: many updatesFrederik Rietdijk2017-08-251-2/+2
* ftfy: init at 4.4.3Sasha Delly2017-08-131-0/+35