13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.8";
21 inherit pname version;
22 hash = "sha256-hNCQQjqIeVIEZb/peECD7ay4014rpRH6Whve8B2Pce0=";
25 propagatedBuildInputs = [
34 substituteInPlace setup.py \
35 --replace "'pytest-runner'," ""
38 # relies on upstream anki
41 pythonImportsCheck = [ "genanki" ];
44 description = "Generate Anki decks programmatically";
45 homepage = "https://github.com/kerrickstaley/genanki";
46 license = licenses.mit;
47 maintainers = with maintainers; [ teto ];