GNU bug report logs - #62081
[PATCH] gnu: Add python-glean-parser.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Thu, 9 Mar 2023 16:52:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 62081 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62081; Package guix-patches. (Thu, 09 Mar 2023 16:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Faiz <adam.faiz <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 09 Mar 2023 16:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Adam Faiz <adam.faiz <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-glean-parser.
Date: Fri, 10 Mar 2023 00:50:58 +0800
From 545997a268891952bc87934f67c721224c9df7a8 Mon Sep 17 00:00:00 2001
Message-Id: <545997a268891952bc87934f67c721224c9df7a8.1678379861.git.adam.faiz <at> disroot.org>
In-Reply-To: <f788ce8ebc205a6e05bcc270865d793d94bf51e9.1678379861.git.adam.faiz <at> disroot.org>
References: <f788ce8ebc205a6e05bcc270865d793d94bf51e9.1678379861.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Thu, 9 Mar 2023 22:53:13 +0800
Subject: [PATCH] gnu: Add python-glean-parser.

* gnu/packages/python-xyz.scm (python-glean-parser): New variable.
---
 gnu/packages/python-xyz.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 37cd6fb0af..b4173da3fd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22996,6 +22996,43 @@ (define-public python-globber
 path components.")
     (license license:asl2.0)))
 
+(define-public python-glean-parser
+  (package
+    (name "python-glean-parser")
+    (version "7.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "glean_parser" version))
+              (sha256
+               (base32
+                "1mfclj0vx65pr2wyk675cp66c1yi5vwry8p1aipm1p60dzfn12f4"))
+              (modules '((guix build utils)))
+              (snippet
+               #~(begin
+                   (substitute* "setup.py"
+                     ((".*setuptools-scm>=7.*") ""))))))
+    (build-system python-build-system)
+    (native-inputs
+     (list python-pytest
+           python-pytest-runner))
+    (propagated-inputs
+     (list python-appdirs
+           python-click
+           python-diskcache
+           python-iso8601
+           python-jinja2
+           python-jsonschema
+           python-markupsafe
+           python-pyyaml
+           python-yamllint))
+    (home-page "https://github.com/mozilla/glean_parser")
+    (synopsis "Parser tools for Mozilla's Glean telemetry")
+    (description
+     "Glean Parser contains various utilities for handling metrics.yaml
+and pings.yaml for the Glean SDKs.  This includes producing generated code
+for various integrations, linting and coverage testing.")
+    (license license:mpl2.0)))
+
 (define-public python-git-hammer
   (package
     (name "python-git-hammer")
-- 
2.39.2





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

Previous Next


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