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

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

bug#69440: closed ([PATCH] gnu: Add compdb.)


From: GNU bug Tracking System
Subject: bug#69440: closed ([PATCH] gnu: Add compdb.)
Date: Fri, 29 Mar 2024 12:34:02 +0000

Your message dated Fri, 29 Mar 2024 13:33:01 +0100
with message-id <87y1a12p6q.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#69440] [PATCH] gnu: Add compdb.
has caused the debbugs.gnu.org bug report #69440,
regarding [PATCH] gnu: Add compdb.
to be marked as done.

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


-- 
69440: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69440
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add compdb. Date: Tue, 27 Feb 2024 23:17:35 +0100
* gnu/packages/build-tools.scm (compdb): New variable.

Change-Id: Ia221f21f38e4def239b82654c678fbe42b995878
---
 gnu/packages/build-tools.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 15d88ded80..74e28f0e98 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -667,6 +667,29 @@ (define-public osc
 be reached via direct API calls.")
     (license license:gpl2+)))
 
+(define-public compdb
+  (package
+    (name "compdb")
+    (version "0.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Sarcasm/compdb";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0f4x0gm5n1mr87dx3gzn5da16a1qhd2y3kz22dl5xsd9pd720l4w"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-configparser))
+    (home-page "https://github.com/Sarcasm/compdb";)
+    (synopsis "Compilation database Swiss army knife")
+    (description
+     "@command{compdb} is a command line tool to manipulate compilation
+databases.  It eases the usage of tooling in a codebase by spoon-feeding the
+right compilation options.")
+    (license license:expat)))
+
 (define-public compiledb
   (package
     (name "compiledb")

base-commit: c99069e6295d41087ecfc70484f47ff73de5b2c0
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69440] [PATCH] gnu: Add compdb. Date: Fri, 29 Mar 2024 13:33:01 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Hello,

Sergio Pastor PĂ©rez <sergio.pastorperez@outlook.es> writes:

> * gnu/packages/build-tools.scm (compdb): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




--- End Message ---

reply via email to

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