8 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
14 src = fetchFromGitHub {
15 owner = "valentinalexeev";
18 sha256 = "06p0k82nf89rsakr8d2hdb19dp1wqp9bsf54lwb0qma47iakljjh";
21 propagatedBuildInputs = [
25 # no tests implemented
28 pythonImportsCheck = [ "pdunehd" ];
31 description = "Python wrapper for Dune HD media player API";
32 homepage = "https://github.com/valentinalexeev/pdunehd";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ dotlambda ];