Loading pkgs/development/python-modules/asyncio-dgram/default.nix +18 −19 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitHub , pytest-asyncio , pytestCheckHook , pythonOlder { lib, stdenv, buildPythonPackage, fetchFromGitHub, pytest-asyncio, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "asyncio-dgram"; version = "2.1.2"; format = "setuptools"; version = "2.2.0"; pyproject = true; disabled = pythonOlder "3.5"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "jsbronder"; repo = pname; rev = "refs/tagsv${version}"; repo = "asyncio-dgram"; rev = "refs/tags/v${version}"; hash = "sha256-Eb/9JtgPT2yOlfnn5Ox8M0kcQhSlRCuX8+Rq6amki8Q="; }; nativeCheckInputs = [ pytestCheckHook ]; build-system = [ setuptools ]; checkInputs = [ nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; # OSError: AF_UNIX path too long Loading @@ -38,9 +39,7 @@ buildPythonPackage rec { "test_from_socket_bad_socket" ]; pythonImportsCheck = [ "asyncio_dgram" ]; pythonImportsCheck = [ "asyncio_dgram" ]; meta = with lib; { description = "Python support for higher level Datagram"; Loading Loading
pkgs/development/python-modules/asyncio-dgram/default.nix +18 −19 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitHub , pytest-asyncio , pytestCheckHook , pythonOlder { lib, stdenv, buildPythonPackage, fetchFromGitHub, pytest-asyncio, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "asyncio-dgram"; version = "2.1.2"; format = "setuptools"; version = "2.2.0"; pyproject = true; disabled = pythonOlder "3.5"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "jsbronder"; repo = pname; rev = "refs/tagsv${version}"; repo = "asyncio-dgram"; rev = "refs/tags/v${version}"; hash = "sha256-Eb/9JtgPT2yOlfnn5Ox8M0kcQhSlRCuX8+Rq6amki8Q="; }; nativeCheckInputs = [ pytestCheckHook ]; build-system = [ setuptools ]; checkInputs = [ nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; # OSError: AF_UNIX path too long Loading @@ -38,9 +39,7 @@ buildPythonPackage rec { "test_from_socket_bad_socket" ]; pythonImportsCheck = [ "asyncio_dgram" ]; pythonImportsCheck = [ "asyncio_dgram" ]; meta = with lib; { description = "Python support for higher level Datagram"; Loading