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

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

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


From: GNU bug Tracking System
Subject: bug#46037: closed ([PATCH 1/2] gnu: Rename "python-trytond" to "trytond".)
Date: Fri, 22 Jan 2021 21:31:02 +0000

Your message dated Fri, 22 Jan 2021 22:30:37 +0100
with message-id <84c97e8c-f7ae-d1eb-06fe-ee451ba6a7d4@goebel-consult.de>
and subject line 
has caused the debbugs.gnu.org bug report #46037,
regarding [PATCH 1/2] gnu: Rename "python-trytond" to "trytond".
to be marked as done.

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


-- 
46037: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46037
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Date: Fri, 22 Jan 2021 22:30:37 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0
This patch is total broken

Attachment: 0x7B752811BF773B65.asc
Description: application/pgp-keys


--- End Message ---

reply via email to

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