7 buildPythonPackage rec {
9 # Please make sure that vdirsyncer still builds if you update this package.
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "0r6iwvmay8ygn2m15pyjrk9am4mfpk7rkf0lcbcb15pnabixlyzj";
19 description = "Use Rust failures as Python exceptions";
20 homepage = "https://github.com/untitaker/shippai";
21 license = licenses.mit;
22 maintainers = with maintainers; [ gebner ];