python313Packages.agate: 1.11.0 -> 1.13.0
Diff: https://github.com/wireservice/agate/compare/refs/tags/1.11.0...refs/tags/1.13.0 Changelog: https://github.com/wireservice/agate/blob/1.13.0/CHANGELOG.rst
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "agate";
|
pname = "agate";
|
||||||
version = "1.11.0";
|
version = "1.13.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||||||
owner = "wireservice";
|
owner = "wireservice";
|
||||||
repo = "agate";
|
repo = "agate";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-JVBf21as4DNmGT84dSG+54RIU6PbRBoLPSsWj2FGXxc=";
|
hash = "sha256-jDeme5eOuX9aQ+4A/pLnH/SuCOztyZzKdSBYKVC63Bk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
@@ -52,11 +52,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
pythonImportsCheck = [ "agate" ];
|
pythonImportsCheck = [ "agate" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Python data analysis library that is optimized for humans instead of machines";
|
description = "Python data analysis library that is optimized for humans instead of machines";
|
||||||
homepage = "https://github.com/wireservice/agate";
|
homepage = "https://github.com/wireservice/agate";
|
||||||
changelog = "https://github.com/wireservice/agate/blob/${version}/CHANGELOG.rst";
|
changelog = "https://github.com/wireservice/agate/blob/${version}/CHANGELOG.rst";
|
||||||
license = with licenses; [ mit ];
|
license = with lib.licenses; [ mit ];
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user