GNU bug report logs - #70268
[PATCH] gnu: Add python-vdf.

Previous Next

Package: guix-patches;

Reported by: Giacomo Leidi <goodoldpaul <at> autistici.org>

Date: Sun, 7 Apr 2024 21:51:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#70268: closed ([PATCH] gnu: Add python-vdf.)
Date: Sun, 12 May 2024 18:23:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 12 May 2024 19:21:58 +0100
with message-id <87ttj27uwp.fsf <at> cbaines.net>
and subject line Re: [bug#70268] [PATCH v2 1/1] gnu: Add python-vdf.
has caused the debbugs.gnu.org bug report #70268,
regarding [PATCH] gnu: Add python-vdf.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
70268: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70268
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Giacomo Leidi <goodoldpaul <at> autistici.org>
To: guix-patches <at> gnu.org
Cc: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: [PATCH] gnu: Add python-vdf.
Date: Sun,  7 Apr 2024 23:49:43 +0200
* gnu/packages/python-xyz.scm (python-vdf): New variable.

Change-Id: Ie8a14292b9c9937d22f011ac078562e81abd6b36
---
 gnu/packages/python-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0ac9d669d3..2326aa4323 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6761,6 +6761,23 @@ (define-public python-pygments
      "Pygments is a syntax highlighting package written in Python.")
     (license license:bsd-2)))
 
+(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 pyproject-build-system)
+    (home-page "https://github.com/ValvePython/vdf")
+    (synopsis "Work with Valve's VDF text format")
+    (description "This packages provides @code{python-vdf}, a library for
+working with Valve's VDF text format.")
+    (license license:expat)))
+
 (define-public python-pygments-github-lexers
   (package
     (name "python-pygments-github-lexers")

base-commit: 69951a61a1d8f1f2135ea2dc836738be282b97bc
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Giacomo Leidi <goodoldpaul <at> autistici.org>, Steve George
 <steve <at> futurile.net>
Cc: 70268-done <at> debbugs.gnu.org
Subject: Re: [bug#70268] [PATCH v2 1/1] gnu: Add python-vdf.
Date: Sun, 12 May 2024 19:21:58 +0100
[Message part 4 (text/plain, inline)]
Steve George <steve <at> futurile.net> writes:

> From: Giacomo Leidi via Guix-patches via <guix-patches <at> gnu.org>
>
> * gnu/packages/python-xyz.scm (python-vdf): New variable.
>
> Reviewed-by: Steve George <steve <at> futurile.net>
>
> Change-Id: Ie8a14292b9c9937d22f011ac078562e81abd6b36
> ---
>  gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)

Thanks both, I've pushed this to master as
ca571f4259df82500c687effcdb7d11904a52e6c.

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 67 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.