7 buildPythonPackage rec {
13 inherit pname version;
14 hash = "sha256-dGtXw4uq6pdyXBVfSi9s7kCFUqA1PO7qWEGY0JNAz8Q=";
17 nativeBuildInputs = [ setuptools ];
18 # upstream doesn't contain tests
21 pythonImportsCheck = [ "bespon" ];
23 description = "Encodes and decodes data in the BespON format.";
24 homepage = "https://github.com/gpoore/bespon_py";
25 license = licenses.bsd3;
26 maintainers = with maintainers; [ synthetica ];