Skip to content
Snippets Groups Projects
zkapauthorizer.nix 712 B
Newer Older
{ buildPythonPackage, sphinx, circleci-cli
, attrs, zope_interface, twisted, tahoe-lafs
, fixtures, testtools, hypothesis, pyflakes, treq, coverage
buildPythonPackage rec {
  version = "0.0";
  name = "zero-knowledge-access-pass-authorizer-${version}";
  depsBuildBuild = [
    sphinx
    circleci-cli
  ];

  propagatedBuildInputs = [
    zope_interface
    twisted
    tahoe-lafs
  ];

    fixtures
    hypothesis
    ${pyflakes}/bin/pyflakes src/_zkapauthorizer
    python -m coverage run --source _zkapauthorizer,twisted.plugins.zkapauthorizer --module twisted.trial _zkapauthorizer