14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-MA1A/hTIx95MYZ2LGOifnHn77wbv0ydAgQSzNZRykVg=";
28 build-system = [ flit-core ];
30 dependencies = [ numpy ];
39 pythonImportsCheck = [ "pylibjpeg" ];
42 description = "Python framework for decoding JPEG images, with a focus on supporting Pydicom";
43 homepage = "https://github.com/pydicom/pylibjpeg";
44 changelog = "https://github.com/pydicom/pylibjpeg/releases/tag/v${version}";
45 license = licenses.mit;
46 maintainers = with maintainers; [ bcdarwin ];