10 buildPythonPackage rec {
15 src = fetchFromGitHub {
16 owner = "betodealmeida";
17 repo = "python-rison";
19 hash = "sha256-qor40vUQeTdlO3vwug3GGNX5vkNaF0H7EWlRdsY4bvc=";
22 build-system = [ setuptools ];
24 dependencies = [ six ];
26 nativeCheckInputs = [ pytestCheckHook ];
29 description = "Rison encoder/decoder";
30 homepage = "https://github.com/betodealmeida/python-rison";
31 license = licenses.mit;