mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
python311Packages.ppft: add changelog to meta
This commit is contained in:
parent
b9fa39f19c
commit
2707ba5a63
@ -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; [ ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user