13 buildPythonPackage rec {
17 src = fetchFromGitHub {
18 owner = "tomerfiliba";
21 sha256 = "sha256-bCCcNFz+ZsbKSF7aCfy47lBHb873tDYN0qFuSCxJp1w=";
25 substituteInPlace setup.cfg \
26 --replace "--cov-config=setup.cfg" ""
29 SETUPTOOLS_SCM_PRETEND_VERSION = version;
53 # incompatible with pytest 7
54 "test_incorrect_login"
58 # incompatible with pytest7
59 # https://github.com/tomerfiliba/plumbum/issues/594
60 "tests/test_remote.py"
64 description = " Plumbum: Shell Combinators ";
65 homepage = " https://github.com/tomerfiliba/plumbum ";
66 license = licenses.mit;
67 maintainers = with maintainers; [ ];