emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70268: closed ([PATCH] gnu: Add python-vdf.)


From: GNU bug Tracking System
Subject: bug#70268: closed ([PATCH] gnu: Add python-vdf.)
Date: Sun, 12 May 2024 18:23:02 +0000

Your message dated Sun, 12 May 2024 19:21:58 +0100
with message-id <87ttj27uwp.fsf@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@gnu.org.)


-- 
70268: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70268
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#70268] [PATCH v2 1/1] gnu: Add python-vdf. Date: Sun, 12 May 2024 19:21:58 +0100 User-agent: mu4e 1.12.2; emacs 29.3
Steve George <steve@futurile.net> writes:

> From: Giacomo Leidi via Guix-patches via <guix-patches@gnu.org>
>
> * gnu/packages/python-xyz.scm (python-vdf): New variable.
>
> Reviewed-by: Steve George <steve@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]