9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-i2LpgdNcQQSSEc9ioKEkLYwe6b0Vuxls44rv1nmeYeA=";
26 # https://github.com/celery/vine/issues/106
27 "t/unit/test_synchronization.py"
30 pythonImportsCheck = [ "vine" ];
33 description = "Python promises";
34 homepage = "https://github.com/celery/vine";
35 changelog = "https://github.com/celery/vine/releases/tag/v${version}";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ fab ];