mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 13:15:30 +03:00
python312Packages.datashader: 0.18.0 -> 0.18.1
Diff: https://github.com/holoviz/datashader/compare/refs/tags/v0.18.0...refs/tags/v0.18.1
This commit is contained in:
parent
b6c2241ffe
commit
b6827f586b
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
pythonOlder,
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
hatchling,
|
hatchling,
|
||||||
hatch-vcs,
|
hatch-vcs,
|
||||||
|
@ -24,16 +23,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "datashader";
|
pname = "datashader";
|
||||||
version = "0.18.0";
|
version = "0.18.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "holoviz";
|
owner = "holoviz";
|
||||||
repo = "datashader";
|
repo = "datashader";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-HduEO2XDH20tovtlpg5DbF96G5Lpbo+XVmQKnWvfyL8=";
|
hash = "sha256-nQsVuj4zK5bfF617K71n+El5/ZC7vNia7dhrIqv7t+M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
@ -68,6 +65,7 @@ buildPythonPackage rec {
|
||||||
description = "Data visualization toolchain based on aggregating into a grid";
|
description = "Data visualization toolchain based on aggregating into a grid";
|
||||||
mainProgram = "datashader";
|
mainProgram = "datashader";
|
||||||
homepage = "https://datashader.org";
|
homepage = "https://datashader.org";
|
||||||
|
changelog = "https://github.com/holoviz/datashader/blob/${src.tag}/CHANGELOG.rst";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ nickcao ];
|
maintainers = with lib.maintainers; [ nickcao ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue