diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-21 13:06:11 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:25:51 +0100 |
| commit | 082676ff2f7bb19eba8c962467bf42693299c857 (patch) | |
| tree | ca93f4a71d5eaf82caf1c5e2b0f2904dd96ca641 /gnu/packages/game-development.scm | |
| parent | 196d18cecd6e2de8077425cb470adc82b046f33e (diff) | |
gnu: Remove python-tmx.
* gnu/packages/game-development.scm (python-tmx): Delete variable.
Fixes: guix/guix#4996
Change-Id: Ia13825812362699a4fa0080219d61fdb86f137e4
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/game-development.scm')
| -rw-r--r-- | gnu/packages/game-development.scm | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index c8db9d26523..56f147f9567 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm | |||
| @@ -737,40 +737,6 @@ for animated scrolling maps for your new or existing game.") | |||
| 737 | It provides smart tile loading with a fast and efficient storage base.") | 737 | It provides smart tile loading with a fast and efficient storage base.") |
| 738 | (license license:lgpl3+))) | 738 | (license license:lgpl3+))) |
| 739 | 739 | ||
| 740 | (define-public python-tmx | ||
| 741 | (package | ||
| 742 | (name "python-tmx") | ||
| 743 | (version "1.10") | ||
| 744 | (source | ||
| 745 | (origin | ||
| 746 | (method url-fetch) | ||
| 747 | (uri (string-append "mirror://savannah/python-tmx/" | ||
| 748 | (version-major+minor version) "/tmx-" | ||
| 749 | version ".tar.gz")) | ||
| 750 | (sha256 | ||
| 751 | (base32 | ||
| 752 | "073q0prg1nzlkga2b45vhscz374206qh4x68ccg00mxxwagn64z0")))) | ||
| 753 | (build-system pyproject-build-system) | ||
| 754 | ;; XXX: No releases/updates since 2017, it a single file project without | ||
| 755 | ;; tests. | ||
| 756 | (arguments | ||
| 757 | (list #:tests? #f)) | ||
| 758 | (native-inputs | ||
| 759 | (list python-setuptools)) | ||
| 760 | (propagated-inputs | ||
| 761 | (list python-six)) | ||
| 762 | (home-page "https://python-tmx.nongnu.org") | ||
| 763 | (synopsis "Python library for the @code{Tiled} TMX format") | ||
| 764 | (description | ||
| 765 | "Python TMX reads and writes the @code{Tiled} TMX format in a simple way. | ||
| 766 | This is useful for map editors or generic level editors, and it's also useful | ||
| 767 | for using a map editor or generic level editor like Tiled to edit your game's | ||
| 768 | levels.") | ||
| 769 | (license (list license:asl2.0 | ||
| 770 | ;; Documentation (only available in the source tarball) is | ||
| 771 | ;; under the CC0 license. | ||
| 772 | license:cc0)))) | ||
| 773 | |||
| 774 | ;; XXX: Currently the pyproject build-system is unable to install multiple | 740 | ;; XXX: Currently the pyproject build-system is unable to install multiple |
| 775 | ;; python modules in a single package. This package uses old-style 'build and | 741 | ;; python modules in a single package. This package uses old-style 'build and |
| 776 | ;; 'install for this reason. | 742 | ;; 'install for this reason. |
