[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
64/154: gnu: Add trytond-marketing.
From: |
guix-commits |
Subject: |
64/154: gnu: Add trytond-marketing. |
Date: |
Tue, 21 Sep 2021 15:07:42 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit c0a3a5218ce1ff5fcfcb014af88b52736b2b8af8
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:21 2021 +0200
gnu: Add trytond-marketing.
* gnu/packages/tryton.scm (trytond-marketing): New variable.
---
gnu/packages/tryton.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 4a69384..ed9b074 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1901,6 +1901,27 @@ versions of 2010 and 2020.")
authenticate users via a LDAP server.")
(license license:gpl3+)))
+(define-public trytond-marketing
+ (package
+ (name "trytond-marketing")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_marketing" version))
+ (sha256
+ (base32 "0mh85sx5xj06zjmf9fhcislkwlp7k54fz14k3ia1xxpw5f953y3c"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "marketing"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)))
+ (home-page "https://docs.tryton.org/projects/modules-marketing")
+ (synopsis "Tryton module to group marketing features")
+ (description "The @emph{Marketing} Tryton module defines the
+fundamentals for marketing modules.")
+ (license license:gpl3+)))
+
(define-public trytond-party
(package
(name "trytond-party")
- 25/154: gnu: Add trytond-account-invoice-history., (continued)
- 25/154: gnu: Add trytond-account-invoice-history., guix-commits, 2021/09/21
- 28/154: gnu: Add trytond-account-payment., guix-commits, 2021/09/21
- 45/154: gnu: Add trytond-analytic-invoice., guix-commits, 2021/09/21
- 50/154: gnu: Add trytond-bank., guix-commits, 2021/09/21
- 48/154: gnu: Add trytond-attendance., guix-commits, 2021/09/21
- 49/154: gnu: Add trytond-authentication-sms., guix-commits, 2021/09/21
- 55/154: gnu: Add trytond-commission., guix-commits, 2021/09/21
- 60/154: gnu: Add trytond-edocument-uncefact., guix-commits, 2021/09/21
- 61/154: gnu: Add trytond-edocument-unece., guix-commits, 2021/09/21
- 63/154: gnu: Add trytond-ldap-authentication., guix-commits, 2021/09/21
- 64/154: gnu: Add trytond-marketing.,
guix-commits <=
- 65/154: gnu: Add trytond-marketing-automation., guix-commits, 2021/09/21
- 03/154: gnu: Add python-xlwt., guix-commits, 2021/09/21
- 69/154: gnu: Add trytond-party-relationship., guix-commits, 2021/09/21
- 04/154: gnu: Add python-tablib., guix-commits, 2021/09/21
- 08/154: gnu: Add python-stripe., guix-commits, 2021/09/21
- 09/154: gnu: Add trytond-account-asset., guix-commits, 2021/09/21
- 11/154: gnu: Add trytond-account-cash-rounding., guix-commits, 2021/09/21
- 15/154: gnu: Add trytond-account-dunning., guix-commits, 2021/09/21
- 13/154: gnu: Add trytond-account-de-skr03., guix-commits, 2021/09/21
- 12/154: gnu: Add trytond-account-credit-limit., guix-commits, 2021/09/21