9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-fTsWJKlT2oLvY0YgE7vScdPrdXUUifmAdZjo80C9Y34=";
26 pythonImportsCheck = [
31 description = "Python promises";
32 homepage = "https://github.com/celery/vine";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ fab ];