guix-patches
[Top][All Lists]
Advanced

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

[bug#46037] [PATCH 1/2] gnu: Rename "python-trytond" to "trytond".


From: Hartmut Goebel
Subject: [bug#46037] [PATCH 1/2] gnu: Rename "python-trytond" to "trytond".
Date: Fri, 22 Jan 2021 17:01:03 +0100

Trytond is an application, and only python libraries should have
the "python-" prefix.

* gnu/packages/tryton.scm (python-trytond): Rename to...
  (trytond): ...this. [synopsis] Rephrase.
---
 gnu/packages/tryton.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 3809b986d5..eb1ea2859f 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -37,9 +37,9 @@
   #:use-module (guix utils)
   #:use-module (guix build-system python))
 
-(define-public python-trytond
+(define-public trytond
   (package
-    (name "python-trytond")
+    (name "trytond")
     (version "5.6.5")
     (source
      (origin
@@ -71,7 +71,7 @@
              (setenv "HOME" "/tmp")
              #t)))))
     (home-page "https://www.tryton.org/";)
-    (synopsis "Server component of Tryton")
+    (synopsis "Tryton Server")
     (description "Tryton is a three-tier high-level general purpose
 application platform using PostgreSQL as its main database engine.  It is the
 core base of a complete business solution providing modularity, scalability
-- 
2.21.3






reply via email to

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