GNU bug report logs -
#56706
[PATCH 00/17] Update Tryton to 6.2.
Previous Next
Full log
Message #44 received at 56706 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tryton.scm (trytond-stock-package-shipping-mygls): New variable.
---
gnu/packages/tryton.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 15602c5fc7..2b35653142 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4062,6 +4062,31 @@ you to generate the DPD label using the DPD webservices. DPD has many
different web services, the module supports:")
(license license:gpl3+)))
+(define-public trytond-stock-package-shipping-mygls
+ (package
+ (name "trytond-stock-package-shipping-mygls")
+ (version "6.2.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_stock_package_shipping_mygls" version))
+ (sha256
+ (base32 "0pwq720mqv473s5aqib89z5bjdl127l8nqw91prxsna82bm16kv2"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "trytond_stock_package_shipping_mygls"))
+ (native-inputs (%standard-trytond-native-inputs))
+ (propagated-inputs (list python-pypdf2
+ trytond
+ trytond-carrier
+ trytond-stock
+ trytond-stock-package
+ trytond-stock-package-shipping
+ python-zeep))
+ (home-page "https://docs.tryton.org/projects/modules-stock-package-shipping-mygls")
+ (synopsis "MyGLS connector for the Tryton application platform")
+ (description "The @emph{Stock Package Shipping MyGLS} Tryton module allows
+package labels to be generated for shipments using MyGLS webservices.")
+ (license license:gpl3+)))
+
(define-public trytond-stock-package-shipping-ups
(package
(name "trytond-stock-package-shipping-ups")
--
2.30.4
This bug report was last modified 2 years and 344 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.