10 buildPythonPackage rec {
11 pname = "skytemple-dtef";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-QL+nLmjz0wCED2RjidIDK0tB6mAPnoaSJWpyLFu0pP4=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "A 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 xfix ];