all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adam Faiz via Guix-patches via <guix-patches@gnu.org>
To: 64362@debbugs.gnu.org, Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#64362] [PATCH v1 2/3] gnu: Add python-anvil-parser.
Date: Sat, 1 Jul 2023 19:42:36 +0800	[thread overview]
Message-ID: <40c7484f-a0ac-86de-ad5b-22e0bf1b1b1e@disroot.org> (raw)
In-Reply-To: <f84d4007-9185-6d1c-fa2d-2be21462373e@disroot.org>

From 20f99f50f698235c88daebd3a9638e96b7a61dbf Mon Sep 17 00:00:00 2001
Message-Id: <20f99f50f698235c88daebd3a9638e96b7a61dbf.1688211506.git.adam.faiz@disroot.org>
In-Reply-To: <8886dce031a397faa7f9bbf15cc1a195667ad9c6.1688211506.git.adam.faiz@disroot.org>
References: <8886dce031a397faa7f9bbf15cc1a195667ad9c6.1688211506.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Fri, 30 Jun 2023 16:44:20 +0800
Subject: [PATCH v1 2/3] gnu: Add python-anvil-parser.

* gnu/packages/game-development.scm (python-anvil-parser): New variable.
---
 gnu/packages/game-development.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 446a3c2b1b..503c5e1f73 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -442,6 +442,28 @@ (define-public nml
 files) into @file{.grf} and/or @file{.nfo} files.")
     (license license:gpl2+)))
 
+(define-public python-anvil-parser
+  (let ((commit "27544bb41f035617be130a209a84371cbaf837cc")
+        (revision "0"))
+  (package
+    (name "python-anvil-parser")
+    (version (git-version "0.9.0" revision commit))
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/0xTiger/anvil-parser")
+             (commit commit)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "196nli36pz4sllx1m8jlys661hgbxhcxr2c4545fqb4nd27hhwy7"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-frozendict python-nbt))
+    (home-page "https://github.com/0xTiger/anvil-parser")
+    (synopsis "Anvil file format parser")
+    (description "This package provides an Anvil file format parser.")
+    (license license:expat))))
+
 (define-public python-nbt
   (package
     (name "python-nbt")
-- 
2.40.1




  reply	other threads:[~2023-07-01 11:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-30  9:10 [bug#64362] [PATCH 0/3] gnu: Add mc2mt Adam Faiz via Guix-patches via
2023-06-30  9:21 ` [bug#64362] [PATCH 1/3] gnu: Add python-nbt Adam Faiz via Guix-patches via
2023-06-30  9:22   ` [bug#64362] [PATCH 2/3] gnu: Add python-anvil-parser Adam Faiz via Guix-patches via
2023-06-30  9:34     ` [bug#64362] [PATCH 3/3] gnu: Add mc2mt Adam Faiz via Guix-patches via
2023-06-30 18:23       ` Liliana Marie Prikler
2023-07-01  3:20         ` Adam Faiz via Guix-patches via
2023-07-01  5:31           ` Liliana Marie Prikler
2023-07-01 11:40             ` [bug#64362] [PATCH v1 1/3] gnu: Add python-nbt Adam Faiz via Guix-patches via
2023-07-01 11:42               ` Adam Faiz via Guix-patches via [this message]
2023-07-01 11:44                 ` [bug#64362] [PATCH v1 3/3] gnu: Add mc2mt Adam Faiz via Guix-patches via
2023-07-01 14:14 ` Adam Faiz via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40c7484f-a0ac-86de-ad5b-22e0bf1b1b1e@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=64362@debbugs.gnu.org \
    --cc=adam.faiz@disroot.org \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.