[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
136/154: gnu: Add trytond-stock-package-shipping-ups.
From: |
guix-commits |
Subject: |
136/154: gnu: Add trytond-stock-package-shipping-ups. |
Date: |
Tue, 21 Sep 2021 15:08:04 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 2beca97d010f0fff36fbad360c1f3db35eb1d66f
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:52 2021 +0200
gnu: Add trytond-stock-package-shipping-ups.
* gnu/packages/tryton.scm (trytond-stock-package-shipping-ups): New
variable.
---
gnu/packages/tryton.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index e415d3e..f69d688 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3992,6 +3992,36 @@ packaging information about customer and supplier return
shipments.")
interact with shipping service providers.")
(license license:gpl3+)))
+(define-public trytond-stock-package-shipping-ups
+ (package
+ (name "trytond-stock-package-shipping-ups")
+ (version "6.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_stock_package_shipping_ups" version))
+ (sha256
+ (base32 "1dw6amd1kvpsldk14m656c0hpazf1ljzz2zri00nqq11d9x8xab5"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "stock_package_shipping_ups"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("python-requests" ,python-requests)
+ ("trytond" ,trytond)
+ ("trytond-party" ,trytond-party)
+ ("trytond-product" ,trytond-product)
+ ("trytond-stock" ,trytond-stock)
+ ("trytond-stock-package" ,trytond-stock-package)
+ ("trytond-stock-package-shipping" ,trytond-stock-package-shipping)
+ ("trytond-stock-shipment-measurements"
+ ,trytond-stock-shipment-measurements)))
+ (home-page
+ "https://docs.tryton.org/projects/modules-stock-package-shipping-ups")
+ (synopsis "UPS connector for the Tryton application plateform")
+ (description "The @emph{Stock Package Shipping UPS} Tryton module allows
+you to generate the UPS labels per package using the UPS webservices.")
+ (license license:gpl3+)))
+
(define-public trytond-stock-supply
(package
(name "trytond-stock-supply")
- 150/154: gnu: Add trytond-web-shop., (continued)
- 150/154: gnu: Add trytond-web-shop., guix-commits, 2021/09/21
- 100/154: gnu: Add trytond-sale., guix-commits, 2021/09/21
- 105/154: gnu: Add trytond-sale-discount., guix-commits, 2021/09/21
- 30/154: gnu: Add trytond-account-payment-clearing., guix-commits, 2021/09/21
- 108/154: gnu: Add trytond-sale-history., guix-commits, 2021/09/21
- 107/154: gnu: Add trytond-sale-gift-card., guix-commits, 2021/09/21
- 111/154: gnu: Add trytond-sale-payment., guix-commits, 2021/09/21
- 118/154: gnu: Add trytond-sale-shipment-grouping., guix-commits, 2021/09/21
- 123/154: gnu: Add trytond-sale-supply., guix-commits, 2021/09/21
- 124/154: gnu: Add trytond-sale-supply-drop-shipment., guix-commits, 2021/09/21
- 136/154: gnu: Add trytond-stock-package-shipping-ups.,
guix-commits <=
- 137/154: gnu: Add trytond-stock-product-location., guix-commits, 2021/09/21
- 142/154: gnu: Add trytond-stock-shipment-measurements., guix-commits, 2021/09/21
- 147/154: gnu: Add trytond-timesheet., guix-commits, 2021/09/21
- 149/154: gnu: Add trytond-user-role., guix-commits, 2021/09/21
- 148/154: gnu: Add trytond-timesheet-cost., guix-commits, 2021/09/21
- 153/154: gnu: Add trytond-web-shortener., guix-commits, 2021/09/21
- 114/154: gnu: Add trytond-sale-promotion., guix-commits, 2021/09/21
- 113/154: gnu: Add trytond-sale-product-customer., guix-commits, 2021/09/21
- 110/154: gnu: Add trytond-sale-opportunity., guix-commits, 2021/09/21
- 133/154: gnu: Add trytond-stock-lot-unit., guix-commits, 2021/09/21