Loading pkgs/development/python-modules/aioshutil/default.nix +11 −11 Original line number Diff line number Diff line Loading @@ -10,18 +10,23 @@ buildPythonPackage rec { pname = "aioshutil"; version = "1.3"; format = "pyproject"; version = "1.4"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "kumaraditya303"; repo = pname; rev = "v${version}"; hash = "sha256-XIGjiLjoyS/7vUDIyBPvHNMyHOBa0gsg/c/vGgrhZAg="; repo = "aioshutil"; rev = "refs/tags/v${version}"; hash = "sha256-OGxD7GusRcHpz7FdUpa/dJ6/jIAVexbTvXfouVw0C+I="; }; postPatch = '' substituteInPlace setup.cfg \ --replace-fail " --cov aioshutil --cov-report xml" "" ''; nativeBuildInputs = [ setuptools-scm ]; nativeCheckInputs = [ Loading @@ -29,17 +34,12 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' substituteInPlace setup.cfg \ --replace " --cov aioshutil --cov-report xml" "" ''; pythonImportsCheck = [ "aioshutil" ]; meta = with lib; { description = "Asynchronous version of function of shutil module"; homepage = "https://github.com/kumaraditya303/aioshutil"; license = with licenses; [ bsd3 ]; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/aioshutil/default.nix +11 −11 Original line number Diff line number Diff line Loading @@ -10,18 +10,23 @@ buildPythonPackage rec { pname = "aioshutil"; version = "1.3"; format = "pyproject"; version = "1.4"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "kumaraditya303"; repo = pname; rev = "v${version}"; hash = "sha256-XIGjiLjoyS/7vUDIyBPvHNMyHOBa0gsg/c/vGgrhZAg="; repo = "aioshutil"; rev = "refs/tags/v${version}"; hash = "sha256-OGxD7GusRcHpz7FdUpa/dJ6/jIAVexbTvXfouVw0C+I="; }; postPatch = '' substituteInPlace setup.cfg \ --replace-fail " --cov aioshutil --cov-report xml" "" ''; nativeBuildInputs = [ setuptools-scm ]; nativeCheckInputs = [ Loading @@ -29,17 +34,12 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' substituteInPlace setup.cfg \ --replace " --cov aioshutil --cov-report xml" "" ''; pythonImportsCheck = [ "aioshutil" ]; meta = with lib; { description = "Asynchronous version of function of shutil module"; homepage = "https://github.com/kumaraditya303/aioshutil"; license = with licenses; [ bsd3 ]; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; }; }