all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46037] [PATCH 1/2] gnu: Rename "python-trytond" to "trytond".
@ 2021-01-22 16:01 Hartmut Goebel
  2021-01-22 16:02 ` [bug#46037] [PATCH 2/2] gnu: tryton: Rephrase synopsis and description Hartmut Goebel
  2021-01-22 21:30 ` bug#46037: (no subject) Hartmut Goebel
  0 siblings, 2 replies; 3+ messages in thread
From: Hartmut Goebel @ 2021-01-22 16:01 UTC (permalink / raw)
  To: 46037

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-22 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22 16:01 [bug#46037] [PATCH 1/2] gnu: Rename "python-trytond" to "trytond" Hartmut Goebel
2021-01-22 16:02 ` [bug#46037] [PATCH 2/2] gnu: tryton: Rephrase synopsis and description Hartmut Goebel
2021-01-22 21:30 ` bug#46037: (no subject) Hartmut Goebel

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.