guix-commits
[Top][All Lists]
Advanced

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

84/154: gnu: Add trytond-production-routing.


From: guix-commits
Subject: 84/154: gnu: Add trytond-production-routing.
Date: Tue, 21 Sep 2021 15:07:48 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit 65c6dba800dd41e23ad36cde4b11bc4d7ce0f10f
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:29 2021 +0200

    gnu: Add trytond-production-routing.
    
    * gnu/packages/tryton.scm (trytond-production-routing): New variable.
---
 gnu/packages/tryton.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 3936c1c..e787951 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2450,6 +2450,30 @@ set to @code{waiting}, a purchase order is created and 
its cost is added to
 the production.")
     (license license:gpl3+)))
 
+(define-public trytond-production-routing
+  (package
+    (name "trytond-production-routing")
+    (version "6.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "trytond_production_routing" version))
+       (sha256
+        (base32 "0qypqsf36lf02wrbv7pwhg2vv7004g7c6vxd1z2aiwj58g8q7894"))))
+    (build-system python-build-system)
+    (arguments (tryton-arguments "production_routing"))
+    (native-inputs
+     `(,@%standard-trytond-native-inputs
+       ("trytond-stock-supply-production" ,trytond-stock-supply-production)))
+    (propagated-inputs
+     `(("trytond" ,trytond)
+       ("trytond-production" ,trytond-production)))
+    (home-page "https://docs.tryton.org/projects/modules-production-routing";)
+    (synopsis "Tryton module for production routing")
+    (description "The @emph{Production Routing} Tryton module defines the
+routings for production: Routing, Step and Operation.")
+    (license license:gpl3+)))
+
 (define-public trytond-purchase
   (package
     (name "trytond-purchase")



reply via email to

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