3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

12 commits

Author SHA1 Message Date
Maxim Cournoyer
1ef04fb228
gnu: qtsvg: Rename variable to qtsvg-5.
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
2022-07-31 21:55:43 -04:00
Vinicius Monego
b2f2fdb37e
gnu: orange: Update to 3.32.0.
* gnu/packages/orange.scm (orange): Update to 3.32.0.
2022-06-18 13:07:10 -03:00
Leo Famulari
8b7db2fb98
gnu: orange: Remove a transitive dependency on QtWebKit.
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.
2022-01-28 14:03:04 -05:00
Vinicius Monego
354426bbcb
gnu: orange: Update to 3.31.1.
* 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>
2022-01-14 21:30:00 +01:00
Vinicius Monego
f7b6bc9d88
gnu: python-orange-widget-base: Update to 4.16.1.
* 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>
2022-01-14 21:30:00 +01:00
Vinicius Monego
b678f1f8b9
gnu: python-orange-canvas-core: Update to 0.1.24.
* 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>
2022-01-14 21:30:00 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Maxim Cournoyer
ea0a51071e
gnu: Rename qtbase to qtbase-5.
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.
2021-06-14 00:24:42 -04:00
Vinicius Monego
5461efe81f
gnu: Add orange.
* gnu/packages/orange.scm (orange): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-25 14:49:58 -04:00
Vinicius Monego
0b5ab41f29
gnu: Add python-serverfiles.
* gnu/packages/orange.scm (python-serverfiles): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-25 14:49:57 -04:00
Vinicius Monego
13b2bfad29
gnu: Add python-orange-widget-base.
* gnu/packages/orange.scm (python-orange-widget-base): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-25 14:49:57 -04:00
Vinicius Monego
f76ffea242
gnu: Add python-orange-canvas-core.
* gnu/packages/orange.scm: New file.
* gnu/packages/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-25 14:49:57 -04:00