Loading pkgs/development/python-modules/asyncwhois/default.nix +14 −17 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytest-asyncio , pytest-mock , pytestCheckHook , python-socks , pythonOlder , setuptools , tldextract , whodap { lib, buildPythonPackage, fetchFromGitHub, pytest-asyncio, pytest-mock, pytestCheckHook, python-socks, pythonOlder, setuptools, tldextract, whodap, }: buildPythonPackage rec { Loading @@ -30,9 +31,7 @@ buildPythonPackage rec { --replace-fail "python-socks[asyncio]" "python-socks" ''; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ python-socks Loading Loading @@ -63,9 +62,7 @@ buildPythonPackage rec { "test__get_top_level_domain" ]; pythonImportsCheck = [ "asyncwhois" ]; pythonImportsCheck = [ "asyncwhois" ]; meta = with lib; { description = "Python module for retrieving WHOIS information"; Loading Loading
pkgs/development/python-modules/asyncwhois/default.nix +14 −17 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytest-asyncio , pytest-mock , pytestCheckHook , python-socks , pythonOlder , setuptools , tldextract , whodap { lib, buildPythonPackage, fetchFromGitHub, pytest-asyncio, pytest-mock, pytestCheckHook, python-socks, pythonOlder, setuptools, tldextract, whodap, }: buildPythonPackage rec { Loading @@ -30,9 +31,7 @@ buildPythonPackage rec { --replace-fail "python-socks[asyncio]" "python-socks" ''; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ python-socks Loading Loading @@ -63,9 +62,7 @@ buildPythonPackage rec { "test__get_top_level_domain" ]; pythonImportsCheck = [ "asyncwhois" ]; pythonImportsCheck = [ "asyncwhois" ]; meta = with lib; { description = "Python module for retrieving WHOIS information"; Loading