about summary refs log tree commit diff
path: root/pkgs/development/python-modules/textacy
AgeCommit message (Collapse)AuthorFilesLines
2021-12-14python3Packages.textacy: 0.11.0 -> 0.12.0Jonathan Ringer1-2/+2
2021-06-06python3Packages.textacy: 0.10.1 -> 0.11.0Fabian Affolter1-18/+26
2021-05-17python3Packages.scikitlearn: rename to scikit-learnDavHau1-2/+2
2021-03-01pythonPackages.textacy: mark as brokensternenseemann1-0/+3
textacy requires scikit-learn < 0.24, but nixpkgs has scikit-learn 0.24.1 only.
2020-11-05python3Packages.textacy: 0.10.0 -> 0.10.1Frederik Rietdijk1-2/+2
2020-06-11python: textacy: 0.9.1 -> 0.10.0Frederik Rietdijk1-2/+2
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-1/+1
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
2019-09-04python3Packages.textacy: 0.6.3 -> 0.9.1Jonathan Ringer1-27/+17
2019-08-01pythonPackages.textacy: mark as brokenJonathan Ringer1-2/+3
2019-04-18python: textacy: 0.6.2 -> 0.6.3Frederik Rietdijk1-2/+2
2019-01-28pythonPackages.textacy: fix buildworldofpeace1-0/+5
2018-07-26python: textacy: 0.6.1 -> 0.6.2Frederik Rietdijk1-2/+2
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+0
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk1-1/+0
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`.
2018-05-10python: textacy: 0.6.0 -> 0.6.1Frederik Rietdijk1-2/+2
2018-02-26python: textacy: 0.5.0 -> 0.6.0Frederik Rietdijk1-2/+2
2017-12-31python: textacy: 0.4.1 -> 0.5.0Frederik Rietdijk1-2/+2
2017-09-16pythonPackages.textacy: init at 0.4.1Rodney Lorrimar1-0/+65