unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jacob Hrbek <kreyren@rixotstudio.cz>
To: 58022@debbugs.gnu.org
Cc: Jacob Hrbek <kreyren@rixotstudio.cz>
Subject: [bug#58022] [PATCH 1/2] python-vdf: New package
Date: Fri, 23 Sep 2022 12:15:55 +0000	[thread overview]
Message-ID: <20220923121548.27503-1-kreyren@rixotstudio.cz> (raw)
In-Reply-To: <Ew0jTsZZyITyb5-4FRwWuq_qRMYo5TOm7VkIXL7QSwRzx0vtEOrf6w5ws1GW3_I3hyUHz4jteoArI4xKkoVBQN5L89qhVVRh4H3WBZUzEJ4=@rixotstudio.cz>

---
 gnu/packages/python-xyz.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 92e0c9dbe8..473c3df26b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15679,6 +15679,22 @@ (define-public python-multiprocessing-logging
 main process so that they are handled correctly.")
     (license license:lgpl3+)))

+(define-public python-vdf
+  (package
+    (name "python-vdf")
+    (version "3.4")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "vdf" version))
+              (sha256
+               (base32
+                "1bz2gn04pl6rj2mawlzlirz1ygg4rdypq0pxbyg018873vs1jm7x"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/ValvePython/vdf")
+    (synopsis "Library for working with Valve's VDF text format")
+    (description "Library for working with Valve's VDF text format")
+    (license license:expat)))
+
 (define-public python-vobject
   (package
     (name "python-vobject")

base-commit: 3c4024e9f50a064d6458875623eb199a882feb53
--
2.37.3






  parent reply	other threads:[~2022-09-23 12:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-23 11:15 [bug#58022] [PATCH 0/2] python-protontricks: New packages + python-vdf dependency Jacob Hrbek
2022-09-23 11:16 ` [bug#58022] [PATCH] python-protontricks: New package Jacob Hrbek
2022-09-23 12:15 ` Jacob Hrbek [this message]
2022-09-23 12:16   ` [bug#58022] [PATCH 2/2] " Jacob Hrbek
2022-09-29 20:47     ` [bug#58022] [PATCH 0/2] python-protontricks: New packages + python-vdf dependency Ludovic Courtès
2022-10-01 17:34       ` Jacob Hrbek
2022-10-04 16:46     ` [bug#58022] [PATCH 2/2] python-protontricks: New package Maxime Devos

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20220923121548.27503-1-kreyren@rixotstudio.cz \
    --to=kreyren@rixotstudio.cz \
    --cc=58022@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).