summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-01
|\
| * gnu: Add python-pebble.Eric Bavier2021-07-30
| | | | | | | | * gnu/packages/python-xyz.scm (python-pebble): New variable.
| * gnu: web: Move libyaml and libcyaml to (gnu packages serialization).Maxim Cournoyer2021-07-29
| | | | | | | | | | | | | | | | | | | | Files to be adjusted were searched with the following command: $ git ls-files | xargs grep -l -E ',libc?yaml' | \ xargs grep -L '(gnu packages serialization)' * gnu/packages/web.scm (libyaml, libyaml+static, libcyaml): Move to... * gnu/packages/serialization.scm: ... here.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-07-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/emacs-xyz.scm gnu/packages/gpodder.scm gnu/packages/music.scm gnu/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm
| * gnu: python-pikepdf: Update to 2.16.1.Nicolas Goaziou2021-07-29
| | | | | | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.16.1.
| * gnu: Add python-zict.Ricardo Wurmus2021-07-28
| | | | | | | | * gnu/packages/python-xyz.scm (python-zict): New variable.
| * gnu: Add python-heapdict.Ricardo Wurmus2021-07-28
| | | | | | | | * gnu/packages/python-xyz.scm (python-heapdict): New variable.
| * gnu: python-dask: Update to 2021.7.1.Ricardo Wurmus2021-07-28
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-dask): Update to 2021.7.1. [arguments]: Do not skip test_shuffle.
| * gnu: python-partd: Update to 1.2.0.Ricardo Wurmus2021-07-28
| | | | | | | | * gnu/packages/python-xyz.scm (python-partd): Update to 1.2.0.
| * gnu: python-numexpr: Update to 2.7.3.Ricardo Wurmus2021-07-28
| | | | | | | | * gnu/packages/python-xyz.scm (python-numexpr): Update to 2.7.3.
| * gnu: python-cloudpickle: Update to 1.6.0.Ricardo Wurmus2021-07-28
| | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cloudpickle-testpkg): New variable. (python-cloudpickle): Update to 1.6.0; inherit from python-cloudpickle-testpkg. [source]: Fetch from git repository. [native-inputs]: Add python-cloudpickle-testpkg; replace python-tornado with python-tornado-6.
| * gnu: python2-cloudpickle: Override version, source, and native-inputs.Ricardo Wurmus2021-07-28
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-cloudpickle)[version]: Explicitly set to 1.3.0. [source]: Copy from base package. [native-inputs]: Do not inherit; copy.
| * gnu: python-pikepdf: Update to 2.16.0.Nicolas Goaziou2021-07-27
| | | | | | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.16.0.
| * gnu: python-pikepdf: Update to 2.15.1.Nicolas Goaziou2021-07-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.15.1.
| * gnu: Add python-tldr.Tanguy Le Carrour2021-07-20
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-tldr): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Add python-langdetect.Vinicius Monego2021-07-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-langdetect): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-pyhull.Franck Pérignon2021-07-19
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pyhull): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: Use 'search-input-file' when looking for *.so and *.a.Ludovic Courtès2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | gnu: Use 'search-input-directory' for the SDL header directory.Ludovic Courtès2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | gnu: Use 'search-input-directory' when looking for tzdata.Ludovic Courtès2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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".
* | Merge branch 'master' into core-updatesLudovic Courtès2021-07-18
|\|
| * gnu: Add python-recommonmark.Hugo Lecomte2021-07-09
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-recommonmark): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-escapism.Hugo Lecomte2021-07-09
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-escapism): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-seaborn: Update to 0.11.1.Ludovic Courtès2021-07-09
| | | | | | | | | | | | | | * 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.
| * gnu: python-seaborn: Simplify 'start-xserver' phase.Ludovic Courtès2021-07-09
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-seaborn)[arguments]: In 'start-xserver' phase, assume "Xvfb" is in $PATH.
| * gnu: python-seaborn: 'check' phase honors #:tests?.Ludovic Courtès2021-07-09
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-seaborn)[arguments]: Change 'check' phase to honor #:tests?.
| * gnu: python-watchgod: Respect "--without-tests".Maxime Devos2021-07-08
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-watchgod)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: python-pymediainfo: Respect "--without-tests".Maxime Devos2021-07-08
| | | | | | | | | | | | | | | | | | * 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>
| * gnu: python-pikepdf: Update to 2.14.2.Nicolas Goaziou2021-07-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.2.
| * mailmap: Update entries for Matthew James Kraai.Matthew James Kraai2021-07-08
| | | | | | | | | | | | | | | | * .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>
| * gnu: python-pikepdf: Update to 2.14.1.Nicolas Goaziou2021-07-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.1.
| * gnu: Add python-ueberzug.Raghav Gururajan2021-07-06
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-ueberzug): New variable. Co-authored-by: jgart <jgart@dismail.de>
| * gnu: python2-pyzmq: Remove package.zimoun2021-07-05
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-pyzmq): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: python2-toolz: Remove package.zimoun2021-07-05
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-toolz): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: python2-nbformat: Remove package.zimoun2021-07-05
| | | | | | | | | | | | | | | | | | 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>
| * gnu: python2-ipython: Remove package.zimoun2021-07-05
| | | | | | | | | | | | | | | | | | 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>
| * gnu: python2-jupyter-client: Remove package.zimoun2021-07-05
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-jupyter-client): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: python2-nbconvert: Remove package.zimoun2021-07-05
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-nbconvert): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: python-k5test: Apply unreleased upstream fix.Lars-Dominik Braun2021-06-30
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-k5test) [arguments]<#:phases>: Rename phase to reflect what it actually does, add another substitute* expression.
| * gnu: python2-rpython: Remove package.zimoun2021-06-29
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-rpython): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python2-larch: Remove package.zimoun2021-06-29
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-larch): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * Revert "gnu: Add python-ueberzug."Raghav Gururajan2021-06-28
| | | | | | | | | | This reverts commit 1cc89f08b816f56e1bca25340e945b1cbb34f05d, as it was accidentally pushed.
| * gnu: python-fire: Respect #:tests?Raghav Gururajan2021-06-28
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-fire)[arguments]: Respect #:tests? in the custom 'check' phase.
| * gnu: Add python-ueberzug.LibreMiami2021-06-28
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-ueberzug): New variable. Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name> Co-authored-by: jgart <jgart@dismail.de>
| * gnu: Add python-fire.Danial Behzadi2021-06-26
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-fire): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| * gnu: Add python2-twodict.Raghav Gururajan2021-06-26
| | | | | | | | * gnu/packages/python-xyz.scm (python2-twodict): New variable.
| * gnu: Add python-twodict.Raghav Gururajan2021-06-26
| | | | | | | | * gnu/packages/python-xyz (python-twodict): New variable.
* | gnu: python-pyyaml: Fix build.Julien Lepiller2021-07-10
| | | | | | | | | | | | | | | | | | 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.
* | Merge branch 'master' into core-updatesTobias Geerinckx-Rice2021-06-23
|\| | | | | | | | | | | | | | | Conflicts: gnu/packages/cups.scm gnu/packages/python-web.scm gnu/packages/web.scm guix/build/maven/pom.scm
| * gnu: Add python-pykdtree.Vinicius Monego2021-06-23
| | | | | | | | * gnu/packages/python-xyz.scm (python-pykdtree): New variable.