python39Packages.hyperframe: add pythonImportsCheck, update homepage, add SuperSandro2000 as maintainer
This commit is contained in:
parent
85a633de9f
commit
3a4718d7b7
1 changed files with 4 additions and 1 deletions
|
@ -11,9 +11,12 @@ buildPythonPackage rec {
|
|||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportsCheck = [ "hyperframe" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "HTTP/2 framing layer for Python";
|
||||
homepage = "http://hyper.rtfd.org/";
|
||||
homepage = "https://github.com/python-hyper/hyperframe/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue