15 buildPythonPackage rec {
17 version = "2022.10.0";
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 hash = "sha256-g89UV3rQc6WP6xU4x07Vdgp6plTH1BVdwxmjE2ocnp4=";
33 propagatedBuildInputs = [
47 # Ignore the examples as they are prefixed with test_
51 pythonImportsCheck = [
56 description = "Python API to retrieve data from openuv.io";
57 homepage = "https://github.com/bachya/pyopenuv";
58 license = with licenses; [ mit ];
59 maintainers = with maintainers; [ fab ];