gnu: Add trytond-production-routing.

* gnu/packages/tryton.scm (trytond-production-routing): New variable.
This commit is contained in:
Hartmut Goebel 2021-08-27 15:09:29 +02:00
parent 4c3a9c471f
commit 65c6dba800
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -2450,6 +2450,30 @@ (define-public trytond-production-outsourcing
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")