python3Packages.pytmx: cleanup

This commit is contained in:
Gaetan Lepage
2026-04-28 22:28:55 +00:00
parent 8f448975c1
commit d2068665d0
@@ -2,18 +2,24 @@
lib,
buildPythonPackage,
fetchFromGitHub,
# build-system
setuptools-scm,
# dependencies
pygame,
pyglet,
pysdl2,
# tests
pytestCheckHook,
setuptools-scm,
}:
buildPythonPackage {
pname = "pytmx";
version = "3.32";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "bitcraft";