mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: Add trytond-gis.
* gnu/packages/tryton.scm (trytond-gis): New variable.
This commit is contained in:
parent
bc6780ee9a
commit
d0326574f8
1 changed files with 20 additions and 0 deletions
|
@ -1747,6 +1747,26 @@ (define-public trytond-edocument-unece
|
|||
@end itemize")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public trytond-gis
|
||||
(package
|
||||
(name "trytond-gis")
|
||||
(version "6.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "trytond_gis" version))
|
||||
(sha256
|
||||
(base32 "1z6rvwyzisd62bmzhh1g56as7xyvchdsgj52w9q5x908k2jr4pl4"))))
|
||||
(build-system python-build-system)
|
||||
(arguments (tryton-arguments "trytond_gis"))
|
||||
(native-inputs (%standard-trytond-native-inputs))
|
||||
(propagated-inputs (list python-geomet trytond))
|
||||
(home-page "https://docs.tryton.org/projects/backend-gis")
|
||||
(synopsis "Geographic Information System support from Tryton")
|
||||
(description "The @emph{Trytond GIS} Tryton module adds GIS (Geographic
|
||||
information system) support to Tryton.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public trytond-incoterm
|
||||
(package
|
||||
(name "trytond-incoterm")
|
||||
|
|
Loading…
Reference in a new issue