python39Packages.hyperframe: add pythonImportsCheck, update homepage, add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel 2022-03-23 08:13:48 +01:00
parent 85a633de9f
commit 3a4718d7b7
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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 ];
};
}