2 , python, buildPythonPackage, isPy27
3 , pygame, pyglet, pysdl2, six
6 buildPythonPackage rec {
12 src = fetchFromGitHub {
13 # The release was not git tagged.
16 rev = "eb96efea30d57b731654b2a167d86b8b553b147d";
17 sha256 = "1g1j4w75zw76p5f8m5v0hdigdlva2flf0ngyk8nvqcwzcl5vq5wc";
20 propagatedBuildInputs = [ pygame pyglet pysdl2 six ];
23 # Change into the test directory due to a relative resource path.
25 ${python.interpreter} -m unittest test_pytmx
29 homepage = "https://github.com/bitcraft/PyTMX";
30 description = "Python library to read Tiled Map Editor's TMX maps";
31 license = licenses.lgpl3;
32 maintainers = with maintainers; [ oxzi ];