10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-vx3Fe28r+0it1UFwyDSD9NNyeIN4tywTyr4pVp49WuU=";
24 propagatedBuildInputs = [
34 substituteInPlace setup.cfg \
35 --replace "filterwarnings = error" "" \
36 --replace "--cov=aiosignal" ""
39 pythonImportsCheck = [
44 description = "Python list of registered asynchronous callbacks";
45 homepage = "https://github.com/aio-libs/aiosignal";
46 changelog = "https://github.com/aio-libs/aiosignal/blob/v${version}/CHANGES.rst";
47 license = with licenses; [ asl20 ];
48 maintainers = with maintainers; [ fab ];