summaryrefslogtreecommitdiff
path: root/gnu/packages/orange.scm
Commit message (Collapse)AuthorAge
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
* gnu: orange: Update to 3.32.0.Vinicius Monego2022-06-18
| | | | * gnu/packages/orange.scm (orange): Update to 3.32.0.
* gnu: orange: Remove a transitive dependency on QtWebKit.Leo Famulari2022-01-28
| | | | | | | See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/orange.scm (orange)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.
* gnu: orange: Update to 3.31.1.Vinicius Monego2022-01-14
| | | | | | | | | | * gnu/packages/orange.scm (orange): Update to 3.31.1. [arguments]<#:phases>: Don't return #t. Adjust file name for substitution in 'preparations. Rename 'set-HOME to 'pre-check. Set QT_QPA_PLATFORM in 'pre-check. [inputs]: Add python-pygments, python-qtconsole. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-orange-widget-base: Update to 4.16.1.Vinicius Monego2022-01-14
| | | | | | | | * gnu/packages/orange.scm (python-orange-widget-base): Update to 4.16.1. [arguments]<#:phases>: Don't return #t. [propagated-inputs]: Add python-typing-extensions. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-orange-canvas-core: Update to 0.1.24.Vinicius Monego2022-01-14
| | | | | | | | * gnu/packages/orange.scm (python-orange-canvas-core): Update to 0.1.24. [arguments]<#:phases>: Don't return #t. [propagated-inputs]: Remove python-pyqt. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
* gnu: Add orange.Vinicius Monego2021-04-25
| | | | | | * gnu/packages/orange.scm (orange): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-serverfiles.Vinicius Monego2021-04-25
| | | | | | * gnu/packages/orange.scm (python-serverfiles): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-orange-widget-base.Vinicius Monego2021-04-25
| | | | | | * gnu/packages/orange.scm (python-orange-widget-base): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-orange-canvas-core.Vinicius Monego2021-04-25
* gnu/packages/orange.scm: New file. * gnu/packages/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>