7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "1dmv163cnslyqccrybkxn0c9s1jk1mmafmgxv75iamnz5lk5l8hk";
17 # Tests are excluded from PyPI and four unit tests are also broken:
18 # https://github.com/brianolson/cbor_py/issues/6
22 homepage = "https://github.com/brianolson/cbor_py";
23 description = "Concise Binary Object Representation (CBOR) library";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ oxzi ];