me
/
guix
Archived
1
0
Fork 0

gnu: Add trytond-project-plan.

* gnu/packages/tryton.scm (trytond-project-plan): New variable.
master
Hartmut Goebel 2021-08-27 15:09:32 +02:00
parent ce943b213a
commit d0ea8226cc
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 24 additions and 0 deletions
gnu/packages

View File

@ -2613,6 +2613,30 @@ methods on projects. The methods are:
@end itemize")
(license license:gpl3+)))
(define-public trytond-project-plan
(package
(name "trytond-project-plan")
(version "6.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_project_plan" version))
(sha256
(base32 "0yanvfmg4nmbc322h6w9m7asv4bm95y2wksi4rrvlbs84njgvhnq"))))
(build-system python-build-system)
(arguments (tryton-arguments "project_plan"))
(native-inputs `(,@%standard-trytond-native-inputs))
(propagated-inputs
`(("trytond" ,trytond)
("trytond-company" ,trytond-company)
("trytond-project" ,trytond-project)
("trytond-timesheet" ,trytond-timesheet)))
(home-page "https://docs.tryton.org/projects/modules-project-plan")
(synopsis "Tryton module to add planning capabilities on projects")
(description "The @emph{Project Plan} Tryton module adds planning features
on top of the Project module.")
(license license:gpl3+)))
(define-public trytond-purchase
(package
(name "trytond-purchase")