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

* [bug#46037] [PATCH 2/2] gnu: tryton: Rephrase synopsis and description.
  2021-01-22 16:01 [bug#46037] [PATCH 1/2] gnu: Rename "python-trytond" to "trytond" Hartmut Goebel
@ 2021-01-22 16:02 ` Hartmut Goebel
  2021-01-22 21:30 ` bug#46037: (no subject) Hartmut Goebel
  1 sibling, 0 replies; 3+ messages in thread
From: Hartmut Goebel @ 2021-01-22 16:02 UTC (permalink / raw)
  To: 46037

* gnu/packages/tryton.scm (tryton)[synopsis, description] Rephrase.
---
 gnu/packages/tryton.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index eb1ea2859f..7009a394c8 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -114,9 +114,9 @@ and security.")
        ("python-pycairo" ,python-pycairo)
        ("python-pygobject" ,python-pygobject)))
     (home-page "https://www.tryton.org/")
-    (synopsis "Client component of Tryton")
+    (synopsis "Tryton Client")
     (description
-     "This package is the client component of Tryton.")
+     "This package provides the Tryton GTK client.")
     (license license:gpl3+)))
 
 (define-public python-trytond-country
-- 
2.21.3





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

* bug#46037: (no subject)
  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 ` Hartmut Goebel
  1 sibling, 0 replies; 3+ messages in thread
From: Hartmut Goebel @ 2021-01-22 21:30 UTC (permalink / raw)
  To: 46037-close

[-- Attachment #1: Type: text/plain, Size: 27 bytes --]

This patch is total broken

[-- Attachment #2: 0x7B752811BF773B65.asc --]
[-- Type: application/pgp-keys, Size: 21375 bytes --]

^ permalink raw reply	[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.