~ruther/guix-local

e00479ad42520b0dcdf79481301d20deefe9127e — Hartmut Goebel 2 years ago 08a601b
gnu: Add trytond-sale-product-recommendation-association-rule.

* gnu/packages/tryton.scm (trytond-sale-product-recommendation-association-rule): New variable.
1 files changed, 29 insertions(+), 0 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +29 -0
@@ 38,6 38,7 @@
  #:use-module (gnu packages python)
  #:use-module (gnu packages python-build)
  #:use-module (gnu packages python-crypto)
  #:use-module (gnu packages python-science)
  #:use-module (gnu packages python-web)
  #:use-module (gnu packages python-xyz)
  #:use-module (gnu packages time)


@@ 4240,6 4241,34 @@ enforcing the minimal and the rounding of quantity sold per product.")
provides facilities to implement recommendation of products on sale.")
    (license license:gpl3+)))

(define-public trytond-sale-product-recommendation-association-rule
  (package
    (name "trytond-sale-product-recommendation-association-rule")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_sale_product_recommendation_association_rule" version))
       (sha256
        (base32 "0d59811an015s8lfv4i5dflkg8fbvn937y81shn6wxndrrm32z4a"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "sale_product_recommendation_association_rule"))
    (native-inputs
     (cons* trytond-sale-point
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list python-efficient-apriori
           trytond trytond-product
           trytond-sale
           trytond-sale-product-recommendation))
    (home-page
     "https://docs.tryton.org/projects/modules-sale-product-recommendation-association-rule")
    (synopsis "Tryton module to learn association rule for recommendations")
    (description "The @emph{Sale Product Recommendation Association Rule}
Tryton module implements recommendation based on association rule learning
from previous sales.")
    (license license:gpl3+)))

(define-public trytond-sale-promotion
  (package
    (name "trytond-sale-promotion")