mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add trytond-stock-package-shipping-dpd.
* gnu/packages/tryton.scm (trytond-stock-package-shipping-dpd): New variable.
This commit is contained in:
parent
c8f49e5c70
commit
fdcd0133b2
1 changed files with 26 additions and 0 deletions
|
@ -29,6 +29,7 @@ (define-module (gnu packages tryton)
|
|||
#:use-module (gnu packages glib)
|
||||
#:use-module (gnu packages gnome)
|
||||
#:use-module (gnu packages gtk)
|
||||
#:use-module (gnu packages pdf)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages python-crypto)
|
||||
#:use-module (gnu packages python-web)
|
||||
|
@ -3812,6 +3813,31 @@ (define-public trytond-stock-package-shipping
|
|||
interact with shipping service providers.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public trytond-stock-package-shipping-dpd
|
||||
(package
|
||||
(name "trytond-stock-package-shipping-dpd")
|
||||
(version "6.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "trytond_stock_package_shipping_dpd" version))
|
||||
(sha256
|
||||
(base32 "11jn2i7gkxj4nck5fkp0j8n8r6vhsv26rcnmmmmdh1iqji7cv8yf"))))
|
||||
(build-system python-build-system)
|
||||
(arguments (tryton-arguments "stock_package_shipping_dpd"))
|
||||
(native-inputs (%standard-trytond-native-inputs))
|
||||
(propagated-inputs
|
||||
(list python-pypdf2 trytond trytond-party trytond-product trytond-stock
|
||||
trytond-stock-package trytond-stock-package-shipping
|
||||
trytond-stock-shipment-measurements python-zeep))
|
||||
(home-page
|
||||
"https://docs.tryton.org/projects/modules-stock-package-shipping-dpd")
|
||||
(synopsis "DPD connector for the Tryton application platform")
|
||||
(description "The @emph{Stock Package Shipping DPD} Tryton module allows
|
||||
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-ups
|
||||
(package
|
||||
(name "trytond-stock-package-shipping-ups")
|
||||
|
|
Loading…
Reference in a new issue