8 buildPythonPackage rec {
10 version = "unstable-2018-11-20";
11 format = "setuptools";
12 disabled = pythonOlder "3.5";
14 src = fetchFromGitHub {
17 rev = "45cb8542272c2ebe095c6efb97aa9407ddc8bf3c";
18 hash = "sha256-FygJPXo7lZ9tlfqY6KmPJ3PLIilMGLBr3013uj9hCEs=";
21 # package does not have any tests
24 pythonImportsCheck = [ "dpcontracts" ];
27 description = "Provides a collection of decorators that makes it easy to write software using contracts";
28 homepage = "https://github.com/deadpixi/contracts";
29 license = licenses.lgpl3Only;
30 maintainers = with maintainers; [ gador ];