Loading pkgs/development/python-modules/scmrepo/default.nix +19 −20 Original line number Diff line number Diff line { lib , asyncssh , buildPythonPackage , dulwich , dvc-http , dvc-objects , fetchFromGitHub , fsspec , funcy , gitpython , pathspec , pygit2 , pygtrie , pythonOlder , setuptools , setuptools-scm , shortuuid { lib, asyncssh, buildPythonPackage, dulwich, dvc-http, dvc-objects, fetchFromGitHub, fsspec, funcy, gitpython, pathspec, pygit2, pygtrie, pythonOlder, setuptools, setuptools-scm, shortuuid, }: buildPythonPackage rec { Loading Loading @@ -53,9 +54,7 @@ buildPythonPackage rec { # Requires a running Docker instance doCheck = false; pythonImportsCheck = [ "scmrepo" ]; pythonImportsCheck = [ "scmrepo" ]; meta = with lib; { description = "SCM wrapper and fsspec filesystem"; Loading Loading
pkgs/development/python-modules/scmrepo/default.nix +19 −20 Original line number Diff line number Diff line { lib , asyncssh , buildPythonPackage , dulwich , dvc-http , dvc-objects , fetchFromGitHub , fsspec , funcy , gitpython , pathspec , pygit2 , pygtrie , pythonOlder , setuptools , setuptools-scm , shortuuid { lib, asyncssh, buildPythonPackage, dulwich, dvc-http, dvc-objects, fetchFromGitHub, fsspec, funcy, gitpython, pathspec, pygit2, pygtrie, pythonOlder, setuptools, setuptools-scm, shortuuid, }: buildPythonPackage rec { Loading Loading @@ -53,9 +54,7 @@ buildPythonPackage rec { # Requires a running Docker instance doCheck = false; pythonImportsCheck = [ "scmrepo" ]; pythonImportsCheck = [ "scmrepo" ]; meta = with lib; { description = "SCM wrapper and fsspec filesystem"; Loading