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