From unknown Sat Jun 21 12:14:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26867: [PATCH] gnu: Add python-tmx. Resent-From: Kei Kebreau Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 10 May 2017 17:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 26867 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 26867@debbugs.gnu.org Cc: Kei Kebreau X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.149443688728399 (code B ref -1); Wed, 10 May 2017 17:22:01 +0000 Received: (at submit) by debbugs.gnu.org; 10 May 2017 17:21:27 +0000 Received: from localhost ([127.0.0.1]:36992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8VIl-0007Ny-2E for submit@debbugs.gnu.org; Wed, 10 May 2017 13:21:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56471) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8VIj-0007Nm-So for submit@debbugs.gnu.org; Wed, 10 May 2017 13:21:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8VIe-0003t2-0g for submit@debbugs.gnu.org; Wed, 10 May 2017 13:21:20 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:32830) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d8VId-0003sw-Tn for submit@debbugs.gnu.org; Wed, 10 May 2017 13:21:19 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8VIc-0002VS-LM for guix-patches@gnu.org; Wed, 10 May 2017 13:21:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8VIY-0003rz-Jw for guix-patches@gnu.org; Wed, 10 May 2017 13:21:18 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:50976 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8VIY-0003ri-C2 for guix-patches@gnu.org; Wed, 10 May 2017 13:21:14 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id D70E1506039; Wed, 10 May 2017 19:21:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1494436872; bh=oMa6HqkFidHkpI24R4nCDb7jDfanu1C3GLcNAclNAIM=; h=From:To:Cc:Subject:Date:From; b=ZLPzVAJ8GuOddELIgdkOm9uVV99eZgNPAMiLaz08KcsfuMj73AhfclDU+YcuQWYJl bshwp7evPdGtUW9yl5mKa/cC2iehEeeEh6P4VTS8F46Q9pN4akVF1w9UlsJR8Jd3Z+ cb7EG4iN+k/6W0Z+vZDS0/Cvp9vS9Fd+Bykv+65s= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1494436864; bh=oMa6HqkFidHkpI24R4nCDb7jDfanu1C3GLcNAclNAIM=; h=From:To:Cc:Subject:Date:From; b=HXXue7Tun2sPpie1ND587sY7nojdTmrhs7/QNR6ia/TtZHHZuDJd4g2pIlvb3EnnA 0k32CugX8cIhQ+H+yxN015PgTNIU3Kzmqo8XoC3LWoiwUjpyERAgeQ5f9ScK6PQhRm J5oREO3ITdnYzdTWlP3sWfxtsFnCfHlBHPVO4lg4= Date: Wed, 10 May 2017 13:20:40 -0400 Message-Id: <20170510172040.8889-1-kei@openmailbox.org> X-Mailer: git-send-email 2.12.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * gnu/packages/game-development.scm (python-tmx, python2-tmx): New variables. --- gnu/packages/game-development.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index e47b556c0..c95afe231 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -214,6 +214,38 @@ possible, and it also makes the SGE easy to learn.") (define-public python2-sge-pygame (package-with-python2 python-sge-pygame)) +(define-public python-tmx + (package + (name "python-tmx") + (version "1.9.1") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://savannah/python-tmx/tmx-" + version ".tar.gz")) + (sha256 + (base32 + "1is107sx3lr09dqjiyn10xqhyv5x54c2ryhys9mb9j3mxjbm227l")))) + (build-system python-build-system) + (propagated-inputs + `(("python-six" ,python-six))) + (home-page "http://python-tmx.nongnu.org") + (synopsis "Python library for the @code{Tiled} TMX format") + (description + "Python TMX read and writes the @code{Tiled} TMX format in a simple way. +This is useful for map editors or generic level editors, and it's also useful +for using a map editor or generic level editor like Tiled to edit your game's +levels.") + (license license:asl2.0))) + +(define-public python2-tmx + (let ((python2-tmx (package-with-python2 python-tmx))) + (package + (inherit python2-tmx) + (propagated-inputs + `(("python2-pathlib" ,python2-pathlib) + ,@(package-propagated-inputs python2-tmx)))))) + (define-public tiled (package (name "tiled") -- 2.12.2 From unknown Sat Jun 21 12:14:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26867: [PATCH] gnu: Add python-tmx. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 10 May 2017 20:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26867 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Kei Kebreau , 26867@debbugs.gnu.org Cc: Kei Kebreau Received: via spool by 26867-submit@debbugs.gnu.org id=B26867.149444743018869 (code B ref 26867); Wed, 10 May 2017 20:18:02 +0000 Received: (at 26867) by debbugs.gnu.org; 10 May 2017 20:17:10 +0000 Received: from localhost ([127.0.0.1]:37192 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8Y2n-0004uF-S0 for submit@debbugs.gnu.org; Wed, 10 May 2017 16:17:09 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:39967) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8Y2n-0004u9-49 for 26867@debbugs.gnu.org; Wed, 10 May 2017 16:17:09 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id E78A5207D2; Wed, 10 May 2017 16:17:08 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Wed, 10 May 2017 16:17:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=/ae278CcUQxdsvPC/Hc3YAlJQTYv85hNLdiY8iwg+ ps=; b=NCu0nhbHvaSOc3Hyv9VpA5hqV3plgN14sb4XpbN9LZD+uGtcg5eSjPU+3 AddL++FVmFW3hiS3suTaTj3gsHV3PByOL6jqy3x2GGOJdVgFnJI+8DAOuzPTL9hg P38bicXWQKtj+Mfv/nYKl9afyiSU+Fqzp87XPYJPzgq9/aAKwOVw8oG9s+dAGQzm EM2Q2EnbDnKfykHPss/S+lzbcnIXLziw4FaB1G6zicPUAyMX4hgAd6F/CRpg1CmC QQ4sdDk1o0gEH1Xb6SSmcWtvKMk0znY+U/wNZOFGbT5rZ/oEImnLYFpdv4oyEq3w AqVWdgYl/Hg0htpiKWQS0pQhKS+3A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=/ae278CcUQxdsvPC/H c3YAlJQTYv85hNLdiY8iwg+ps=; b=sdP6XUOIdTlYc1uy6m+Dnqf1i5wFx0yQTV 4TzXdEwgJanaPic9WaLkL32TIdP2PAucqnogIim/0QBIXWP4oCdzCbLRsm5JGqoy 2ql3Tqjzaxj5dKRRpD7kMotKuvL8YconGm+TOJDzfo4b6NQlSehY9hgo3jQiN7NA TeLEFzeKVyeu3FQ16CvErSrAg40cEaoKOY1jHGlCzto5VYZkFOkPZO/pMBEElVOz HkyUucB9AEHmvqEjHjTUXlmrEt2+YBxKrTE19WI8tdXTwIsbmtiiPClZBFyV0bWo NrLebhldhu4Uh3Y6ZPbSYyOokdHDiKIM8FB5RiYeOzr3AtRcVGQA== X-ME-Sender: X-Sasl-enc: cZh/FU2d0fTpyHdswIb6N957WM1qheHKnTPNHW25+fqt 1494447428 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id 7B0587E8B8; Wed, 10 May 2017 16:17:08 -0400 (EDT) From: Marius Bakke In-Reply-To: <20170510172040.8889-1-kei@openmailbox.org> References: <20170510172040.8889-1-kei@openmailbox.org> User-Agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) Date: Wed, 10 May 2017 22:17:06 +0200 Message-ID: <87d1bglb5p.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Kei Kebreau writes: > * gnu/packages/game-development.scm (python-tmx, python2-tmx): New > variables. [...] > + (license license:asl2.0))) It looks like the documentation is CC0/public-domain. It should be listed here if it is part of the installed package (but does not hurt to mention it here regardless). LGTM otherwise, thanks for packaging these! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlkTdUMACgkQoqBt8qM6 VPrWrAf+KEXjWeXQxT/E/VXqYmmlo9dnt9ol7ICfLGGW6Ta8+IXhWe2wBkQf9sf3 QRo+VV0iBRCwCQ0YwhSS6hBI3qEnKxJEcA+2LvV3IIuoryIpYLuAMlgxC2k2g61n GiAqrK9zDTuh9PyUFPCn4PYHU79T/Ct9d7BdQnd4aFBQN7s0ganiQddy75KGItHp PALliTSREj4DL/CTOzDbkl5At7RL8sHG0UP4YeayY3eTmZwsea7yzoDnnyph39Op SfDvvpzKFmkw2t4sbUp4GvA01biCkb4e/C0CTtXDogZ1oL3oTl/Fkm9i1gpnHySJ XIFM7S56q+uPvcTfp4j8LFV6Os9/EA== =ylMx -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jun 21 12:14:25 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Kei Kebreau Subject: bug#26867: closed (Re: bug#26867: [PATCH] gnu: Add python-tmx.) Message-ID: References: <8760h8jlz5.fsf@openmailbox.org> <20170510172040.8889-1-kei@openmailbox.org> X-Gnu-PR-Message: they-closed 26867 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 26867@debbugs.gnu.org Date: Thu, 11 May 2017 00:07:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1494461222-6737-1" This is a multi-part message in MIME format... ------------=_1494461222-6737-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #26867: [PATCH] gnu: Add python-tmx. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 26867@debbugs.gnu.org. --=20 26867: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D26867 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1494461222-6737-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 26867-done) by debbugs.gnu.org; 11 May 2017 00:06:30 +0000 Received: from localhost ([127.0.0.1]:37341 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8bck-0001jw-5p for submit@debbugs.gnu.org; Wed, 10 May 2017 20:06:30 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:37825 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8bci-0001jo-BF for 26867-done@debbugs.gnu.org; Wed, 10 May 2017 20:06:28 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id CE7595149C8; Thu, 11 May 2017 02:06:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1494461187; bh=DJqh1iBCfxpnI9YOE+m5BjFgoUtcikHYdjUQ23lanCc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=MORDgA9ttWLvEAJ6T9HYnp5BIipAnycoq4mFsihudQpcaQlE33nEOQmn2xDRADJrQ S4ON+m0f3TZr2jwreiB7rAsAlf9PtvRoPJkAWbRfDxiGUUGV6bxbvr8xM49ouARii7 yNbu53E0o5VSmUtcVLPidV32N4K5+NVQyPS3MlSA= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1494461187; bh=DJqh1iBCfxpnI9YOE+m5BjFgoUtcikHYdjUQ23lanCc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=MORDgA9ttWLvEAJ6T9HYnp5BIipAnycoq4mFsihudQpcaQlE33nEOQmn2xDRADJrQ S4ON+m0f3TZr2jwreiB7rAsAlf9PtvRoPJkAWbRfDxiGUUGV6bxbvr8xM49ouARii7 yNbu53E0o5VSmUtcVLPidV32N4K5+NVQyPS3MlSA= To: Marius Bakke Subject: Re: bug#26867: [PATCH] gnu: Add python-tmx. References: <20170510172040.8889-1-kei@openmailbox.org> <87d1bglb5p.fsf@fastmail.com> Date: Wed, 10 May 2017 20:06:22 -0400 In-Reply-To: <87d1bglb5p.fsf@fastmail.com> (Marius Bakke's message of "Wed, 10 May 2017 22:17:06 +0200") Message-ID: <8760h8jlz5.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26867-done Cc: 26867-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Marius Bakke writes: > Kei Kebreau writes: > >> * gnu/packages/game-development.scm (python-tmx, python2-tmx): New >> variables. > > [...] > >> + (license license:asl2.0))) > > It looks like the documentation is CC0/public-domain. It should be > listed here if it is part of the installed package (but does not hurt to > mention it here regardless). > > LGTM otherwise, thanks for packaging these! Thanks again for the review! Pushed as 1b775fd1df9e4c4f96e9acdf5485d04a74730153. P.S. python-sge-pygame hash should have been 45f8e7f75e5401eb05bf98383ee169f6b7f06851. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlkTqv8ACgkQ5qXuPBlG eg0z0hAAhHvkhd1jvaH+OhWR3RsCzSxfJkvcVeG1IbGYWjF2vdgvxmnqDkV+IxK9 z97E2F5HKoMgUZ+a3JlxZkgkFqawmh7NwQiUfD1bMULaOdK8vs2fsKMOe4jHeIkb hzkSxrF8yjvwWH7i22enPixWJtY6cVFFBGTqcD6Ydjh0zbqORUqQjSKt8wH54LlQ 2mlIadAYFk+h9FBxwEbIgH8UDKCIm7a7iOdGLUMkNJv0uwW+ZteySA1rEuQxhzgd cVMnjnBVthZMAjZI/9ZxqUvsFGRguQTxwKJjfgCMO9+ygsqfwvxpJRaX/Em+2/vd j9gLnD/n4Zo5u6lBUacI5RN6GzZyDysqVGcdcZSja8JwEUL9TU9cyKIxg37w+Bxd r4FM6DGioNim0uLNHX9r1agTIoYWYY/jL/F0mBqSLddqFF5+Oz8hT2REo1TQSChA o/QnHQDXsZBUGgsKEnfksl5/2iMU8vUg63YRo4AS13wkqJZSkfm4eLX0PwotHnDX hVEqgjuGr6Ueg6f9tqmsbY8lF68RprVMftxkT0bkXaH6gMLLoNdkgd6NBJzcOQJh o+SpZd3gupOIPpT4gvdgbSR/HVC06b93RrKQket+1Rq+W8WxlA+wEsqjXhbg065o 8Fg1B2bN584HdTtxQ+V0tj08DIGVfAPzMPQnPiE4t2InoZRGa/M= =x5KQ -----END PGP SIGNATURE----- --=-=-=-- ------------=_1494461222-6737-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 May 2017 17:21:27 +0000 Received: from localhost ([127.0.0.1]:36992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8VIl-0007Ny-2E for submit@debbugs.gnu.org; Wed, 10 May 2017 13:21:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56471) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8VIj-0007Nm-So for submit@debbugs.gnu.org; Wed, 10 May 2017 13:21:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8VIe-0003t2-0g for submit@debbugs.gnu.org; Wed, 10 May 2017 13:21:20 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:32830) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d8VId-0003sw-Tn for submit@debbugs.gnu.org; Wed, 10 May 2017 13:21:19 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8VIc-0002VS-LM for guix-patches@gnu.org; Wed, 10 May 2017 13:21:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8VIY-0003rz-Jw for guix-patches@gnu.org; Wed, 10 May 2017 13:21:18 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:50976 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8VIY-0003ri-C2 for guix-patches@gnu.org; Wed, 10 May 2017 13:21:14 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id D70E1506039; Wed, 10 May 2017 19:21:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1494436872; bh=oMa6HqkFidHkpI24R4nCDb7jDfanu1C3GLcNAclNAIM=; h=From:To:Cc:Subject:Date:From; b=ZLPzVAJ8GuOddELIgdkOm9uVV99eZgNPAMiLaz08KcsfuMj73AhfclDU+YcuQWYJl bshwp7evPdGtUW9yl5mKa/cC2iehEeeEh6P4VTS8F46Q9pN4akVF1w9UlsJR8Jd3Z+ cb7EG4iN+k/6W0Z+vZDS0/Cvp9vS9Fd+Bykv+65s= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1494436864; bh=oMa6HqkFidHkpI24R4nCDb7jDfanu1C3GLcNAclNAIM=; h=From:To:Cc:Subject:Date:From; b=HXXue7Tun2sPpie1ND587sY7nojdTmrhs7/QNR6ia/TtZHHZuDJd4g2pIlvb3EnnA 0k32CugX8cIhQ+H+yxN015PgTNIU3Kzmqo8XoC3LWoiwUjpyERAgeQ5f9ScK6PQhRm J5oREO3ITdnYzdTWlP3sWfxtsFnCfHlBHPVO4lg4= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-tmx. Date: Wed, 10 May 2017 13:20:40 -0400 Message-Id: <20170510172040.8889-1-kei@openmailbox.org> X-Mailer: git-send-email 2.12.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Kei Kebreau X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * gnu/packages/game-development.scm (python-tmx, python2-tmx): New variables. --- gnu/packages/game-development.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index e47b556c0..c95afe231 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -214,6 +214,38 @@ possible, and it also makes the SGE easy to learn.") (define-public python2-sge-pygame (package-with-python2 python-sge-pygame)) +(define-public python-tmx + (package + (name "python-tmx") + (version "1.9.1") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://savannah/python-tmx/tmx-" + version ".tar.gz")) + (sha256 + (base32 + "1is107sx3lr09dqjiyn10xqhyv5x54c2ryhys9mb9j3mxjbm227l")))) + (build-system python-build-system) + (propagated-inputs + `(("python-six" ,python-six))) + (home-page "http://python-tmx.nongnu.org") + (synopsis "Python library for the @code{Tiled} TMX format") + (description + "Python TMX read and writes the @code{Tiled} TMX format in a simple way. +This is useful for map editors or generic level editors, and it's also useful +for using a map editor or generic level editor like Tiled to edit your game's +levels.") + (license license:asl2.0))) + +(define-public python2-tmx + (let ((python2-tmx (package-with-python2 python-tmx))) + (package + (inherit python2-tmx) + (propagated-inputs + `(("python2-pathlib" ,python2-pathlib) + ,@(package-propagated-inputs python2-tmx)))))) + (define-public tiled (package (name "tiled") -- 2.12.2 ------------=_1494461222-6737-1--