summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/textacy (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.scikitlearn: rename to scikit-learnDavHau2021-05-171-2/+2
* pythonPackages.textacy: mark as broken•••textacy requires scikit-learn < 0.24, but nixpkgs has scikit-learn 0.24.1 only. sternenseemann2021-03-011-0/+3
* python3Packages.textacy: 0.10.0 -> 0.10.1Frederik Rietdijk2020-11-051-2/+2
* python: textacy: 0.9.1 -> 0.10.0Frederik Rietdijk2020-06-111-2/+2
* treewide: fix redirected urls•••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 ``` Patrick Hilhorst2020-01-221-1/+1
* python3Packages.textacy: 0.6.3 -> 0.9.1Jonathan Ringer2019-09-041-27/+17
* pythonPackages.textacy: mark as brokenJonathan Ringer2019-08-011-2/+3
* python: textacy: 0.6.2 -> 0.6.3Frederik Rietdijk2019-04-181-2/+2
* pythonPackages.textacy: fix buildworldofpeace2019-01-281-0/+5
* python: textacy: 0.6.1 -> 0.6.2Frederik Rietdijk2018-07-261-2/+2
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+0
* pythonPackages: remove `name` attribute`•••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`. Frederik Rietdijk2018-06-231-1/+0
* python: textacy: 0.6.0 -> 0.6.1Frederik Rietdijk2018-05-101-2/+2
* python: textacy: 0.5.0 -> 0.6.0Frederik Rietdijk2018-02-261-2/+2
* python: textacy: 0.4.1 -> 0.5.0Frederik Rietdijk2017-12-311-2/+2
* pythonPackages.textacy: init at 0.4.1Rodney Lorrimar2017-09-161-0/+65