15 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
24 repo = "python-imgcat";
25 rev = "refs/tags/v${version}";
26 hash = "sha256-LFXfCMWMdOjFYhXba9PCCIYnqR7gTRG63NAoC/nD2wk=";
30 substituteInPlace setup.py \
31 --replace-fail "'pytest-runner<5.0'" ""
48 pythonImportsCheck = [
53 description = "Imgcat in Python";
54 homepage = "https://github.com/wookayin/python-imgcat";
55 changelog = "https://github.com/wookayin/python-imgcat/releases/tag/v${version}";
56 license = licenses.mit;
57 maintainers = with maintainers; [ fab ];