6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "2f2bda67fea8ee95c8aa7e885835ab88bdbfa392a94077ce1c9d29017420ce7a";
15 propagatedBuildInputs = [ ];
16 # upstream doesn't contain tests
19 pythonImportsCheck = [ "bespon" ];
21 description = "Encodes and decodes data in the BespON format.";
22 homepage = "https://github.com/gpoore/bespon_py";
23 license = licenses.bsd3;
24 maintainers = with maintainers; [ synthetica ];