Commit graph

20 commits

Author SHA1 Message Date
Martin Weinelt 68b80afb9c python3Packages.vega: 3.4.0 -> 3.5.0 2021-06-22 13:42:44 +02:00
Sandro Jäckel eaa4f67649
pythonPackages.vega: cleanup, add pythonImportsCheck 2021-02-16 03:59:58 +01: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
Jonathan Ringer 036d924844 python3Packages.vega: fix build 2020-08-07 12:38:45 -07:00
Jonathan Ringer 159b4eddb4
python35Packages.vega: disable python{2,35}, abandonded
```
  Processing ./vega-3.4.0-py2-none-any.whl
  ERROR: Package 'vega' requires a different Python: 2.7.18 not in '>=3.6.1'
  builder for '/nix/store/l6f04q9sk1a3n8rl4rscaz2w8xinygfr-python2.7-vega-3.4.0.drv' failed with exit code 1
```
2020-07-07 13:05:45 -07:00
Frederik Rietdijk 3eba59e24f python: vega: 2.6.0 -> 3.4.0 2020-06-11 10:00:23 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Farkas, Arnold 9588e9c89c pythonPackages.vega: build fix
vega 2.6 also depends on ipywidgets
2020-01-22 00:53:34 -08:00
Frederik Rietdijk 2793dce2fb python: vega: 2.3.2 -> 2.6.0 2019-10-27 16:26:55 +01:00
R. RyanTM f9f010ef94 python37Packages.vega: 2.1.0 -> 2.3.2
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-vega/versions
2019-07-02 11:34:05 -07:00
R. RyanTM cf6a804360 python37Packages.vega: 2.0.1 -> 2.1.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-vega/versions
2019-05-02 04:41:19 -07:00
R. RyanTM d95de6fbf5 python37Packages.vega: 1.4.0 -> 2.0.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-vega/versions

(cherry picked from commit ce1d24d8ee97f383d8305dce667a31647c0ccdbf)
2019-04-07 13:46:29 +02:00
Freezeboy 8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Frederik Rietdijk 7f22dae41c python: vega: 1.3.0 -> 1.4.0 2018-08-25 18:07:18 +02: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 c3edc156cd python: vega: 1.1.1 -> 1.3.0 2018-06-22 13:09:46 +02:00
Frederik Rietdijk 01d7e7df2a python: vega: 0.5.0 -> 1.1.1 2018-06-21 07:42:51 +02:00
Frederik Rietdijk d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +02:00
wisut hantanong ee1022bf26 python.pkgs.vega: move to separate expression 2017-07-15 17:40:55 +01:00