guix-commits
[Top][All Lists]
Advanced

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

02/25: gnu: python-sqlparse: Specify CPE name.


From: guix-commits
Subject: 02/25: gnu: python-sqlparse: Specify CPE name.
Date: Tue, 11 Jan 2022 12:41:17 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5b8af1a592a3c958b56a6bcc9b5bd9c897430c2c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 11 16:49:47 2022 +0100

    gnu: python-sqlparse: Specify CPE name.
    
    * gnu/packages/databases.scm (python-sqlparse)[properties]: New field.
---
 gnu/packages/databases.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index a597151686..6058e75109 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3685,7 +3685,8 @@ is designed to have a low barrier to entry.")
     (synopsis "Non-validating SQL parser")
     (description "Sqlparse is a non-validating SQL parser for Python.  It
 provides support for parsing, splitting and formatting SQL statements.")
-    (license license:bsd-3)))
+    (license license:bsd-3)
+    (properties '((cpe-name . "sqlparse")))))
 
 (define-public python-sql
   (package



reply via email to

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