10 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-yTu5ldr9TkpYRP8hjgUPpexBVLjaK2gfPvISjMJLY74=";
35 export PATH=$out/bin:$PATH
38 pythonImportsCheck = [ "xdoctest" ];
41 description = "A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of REGEX";
42 homepage = "https://github.com/Erotemic/xdoctest";
43 changelog = "https://github.com/Erotemic/xdoctest/blob/${src.rev}/CHANGELOG.md";
44 license = licenses.asl20;
45 maintainers = with maintainers; [ natsukium ];
46 mainProgram = "xdoctest";