8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-BH6NKbDMhlNuo+orIEweABNSVZv1K9VrZBrCIs6H6BU=";
22 # tests are broken, see https://github.com/ialbert/plac/issues/74
28 ${python.interpreter} doc/test_plac.py
33 pythonImportsCheck = [
38 description = "Parsing the Command Line the Easy Way";
39 homepage = "https://github.com/micheles/plac";
40 license = licenses.bsdOriginal;
41 maintainers = with maintainers; [ ];