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