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

  • Done
  • quality assurance status badge
Details
2 participants
  • Hartmut Goebel
  • Hartmut Goebel
Owner
unassigned
Submitted by
Hartmut Goebel
Severity
normal
H
H
Hartmut Goebel wrote on 22 Jan 2021 17:01
(address . guix-patches@gnu.org)
fc1094dfadb6c1498df4c59dd7ac84d1830b2c16.1611331018.git.h.goebel@crazy-compilers.com
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(-)

Toggle diff (27 lines)
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
H
H
Hartmut Goebel wrote on 22 Jan 2021 17:02
[PATCH 2/2] gnu: tryton: Rephrase synopsis and description.
661f66d9db907fc3bf5afb70388ee9ed65d3cf81.1611331018.git.h.goebel@crazy-compilers.com
* gnu/packages/tryton.scm (tryton)[synopsis, description] Rephrase.
---
gnu/packages/tryton.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (18 lines)
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
H
H
Hartmut Goebel wrote on 22 Jan 2021 22:30
(no subject)
(address . 46037-close@debbugs.gnu.org)
84c97e8c-f7ae-d1eb-06fe-ee451ba6a7d4@goebel-consult.de
This patch is total broken
?