10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-UCxIDnhIAkxZ1oQXYRyAMdGgUsUZ6AlYXwsxL49TFAg=";
20 nativeBuildInputs = [ setuptools ];
30 pythonImportsCheck = [ "domeneshop" ];
33 changelog = "https://github.com/domeneshop/python-domeneshop/releases/tag/v${version}";
34 description = "Python library for working with the Domeneshop API";
35 homepage = "https://api.domeneshop.no/docs/";
36 license = licenses.mit;
37 maintainers = with maintainers; [ pbsds ];