~ruther/guix-local

0a29a23e18f2cee4a8692709f9802a90eacc28e6 — Hartmut Goebel 6 months ago d285a19
gnu: trytond-marketing-automation: Update to 7.0.1 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-marketing-automation): Update to 7.0.1.
[build-system] Switch to pyproject-build-system.
[natve-inputs]: Add trytond-sale; move trytond-party to …
[propagated-inputs]: … here.

Change-Id: Ia93f6fb8e6cd0ad324d304678d849b154fa5e83f
1 files changed, 9 insertions(+), 6 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +9 -6
@@ 2157,20 2157,23 @@ fundamentals for marketing modules.")
(define-public trytond-marketing-automation
  (package
    (name "trytond-marketing-automation")
    (version "6.2.1")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_marketing_automation" version))
       (sha256
        (base32 "17x4pikw2i513wwrfv8g8xim65ksk3dwijahk1qhf3yqpa506kp2"))))
    (build-system python-build-system)
        (base32 "0cnnaijg9f7l92gir3sbr066b67zzbhqqxxrlypiyk83wwca9l76"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "marketing_automation"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-party" ,trytond-party)))
     (cons* trytond-sale
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond trytond-marketing trytond-web-shortener))
     (list trytond
           trytond-marketing
           trytond-party
           trytond-web-shortener))
    (home-page "https://docs.tryton.org/projects/modules-marketing-automation")
    (synopsis "Tryton module to plan, coordinate and manage marketing
campaigns")