python311Packages.ppft: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-26 13:24:08 +02:00 committed by Martin Weinelt
parent b9fa39f19c
commit 2707ba5a63

View File

@ -25,6 +25,7 @@ buildPythonPackage rec {
# darwin seems to hang
doCheck = !stdenv.isDarwin;
checkPhase = ''
runHook preCheck
${python.interpreter} -m ppft.tests
@ -38,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Distributed and parallel Python";
homepage = "https://ppft.readthedocs.io/";
changelog = "https://github.com/uqfoundation/ppft/releases/tag/ppft-${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};