me
/
guix
Archived
1
0
Fork 0

gnu: Add trytond-stock-package-shipping-dpd.

* gnu/packages/tryton.scm (trytond-stock-package-shipping-dpd): New variable.
master
Hartmut Goebel 2021-08-27 15:09:52 +02:00
parent c8f49e5c70
commit fdcd0133b2
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 26 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#: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 @@ packaging information about customer and supplier return shipments.")
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")