unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61540] [PATCH] gnu: Add barecft.
@ 2023-02-15 20:59 Olivier Dion via Guix-patches via
       [not found] ` <handler.61540.B.167649482920188.ack@debbugs.gnu.org>
  2023-02-27 22:42 ` bug#61540: [PATCH] gnu: Add barecft Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Olivier Dion via Guix-patches via @ 2023-02-15 20:59 UTC (permalink / raw)
  To: 61540; +Cc: Olivier Dion

From: Olivier Dion <odion@efficios.com>

* gnu/packages/instrumentation.scm (barecft): New variable.
---
 gnu/packages/instrumentation.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index 133d684567..a54b7920f1 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -43,6 +43,7 @@ (define-module (gnu packages instrumentation)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages popt)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages python-check)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages sphinx)
   #:use-module (gnu packages swig)
@@ -53,6 +54,7 @@ (define-module (gnu packages instrumentation)
   #:use-module (guix build-system copy)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system linux-module)
+  #:use-module (guix build-system python)
   #:use-module (guix download)
   #:use-module (guix gexp)
   #:use-module (guix git-download)
@@ -120,6 +122,33 @@ (define-public babeltrace
 bindings, and the command-line tool @command{babeltrace2}.")
     (license license:expat)))
 
+(define-public barecft
+  (package
+    (name "barectf")
+    (version "3.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "barectf" version))
+       (sha256
+        (base32 "0zhc9d4qnnl4fjj6354qb4bng4ykywn8x3l3acpv6sx439q6ylwd"))))
+    (build-system python-build-system)
+    (native-inputs
+     (list
+      gcc-toolchain
+      gnu-make
+      python-jinja2
+      python-jsonschema
+      python-pyyaml-5
+      python-termcolor
+      python-tox))
+    (home-page "https://barectf.org")
+    (synopsis "CTF tracer generator")
+    (description "@command{barectf} is a generator of tracer which produces
+CTF data streams.  The generated C source code has no other dependencies than
+a few C standard library headers.")
+    (license license:expat)))
+
 (define-public dyninst
   (package
     (name "dyninst")
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#61540] Acknowledgement ([PATCH] gnu: Add barecft.)
       [not found] ` <handler.61540.B.167649482920188.ack@debbugs.gnu.org>
@ 2023-02-23 14:43   ` Olivier Dion
  0 siblings, 0 replies; 3+ messages in thread
From: Olivier Dion @ 2023-02-23 14:43 UTC (permalink / raw)
  To: 61540; +Cc: Mathieu Othacehe

Ping
-- 
Olivier Dion
Dévelopeur Logiciel | Québec
EfficiOS





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#61540: [PATCH] gnu: Add barecft.
  2023-02-15 20:59 [bug#61540] [PATCH] gnu: Add barecft Olivier Dion via Guix-patches via
       [not found] ` <handler.61540.B.167649482920188.ack@debbugs.gnu.org>
@ 2023-02-27 22:42 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2023-02-27 22:42 UTC (permalink / raw)
  To: Olivier Dion; +Cc: Olivier Dion, 61540-done

Hi,

Olivier Dion <olivier.dion@polymtl.ca> skribis:

> From: Olivier Dion <odion@efficios.com>
>
> * gnu/packages/instrumentation.scm (barecft): New variable.

I passed it through ‘guix style’ and changed “cft” to “ctf” in a couple
of places.

Thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-27 22:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 20:59 [bug#61540] [PATCH] gnu: Add barecft Olivier Dion via Guix-patches via
     [not found] ` <handler.61540.B.167649482920188.ack@debbugs.gnu.org>
2023-02-23 14:43   ` [bug#61540] Acknowledgement ([PATCH] gnu: Add barecft.) Olivier Dion
2023-02-27 22:42 ` bug#61540: [PATCH] gnu: Add barecft Ludovic Courtès

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).