Age | Commit message (Expand) | Author |
2021-07-24 | gnu: Use 'search-input-file' when looking for *.so and *.a....* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Use
'search-input-file' when looking for *.a and *.so.
* gnu/packages/emulators.scm (dolphin-emu): Likewise.
* gnu/packages/engineering.scm (lepton-eda): Likewise.
(pcb): Likewise.
* gnu/packages/golang.scm (go-1.4): Likewise.
(go-1.14): Likewise.
* gnu/packages/haskell.scm (ghc-7): Likewise.
* gnu/packages/irods.scm (irods): Likewise.
* gnu/packages/language.scm (python2-tegaki-pygtk): Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-lzlib): Likewise.
(sbcl-cl-gobject-introspection): Likewise.
(sbcl-cl-ana): Likewise.
(sbcl-cl-libuv): Likewise.
(sbcl-cl-async): Likewise.
(sbcl-mcclim): Likewise.
(sbcl-zstd): Likewise.
(sbcl-cl-opengl): Likewise.
(sbcl-lev): Likewise.
(sbcl-cl-glfw3): Likewise.
* gnu/packages/machine-learning.scm (tensorflow): Likewise.
* gnu/packages/messaging.scm (utox): Likewise.
* gnu/packages/mpi.scm (java-openmpi): Likewise.
* gnu/packages/music.scm (jack-select): Likewise.
* gnu/packages/pascal.scm (fpc): Likewise.
* gnu/packages/python-crypto.scm (python-libnacl): Likewise.
* gnu/packages/python-xyz.scm (python-cairocffi): Likewise.
(python-pyev): Likewise.
(python-pytidylib): Likewise.
* gnu/packages/radio.scm (unixcw): Likewise.
* gnu/packages/rust.scm (rust-1.32): Likewise.
* gnu/packages/security-token.scm (opensc): Likewise.
(python-pyscard): Likewise.
* gnu/packages/selinux.scm (python-setools): Likewise.
* gnu/packages/spice.scm (libcacard): Likewise.
* gnu/packages/telephony.scm (libtgvoip): Likewise.
| Ludovic Courtès |
2021-07-24 | gnu: Use 'search-input-directory' for the SDL header directory....* gnu/packages/education.scm (gcompris)[arguments]: Use
'search-input-directory' when searching for SDL headers.
* gnu/packages/education.scm (t4k-common): Likewise.
(tuxmath): Likewise.
* gnu/packages/game-development.scm (tesseract-engine): Likewise.
* gnu/packages/games.scm (foobillard++): Likewise.
(ltris): Likewise.
(prboom-plus): Likewise.
(abbaye): Likewise.
(red-eclipse): Likewise.
(kiki): Likewise.
(tome4): Likewise.
(btanks): Likewise.
(4dtris): Likewise.
(edgar): Likewise.
* gnu/packages/python-xyz.scm (python-kivy): Likewise.
| Ludovic Courtès |
2021-07-24 | gnu: Use 'search-input-directory' when looking for tzdata....* gnu/packages/backup.scm (duplicity)[arguments]: Use
'search-input-directory' for "share/zoneinfo".
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Likewise.
(pigx-bsseq): Likewise.
* gnu/packages/calcurse.scm (calcurse): Likewise.
* gnu/packages/calendar.scm (date): Likewise.
* gnu/packages/compression.scm (lhasa): Likewise.
* gnu/packages/cran.scm (r-rstan): Likewise.
* gnu/packages/django.scm (python-django): Likewise.
* gnu/packages/dlang.scm (ldc-bootstrap): Likewise.
* gnu/packages/finance.scm (ledger): Likewise.
* gnu/packages/glib.scm (glib): Likewise.
* gnu/packages/golang.scm (go-1.4): Likewise.
(go-1.14): Likewise.
* gnu/packages/kde-frameworks.scm (kcalendarcore): Likewise.
(kdelibs4support): Likewise.
* gnu/packages/kodi.scm (kodi): Likewise.
* gnu/packages/mail.scm (mu): Likewise.
* gnu/packages/perl.scm (perl-libtime-parsedate): Likewise.
* gnu/packages/python-xyz.scm (python-robotframework): Likewise.
(python-dparse): Likewise.
* gnu/packages/rrdtool.scm (rrdtool): Likewise.
* gnu/packages/statistics.scm (r-with-tests): Likewise.
* gnu/packages/vim.scm (vim): Likewise.
* gnu/packages/virtualization.scm (ganeti): Likewise.
* gnu/packages/vpn.scm (strongswan): Likewise.
* gnu/packages/xfce.scm (xfce4-panel): Likewise.
* gnu/packages/mate.scm (libmateweather): Use 'search-input-file' for
"share/zoneinfo/zone.tab".
| Ludovic Courtès |
2021-07-18 | Merge branch 'master' into core-updates | Ludovic Courtès |
2021-07-10 | gnu: python-pyyaml: Fix build....python-cython is required to generate the C source for the libyaml
extension, which is required for the `_yaml' module to work. This in
turn lets the `sanity-check' phase succeed.
* gnu/packages/python-xyz.scm (python-pyyaml)[inputs]: Add
python-cython.
| Julien Lepiller |
2021-07-09 | gnu: Add python-recommonmark....* gnu/packages/python-xyz.scm (python-recommonmark): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Hugo Lecomte |
2021-07-09 | gnu: Add python-escapism....* gnu/packages/python-xyz.scm (python-escapism): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Hugo Lecomte |
2021-07-09 | gnu: python-seaborn: Update to 0.11.1....* gnu/packages/patches/python-seaborn-kde-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-xyz.scm (python-seaborn): Use it, and update to
0.11.1.
| Ludovic Courtès |
2021-07-09 | gnu: python-seaborn: Simplify 'start-xserver' phase....* gnu/packages/python-xyz.scm (python-seaborn)[arguments]: In
'start-xserver' phase, assume "Xvfb" is in $PATH.
| Ludovic Courtès |
2021-07-09 | gnu: python-seaborn: 'check' phase honors #:tests?....* gnu/packages/python-xyz.scm (python-seaborn)[arguments]: Change
'check' phase to honor #:tests?.
| Ludovic Courtès |
2021-07-08 | gnu: python-watchgod: Respect "--without-tests"....* gnu/packages/python-xyz.scm
(python-watchgod)[arguments]<#:phases>{check}: Respect #:tests?.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2021-07-08 | gnu: python-pymediainfo: Respect "--without-tests"....* gnu/packages/python-xyz.scm
(python-pymediainfo)[arguments]<#:phases>{check}: Respect
#:tests?. Don't bother returning #t as it isn't required
anymore.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Maxime Devos |
2021-07-08 | gnu: python-pikepdf: Update to 2.14.2....* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.2.
| Nicolas Goaziou |
2021-07-08 | mailmap: Update entries for Matthew James Kraai....* .mailmap: Change name for Matthew James Kraai.
* gnu/packages/lisp-xyz.scm, gnu/packages/python-xyz.scm,
gnu/packages/rust.scm: Likewise.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Matthew James Kraai |
2021-07-08 | gnu: python-pikepdf: Update to 2.14.1....* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.1.
| Nicolas Goaziou |
2021-07-06 | gnu: Add python-ueberzug....* gnu/packages/python-xyz.scm (python-ueberzug): New variable.
Co-authored-by: jgart <jgart@dismail.de>
| Raghav Gururajan |
2021-07-05 | gnu: python2-pyzmq: Remove package....* gnu/packages/python-xyz.scm (python2-pyzmq): Remove variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| zimoun |
2021-07-05 | gnu: python2-toolz: Remove package....* gnu/packages/python-xyz.scm (python2-toolz): Remove variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| zimoun |
2021-07-05 | gnu: python2-nbformat: Remove package....Follow the remove of 'python2-jupyter-core' by commit
a0a8fdeaf2db2695dd7944ee7d2e5eeade9e600b.
* gnu/packages/python-xyz.scm (python2-nbformat): Remove variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| zimoun |
2021-07-05 | gnu: python2-ipython: Remove package....Commit a0a8fdeaf2db2695dd7944ee7d2e5eeade9e600b removed the variable
'python2-jupyer-core' which breaks the dependency 'python2-nbformat'.
* gnu/packages/python-xyz.scm (python2-ipython): Remove variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| zimoun |
2021-07-05 | gnu: python2-jupyter-client: Remove package....* gnu/packages/python-xyz.scm (python2-jupyter-client): Remove variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| zimoun |
2021-07-05 | gnu: python2-nbconvert: Remove package....* gnu/packages/python-xyz.scm (python2-nbconvert): Remove variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| zimoun |
2021-06-30 | gnu: python-k5test: Apply unreleased upstream fix....* gnu/packages/python-xyz.scm (python-k5test) [arguments]<#:phases>:
Rename phase to reflect what it actually does, add another substitute*
expression.
| Lars-Dominik Braun |
2021-06-29 | gnu: python2-rpython: Remove package....* gnu/packages/python-xyz.scm (python2-rpython): Remove variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| zimoun |
2021-06-29 | gnu: python2-larch: Remove package....* gnu/packages/python-xyz.scm (python2-larch): Remove variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| zimoun |
2021-06-28 | Revert "gnu: Add python-ueberzug."...This reverts commit 1cc89f08b816f56e1bca25340e945b1cbb34f05d,
as it was accidentally pushed.
| Raghav Gururajan |
2021-06-28 | gnu: python-fire: Respect #:tests?...* gnu/packages/python-xyz.scm (python-fire)[arguments]: Respect #:tests?
in the custom 'check' phase.
| Raghav Gururajan |
2021-06-28 | gnu: Add python-ueberzug....* gnu/packages/python-xyz.scm (python-ueberzug): New variable.
Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name>
Co-authored-by: jgart <jgart@dismail.de>
| LibreMiami |
2021-06-26 | gnu: Add python-fire....* gnu/packages/python-xyz.scm (python-fire): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| Danial Behzadi |
2021-06-26 | gnu: Add python2-twodict....* gnu/packages/python-xyz.scm (python2-twodict): New variable.
| Raghav Gururajan |
2021-06-26 | gnu: Add python-twodict....* gnu/packages/python-xyz (python-twodict): New variable.
| Raghav Gururajan |
2021-06-23 | Merge branch 'master' into core-updates...Conflicts:
gnu/packages/cups.scm
gnu/packages/python-web.scm
gnu/packages/web.scm
guix/build/maven/pom.scm
| Tobias Geerinckx-Rice |
2021-06-23 | gnu: Add python-pykdtree....* gnu/packages/python-xyz.scm (python-pykdtree): New variable.
| Vinicius Monego |
2021-06-22 | gnu: python-numpy, python-scipy: Remove dependency on lapack....The dependency on lapack was unused; the LAPACK interface of OpenBLAS is
used instead. The dependency on lapack was added in
cba256f8faaa18457fc9b77e8b401f17b89bdd75 (numpy) and
719b01c1575b8599b0dca9f245a9d759032f3168 (scipy).
* gnu/packages/python-science.scm (python-scipy)[inputs]: Remove
LAPACK.
* gnu/packages/python-xyz.scm (python-numpy)[inputs]: Likewise.
| Ludovic Courtès |
2021-06-22 | gnu: python-pikepdf: Update to 2.13.0....* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.13.0.
| Nicolas Goaziou |
2021-06-22 | gnu: python-pika: Update to 1.2.0....* gnu/packages/python-xyz.scm (python-pika): Update to 1.2.0.
[source]: Change to GIT-FETCH.
[arguments]: New field. Override and disable tests.
[native-inputs]: Remove PYTHON-PYEV. Add PYTHON-MOCK, PYTHON-NOSE, and
PYTHON-GEVENT.
(python2-pika): Remove variable.
| Marius Bakke |
2021-06-22 | gnu: python-ddt: Update to 1.4.2....* gnu/packages/python-xyz.scm (python-ddt): Update to 1.4.2.
| Ricardo Wurmus |
2021-06-21 | gnu: python-pyyaml: Update to 5.4.1....* gnu/packages/python-xyz.scm (python-pyyaml): Update to 5.4.1.
| Ricardo Wurmus |
2021-06-21 | gnu: python-argh: Remove python-tox....* gnu/packages/python-xyz.scm (python-argh)[propagated-inputs]: Remove python-tox.
| Ricardo Wurmus |
2021-06-19 | Merge branch 'master' into core-updates...Note: this merge actually changes the 'curl' and 'python-attrs' derivations,
as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and
12964df69a99de6190422c752fef65ef813f3b6b respectively.
4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it
cannot currently be tested.
Conflicts:
gnu/local.mk
gnu/packages/aidc.scm
gnu/packages/boost.scm
gnu/packages/curl.scm
gnu/packages/nettle.scm
gnu/packages/networking.scm
gnu/packages/python-xyz.scm
gnu/packages/tls.scm
| Marius Bakke |
2021-06-18 | gnu: python-miniboa: Update to 1.0.8....* gnu/packages/python-xyz.scm (python-miniboa): Update to 1.0.8.
| Arun Isaac |
2021-06-15 | gnu: python-pygit2: Update to 1.6.0....* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.6.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Xinglu Chen |
2021-06-14 | 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.
| Maxim Cournoyer |
2021-06-13 | gnu: python-magic: Update to 0.4.22....* gnu/packages/python-xyz.scm (python-magic): Update to 0.4.22.
[source]: Switch to GIT-FETCH.
[arguments]: Remove #:tests?. Adjust substitution and override check phase.
Remove obsolete phase.
[native-inputs]: Add WHICH.
| Marius Bakke |
2021-06-13 | gnu: python-attrs: Update to 21.2.0....* gnu/packages/python-xyz.scm (python-attrs): Update to 21.2.0.
[native-inputs]: Remove PYTHON-SPHINX and PYTHON-ZOPE-INTERFACE.
| Marius Bakke |
2021-06-08 | gnu: python-pyzmq: Update to 22.1.0....* gnu/packages/python-xyz.scm (python-pyzmq): Update to 22.1.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-06-08 | gnu: python-pyzmq: Enable tests....* gnu/packages/python-xyz.scm (python-pyzmq)[arguments]: Remove #:tests?. Add
new 'build-extensions' phase to build Cython extensions before tests.
[native-inputs]: Remove python-nose. Add python-cython and python-pytest.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-06-08 | gnu: python-toolz: Update to 0.11.1....* gnu/packages/python-xyz.scm (python-toolz): Update to 0.11.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-06-08 | gnu: python-toolz: Enable tests....* gnu/packages/python-xyz.scm (python-toolz)[arguments]: Remove #:tests?.
Override check phase.
[native-inputs]: Add python-pytest.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-06-08 | gnu: ptpython: Update to 3.0.17....* gnu/packages/python-xyz.scm (ptpython): Update to 3.0.17.
[propagated-inputs]: Add python-black.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |