mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: Add trytond-stock-package-shipping-ups.
* gnu/packages/tryton.scm (trytond-stock-package-shipping-ups): New variable.
This commit is contained in:
parent
e3f7f59dd5
commit
2beca97d01
1 changed files with 30 additions and 0 deletions
|
@ -3992,6 +3992,36 @@ (define-public trytond-stock-package-shipping
|
||||||
interact with shipping service providers.")
|
interact with shipping service providers.")
|
||||||
(license license:gpl3+)))
|
(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
|
(define-public trytond-stock-supply
|
||||||
(package
|
(package
|
||||||
(name "trytond-stock-supply")
|
(name "trytond-stock-supply")
|
||||||
|
|
Loading…
Reference in a new issue