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