12 buildPythonPackage rec {
13 pname = "skytemple-dtef";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
21 repo = "skytemple-dtef";
23 hash = "sha256-vVh4WRjx/iFJnTZC7D/OCi0gOwKaXs/waVXUEu5Cda8=";
26 build-system = [ setuptools ];
33 nativeCheckInputs = [ pytestCheckHook ];
35 pythonImportsCheck = [ "skytemple_dtef" ];
38 description = "Format for standardized rule-based tilesets with 256 adjacency combinations";
39 homepage = "https://github.com/SkyTemple/skytemple-dtef";
40 license = licenses.gpl3Plus;
41 maintainers = with maintainers; [ marius851000 ];