Skip to content
Snippets Groups Projects
secure-access-token-authorizer.nix 599 B
Newer Older
  • Learn to ignore specific revisions
  • { buildPythonPackage, sphinx, circleci-cli
    , attrs, zope_interface, twisted, tahoe-lafs
    , fixtures, testtools, hypothesis, pyflakes
    }:
    
    buildPythonPackage rec {
      version = "0.0";
      name = "secure-access-token-authorizer-${version}";
      src = ./.;
    
      depsBuildBuild = [
        sphinx
        circleci-cli
      ];
    
    
      propagatedBuildInputs = [
    
        zope_interface
        twisted
        tahoe-lafs
      ];
    
    
        fixtures
    
        hypothesis
    
        ${pyflakes}/bin/pyflakes src/_secureaccesstokenauthorizer
        ${twisted}/bin/trial _secureaccesstokenauthorizer