11 pname = "pyphotonfile";
12 format = "setuptools";
15 dontUseSetuptoolsCheck = true;
16 propagatedBuildInputs = [ pillow numpy ];
18 src = fetchFromGitHub {
20 repo = "pyphotonfile";
21 rev = "b7ee92a0071007bb1d6a5984262651beec26543d";
22 sha256 = "iB5ky4fPX8ZnvXlDpggqS/345k2x/mPC4cIgb9M0f/c=";
26 maintainers = [ maintainers.cab404 ];
27 license = licenses.gpl3Plus;
28 description = "Library for reading and writing files for the Anycubic Photon 3D-Printer";
29 homepage = "https://github.com/cab404/pyphotonfile";