mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 05:18:37 +00:00
python3Packages.vega-datasets: remove with statements
This commit is contained in:
parent
c434f3c029
commit
49ddbfef6c
@ -29,14 +29,13 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "vega_datasets" ];
|
||||
|
||||
meta =
|
||||
with lib;
|
||||
let
|
||||
tag = removeSuffix ".0" "v${version}";
|
||||
tag = lib.removeSuffix ".0" "v${version}";
|
||||
in
|
||||
{
|
||||
description = "Python package for offline access to vega datasets";
|
||||
homepage = "https://github.com/altair-viz/vega_datasets";
|
||||
changelog = "https://github.com/altair-viz/vega_datasets/blob/${tag}/CHANGES.md";
|
||||
license = licenses.mit;
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user