GNU bug report logs -
#70268
[PATCH] gnu: Add python-vdf.
Previous Next
Full log
View this message in rfc822 format
[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)]
* 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)]
[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.