1 { lib, buildPythonPackage, fetchPypi
2 , nose, pyparsing, decorator, six, future }:
4 buildPythonPackage rec {
10 sha256 = "03q5m595ysjrc9h57m7prrca6b9l4yrzvdijnzxnhd61p7jzbh49";
13 buildInputs = [ nose ];
14 propagatedBuildInputs = [ pyparsing decorator six future ];
17 description = "Allows to declare constraints on function parameters and return values";
18 homepage = "https://pypi.python.org/pypi/PyContracts";
19 license = licenses.lgpl2;