13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "enricobacis";
24 hash = "sha256-P88DrRAa2zptt8JLy0/PLi0oZ/BghF/XGSP0kOObi7E=";
28 substituteInPlace setup.py \
29 --replace "'pytest-runner'" ""
32 propagatedBuildInputs = [
43 pythonImportsCheck = [ "lyricwikia" ];
46 # Test requires network access
51 description = "LyricWikia API for song lyrics";
52 mainProgram = "lyrics";
53 homepage = "https://github.com/enricobacis/lyricwikia";
54 changelog = "https://github.com/enricobacis/lyricwikia/releases/tag/${version}";
55 license = licenses.mit;
56 maintainers = with maintainers; [ kmein ];