guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python2: Add 'cpe-name' property.


From: guix-commits
Subject: 01/01: gnu: python2: Add 'cpe-name' property.
Date: Tue, 18 Jun 2019 14:03:24 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit cb13618b6d2293e39ab4722d541dd8720e4d1812
Author: Efraim Flashner <address@hidden>
Date:   Tue Jun 18 21:01:54 2019 +0300

    gnu: python2: Add 'cpe-name' property.
    
    * gnu/packages/python.scm (python2)[properties]: New field.
---
 gnu/packages/python.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 11f3aac..aa92e82 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -261,6 +261,7 @@ introspection capabilities; intuitive object orientation; 
natural
 expression of procedural code; full modularity, supporting hierarchical
 packages; exception-based error handling; and very high level dynamic
 data types.")
+    (properties '((cpe-name . "python")))
     (license license:psfl)))
 
 ;; Current 2.x version.



reply via email to

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