14 buildPythonPackage rec {
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
23 repo = "python-pvoutput";
25 sha256 = "sha256-2/O81MnFYbdOrzLiTSoX7IW+3ZGyyE/tIqgKr/sEaHI=";
32 propagatedBuildInputs = [
45 # Upstream doesn't set a version for the pyproject.toml
46 substituteInPlace pyproject.toml \
47 --replace "0.0.0" "${version}" \
51 pythonImportsCheck = [
56 description = "Python module to interact with the PVOutput API";
57 homepage = "https://github.com/frenck/python-pvoutput";
58 license = licenses.mit;
59 maintainers = with maintainers; [ fab ];