python310Packages.wurlitzer: add changelog to meta
This commit is contained in:
parent
039873e0f5
commit
d49e9a0e6c
1 changed files with 5 additions and 3 deletions
|
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-Ik9f5wYYvjhywF393IxFcZHsGHBlRZYnn8we2t6+Pls=";
|
||||
hash = "sha256-Ik9f5wYYvjhywF393IxFcZHsGHBlRZYnn8we2t6+Pls=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = lib.optionals isPy27 [ selectors2 ];
|
||||
|
@ -24,9 +24,11 @@ buildPythonPackage rec {
|
|||
py.test test.py
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "Capture C-level output in context managers";
|
||||
homepage = "https://github.com/minrk/wurlitzer";
|
||||
license = lib.licenses.mit;
|
||||
changelog = "https://github.com/minrk/wurlitzer/blob/{version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue