14 buildPythonPackage rec {
19 src = fetchFromGitHub {
20 owner = "tomerfiliba";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-b8JcGRHiZSv/ViyEogpLgGXOMHHSC+cjWT0FqhkolcA=";
27 substituteInPlace pyproject.toml \
28 --replace '"--cov-config=setup.cfg", ' ""
31 SETUPTOOLS_SCM_PRETEND_VERSION = version;
56 # incompatible with pytest 7
57 "test_incorrect_login"
61 # incompatible with pytest7
62 # https://github.com/tomerfiliba/plumbum/issues/594
63 "tests/test_remote.py"
67 changelog = "https://github.com/tomerfiliba/plumbum/releases/tag/v${version}";
68 description = " Plumbum: Shell Combinators ";
69 homepage = " https://github.com/tomerfiliba/plumbum ";
70 license = licenses.mit;
71 maintainers = with maintainers; [ ];