Commit graph

32 commits

Author SHA1 Message Date
Sandro Jäckel 2e9c330216
pythonPackages: deprecate pytest_xdist alias 2021-07-21 13:32:52 +02:00
Sandro Jäckel 4209fed914
pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02: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
Drew Risinger 6bb2eae2ff treewide: remove dead pytestpep8 references
pytestpep8 was removed in 25c9946f95.
This removes pytestpep8 in the rest of the tree, where it was hardly
used.
2020-12-10 21:14:42 -05:00
Frederik Rietdijk 9363f34613 python: Keras: 2.3.1 -> 2.4.3 2020-08-16 19:31:06 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk bac72a7c4a python: Keras: 2.3.0 -> 2.3.1 2019-10-27 16:26:46 +01:00
R. RyanTM 49ae78dd2a python37Packages.Keras: 2.2.4 -> 2.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.7-keras/versions
2019-09-28 05:07:08 -07:00
Robert Schütz 677f8c1e77 python.pkgs.Keras: remove obsolete postPatch phase 2019-01-30 17:11:20 +01:00
Frederik Rietdijk f6ac7c183d python: Keras: 2.2.2 -> 2.2.4 2018-10-13 09:50:16 +02:00
Daniël de Kok e33be2ab56 Keras: fix build by updating expected dependencies. (#45992)
Keras expects keras_preprocessing 1.0.2 and 1.0.4. 1.0.3 and 1.0.5
are respectively in nixpkgs.

ZHF #45960
2018-09-03 21:59:36 +02:00
Robert Schütz 0f8185e3fc python.pkgs.Keras: 2.2.0 -> 2.2.2 2018-08-03 17:46:09 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Frederik Rietdijk aaf4d125ef python: Keras: 2.1.6 -> 2.2.0 2018-06-22 13:09:19 +02:00
Frederik Rietdijk c248aa40b1 python.pkgs.Keras: fix build 2018-05-10 10:13:30 +02:00
Frederik Rietdijk dac15220fd python: Keras: 2.1.5 -> 2.1.6 2018-05-10 10:09:13 +02:00
Frederik Rietdijk fa05fc06f4 python: Keras: 2.1.4 -> 2.1.5 2018-04-08 11:34:54 +02:00
Frederik Rietdijk 783c6c5f38 python: Keras: 2.1.3 -> 2.1.4 2018-02-18 20:07:42 +01:00
Frederik Rietdijk be5d623946 python: Keras: 2.1.2 -> 2.1.3 2018-01-20 12:05:26 +01:00
Frederik Rietdijk 8c22f1eaf1 python: Keras: 2.1.1 -> 2.1.2 2017-12-31 10:55:07 +01:00
Frederik Rietdijk 44e98de414 python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
Frederik Rietdijk 9c5bf726e5 python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
Nikolay Amiantov 50ef776bd4 python.pkgs.Keras: remove default backend
Theano is discontinued. Instead of setting TensorFlow by default let the user
explicitly add preferred backend into environment.
2017-10-16 00:59:51 +03:00
Frederik Rietdijk 67651d80bc Merge pull request #28884 from FRidh/python-fixes
Python: several fixes
2017-09-06 13:54:10 +02:00
Frederik Rietdijk d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Frederik Rietdijk ac1ea28a50 python.pkgs: maintenance updates 2017-07-28 16:56:33 +02:00
Frederik Rietdijk 76beb08313 python.pkgs: several maintenance bumps 2017-06-19 13:43:19 +02:00
Frederik Rietdijk 6b999f3c42 Python: many package updates
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Jean-Philippe Bernardy 7fb36cd681 keras: 1.2.2 -> 2.0.3 2017-04-26 11:52:57 +02:00
Frederik Rietdijk 397e59b4c9 pythonPackages.Keras: 1.0.3 -> 1.2.2 2017-02-15 12:56:58 +01:00