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