aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/rsync.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/tests/rsync.scm')
0 files changed, 0 insertions, 0 deletions
mit/gnu/packages/graph.scm?id=ca2516f0653c33494701ad02638bf5d7c5c74f25'>gnu: python-leidenalg: Update to 0.8.10....* gnu/packages/graph.scm (python-leidenalg): Update to 0.8.10. [arguments]: Patch setup.py. [native-inputs]: Remove python-setuptools; add python-setuptools-scm. Ricardo Wurmus 2022-05-23gnu: python-plotly: Update to 5.6.0....* gnu/packages/graph.scm (python-plotly): Update to 5.6.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> kiasoc5 2022-04-14gnu: python-igraph: Update to 0.9.10....* gnu/packages/graph.scm (python-igraph): Update to 0.9.10. Efraim Flashner 2022-04-14gnu: igraph: Update to 0.9.8....* gnu/packages/graph.scm (igraph): Update to 0.9.8. Efraim Flashner 2022-01-31gnu: python-louvain-0.6: Update to 0.7.1....* gnu/packages/graph.scm (python-louvain-0.6): Update to 0.7.1. [arguments]: Add build phases 'find-igraph and 'pretend-version. [native-inputs]: Add python-setuptools-scm and python-wheel. Rename this variable... (python-louvain-0.7): ...to this, naturally. * gnu/packages/bioinformatics.scm (python-scanpy)[propagated-inputs]: Update reference to python-louvain-0.6. Ricardo Wurmus 2022-01-31gnu: python-louvain: Update to 0.16....* gnu/packages/graph.scm (python-louvain): Update to 0.16. Ricardo Wurmus 2022-01-22gnu: python-louvain: Build with older setuptools....* gnu/packages/graph.scm (python-louvain)[native-inputs]: Add PYTHON-SETUPTOOLS. Marius Bakke 2022-01-18gnu: python-igraph: Do not inherit igraph replacements.......because igraph is built from different source code. * gnu/packages/graph.scm (python-igraph): Use object inheritance instead of PACKAGE/INHERIT. Marius Bakke 2022-01-18gnu: python-leidenalg: Fix build failure....* gnu/packages/graph.scm (python-leidenalg)[arguments]: Add #:phases. [native-inputs]: Add PYTHON-SETUPTOOLS. Marius Bakke 2022-01-18gnu: igraph: Update to 0.9.9....* gnu/packages/graph.scm (igraph): Update to 0.9.9. Maxim Cournoyer 2022-01-18gnu: igraph: Update to 0.9.6....* gnu/packages/graph.scm (igraph): Update to 0.9.6. [snippet]: Simplify source snippet a bit, leveraging the new support for using an external plfit library. Maxim Cournoyer 2022-01-10gnu: python-plotly: Remove obsolete phase....* gnu/packages/graph.scm (python-plotly)[arguments]<#:phases>: Remove 'make-files-writable phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sarah Morgensen 2022-01-10gnu: python-igraph: Update to 0.9.8....* gnu/packages/graph.scm (python-igraph): Update to 0.9.8. [origin]: Fetch from git. [configure-flags]: Delete argument. [phases]{build}: No longer override phase. {check}: Preserve ordering and streamline. {specify-libigraph-location}: New phase. [native-inputs]: Remove pkg-config. [home-page]: Update. Maxim Cournoyer 2022-01-10gnu: igraph: Update to 0.9.5....* gnu/packages/graph.scm (igraph): Update to 0.9.5. [source]: Add snippet to fully unbundle. [build-system]: Use cmake-build-system. [configure-flags]: Replace all by just '-DBUILD_SHARED_LIBS=ON'. [native-inputs]: Add pkg-config. [inputs]{zlib}: Delete input. {arpack-ng, plfit, suitesparse}: New inputs. Maxim Cournoyer 2022-01-10gnu: Add plfit....* gnu/packages/graph.scm (plfit): New variable. Maxim Cournoyer 2021-12-29gnu: python-plotly: Fix trailing whitespace in description....* gnu/packages/graph.scm (python-plotly)[description]: Fix trailing whitespace. Vagrant Cascadian 2021-12-17gnu: python-graph-tool: Remove input labels....* gnu/packages/graph.scm (python-graph-tool)[arguments]: Import SITE-PACKAGES from (guix build python-build-system), and use instead of homegrown procedure. [native-inputs, inputs]: Remove labels. Marius Bakke 2021-12-17gnu: python-graph-tool: Build with Cairomm 1.14....* gnu/packages/graph.scm (python-graph-tool)[inputs]: Change from CAIROMM to CAIROMM-1.14. Marius Bakke 2021-12-17gnu: Remove unneeded uses of custom GCC versions....* gnu/packages/bioinformatics.scm (libmaus2, biobambam2)[native-inputs]: Remove GCC-10. * gnu/packages/game-development.scm (libresprite, python-pyxel)[native-inputs]: Likewise. * gnu/packages/lua.scm (emilua)[native-inputs]: Likewise. * gnu/packages/radio.scm (sdr++)[native-inputs]: Likewise. * gnu/packages/wm.scm (fnott)[native-inputs]: Likewise. * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Likewise. (scintilla)[native-inputs]: Remove GCC-9. * gnu/packages/build-tools.scm (bear)[native-inputs]: Likewise. * gnu/packages/cpp.scm (magic-enum)[native-inputs]: Likewise. * gnu/packages/games.scm (openttd)[native-inputs]: Likewise. (schiffbruch)[native-inputs]: Remove GCC-11. * gnu/packages/music.scm (liquidsfz, geonkick)[native-inputs]: Remove GCC-9. * gnu/packages/fcitx5.scm (fcitx5, libime, fcitx5-configtool)[native-inputs]: Likewise. * gnu/packages/wine.scm (dxvk32)[native-inputs]: Likewise. * gnu/packages/ftp.scm (libfilezilla)[native-inputs]: Remove GCC-8. * gnu/packages/image.scm (blurhash)[native-inputs]: Likewise. * gnu/packages/jami.scm (libring)[native-inputs]: Likewise. * gnu/packages/pdf.scm (xournalpp)[native-inputs]: Likewise. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop, telegram-desktop)[native-inputs]: Likewise. Marius Bakke 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-07-20gnu: python-graph-tool: Sort inputs alphabetically....* gnu/packages/graph.scm (python-graph-tool)[native-inputs]: Sort alphabetically. [inputs]: Same. [propagated-inputs]: Same. Efraim Flashner 2021-07-20gnu: python-graph-tool: Update to 2.43....* gnu/packages/graph.scm (python-graph-tool): Update to 2.43. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Alexandre Hannud Abdo 2021-06-29gnu: python2-plotly: Remove package....* gnu/packages/graph.scm (python2-plotly): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun