Commit graph

12 commits

Author SHA1 Message Date
Frederik Rietdijk 959d1a4424 python2Packages.singledispatch: python 2 only 2021-04-03 17:56:14 +02:00
Frederik Rietdijk 163cd1ae01 python3.pkgs.nltk: fixup build 2020-06-11 10:00:25 +02:00
Frederik Rietdijk 3b2ace961f python: nltk: 3.4.5 -> 3.5 2020-06-11 10:00:16 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz 6d20635bc3
python3Packages.nltk: 3.4.4 -> 3.4.5 (security)
https://www.nltk.org/news.html
2019-08-22 13:34:23 -05:00
R. RyanTM 3d121eb327 python37Packages.nltk: 3.4.3 -> 3.4.4
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-nltk/versions
2019-08-05 10:22:56 -07:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Will Dietz da8d885ea8 python3Packages.nltk: 3.4 -> 3.4.3 2019-06-10 13:15:18 +02:00
Andrey Pavlov 2e9e63195b pythonPackages.nltk: 3.2.5 -> 3.4 (#59204)
Add optional dependency "singledispatch" for python 2.7.
Remove "disabled" attribute from derivation.
2019-04-14 12:38:29 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Frederik Rietdijk ced21f5e1a 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`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk 07eeeb3600 Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00