1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
10 sha256 = "1dmv163cnslyqccrybkxn0c9s1jk1mmafmgxv75iamnz5lk5l8hk";
13 # Tests are excluded from PyPI and four unit tests are also broken:
14 # https://github.com/brianolson/cbor_py/issues/6
18 homepage = "https://github.com/brianolson/cbor_py";
19 description = "Concise Binary Object Representation (CBOR) library";
20 license = licenses.asl20;
21 maintainers = with maintainers; [ oxzi ];