summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Collapse)AuthorAge
* gnu: Remove leading article from synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (hungrycat)[synopsis]: Remove leading article. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12, rust-svd-parser-0.9)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/lisp.scm (gcl, clisp)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-pari-jupyter, python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/scheme.scm (mit-scheme)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
* gnu: Remove trailing period from synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/anddroid.scm (android-liblog, git-repo)[synopsis]: Remove trailing period. * gnu/packages/audio.scm (audio-to-midi)[synopsis]: Likewise. * gnu/packages/bioinformatics.scm (python-mygene, python-scanpy, nanosv)[synopsis]: Likewise. * gnu/packages/cran.scm (r-gsubfn)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-ascii-1, rust-bindgen-0.59, rust-byte-unit-4, rust-clircle-0.3, rust-dashmap-4, rust-dhcp4r-0.2, rust-fast-float-0.2, rust-fst-0.4, rust-futures-core-preview-0.3, rust-http-types-2, rust-hyper-0.14, rust-indexmap-1, rust-minimal-lexical-0.1, rust-oorandom-11.1, rust-runtime-raw-0.3, rust-sharded-slab-0.1, rust-takeable-option-0.4, rust-tower-service-0.3, rust-ttf-parser-0.12)[synopsis]: Likewise. * gnu/packages/disk.scm (f3)[synopsis]: Likewise. * gnu/packages/emacs-xyz.scm (emacs-scribble-mode, emacs-psession)[synopsis]: Likewise. * gnu/packages/golang.scm (go-github-com-kylelemons-godebug)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-fsnotify, ghc-libyaml, ghc-emojis, ghc-regex-tdfa, ghc-th-lift-instances, ghc-commonmark-pandoc)[synopsis]: Likewise. * gnu/packages/java.scm (java-commons-jxpath, java-jakarta-regexp)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-annot, sbcl-envy)[synopsis]: Likewise. * gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify)[synopsis]: Likewise. * gnu/packages/maven.scm (maven-wagon-http-shared, maven-surefire-plugin)[synopsis]: Likewise. * gnu/packages/perl.scm (perl-text-soundex)[synopsis]: Likewise. * gnu/packages/python-check.scm (python-httmock)[synopsis]: Likewise. * gnu/packages/python-web.scm (python-bottle)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-olefile, python-tokenize-rt, python-pylzma)[synopsis]: Likewise. * gnu/packages/tex.scm (texlive-docstrip)[synopsis]: Likewise.
* gnu: Add python-nb-clean.Jelle Licht2021-12-30
| | | | * gnu/packages/python-xyz.scm (python-nb-clean): New variable.
* gnu: python-dask: Fix trailing whitespace in description.Vagrant Cascadian2021-12-29
| | | | | * gnu/packages/python-xyz.scm (python-dask)[description]: Fix trailing whitespace.
* gnu: python-babel: Fix trailing whitespace in description.Vagrant Cascadian2021-12-29
| | | | | * gnu/packages/python-xyz.scm (python-babel)[description]: Fix trailing whitespace.
* gnu: python-hy: Honor #:tests? flag.Vinicius Monego2021-12-30
| | | | | | | * gnu/packages/python-xyz.scm (python-hy)[arguments]: Adjust custom 'check phase to honor the #:tests? flag. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-hy: Update to 0.20.0.Vinicius Monego2021-12-30
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-hy): Update to 0.20.0. [source]: Fetch from GitHub. [arguments]<#:phases>: Remove 'set-HOME phase. Replace nosetests command with pytest in the custom 'check phase and skip failed tests. [native-inputs]: Remove python-coverage, python-nose. Add python-pytest. [propagated-inputs]: Order alphabetically. [home-page]: Follow redirection. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-funcparserlib: Update to 1.0.0a0.Vinicius Monego2021-12-30
| | | | | | | | | | | * gnu/packages/python-xyz.scm (python-funcparserlib): Update to 1.0.0a0. [source]: Make some cosmetic changes. [native-inputs]: Remove python-tox. [arguments]: Add #:tests?. <#:phases>: Don't override the 'check phase. [home-page]: Don't break line. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Remove python2-billiard.Vinicius Monego2021-12-27
| | | | | | | * gnu/packages/python-xyz.scm (python2-billiard): Remove variable. (python-billiard)[properties]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Remove python2-amqp.Vinicius Monego2021-12-27
| | | | | | | * gnu/packages/python-xyz.scm (python2-amqp): Remove variable. (python-amqp)[properties]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Remove python2-kombu.Vinicius Monego2021-12-27
| | | | | | | * gnu/packages/python-xyz.scm (python2-kombu): Remove variable. (python-kombu)[properties]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Remove python2-celery.Vinicius Monego2021-12-27
| | | | | | | * gnu/packages/python-xyz.scm (python2-celery): Remove variable. (python-celery)[properties]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-celery: Enable tests.Vinicius Monego2021-12-27
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-celery)[arguments]: Remove 'patch-requirements phase. Remove #:tests?. Override 'check phase. [native-inputs]: Add python-flaky, python-iniconfig, python-moto, python-msgpack, python-pytest-celery, python-pytest-subtests, python-pytest-timeout, python-toml. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-celery: Update to 5.Vinicius Monego2021-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-celery): Update to 5.1.2. [source]: Make some cosmetic changes. [propagated-inputs]: Add python-boto3, python-click, python-click-didyoumean, python-click-plugins, python-click-repl, python-cryptography, python-vine. (python-kombu): Update to 5.2.2. [source]: Make some cosmetic changes. [arguments]<#:phases>: Skip a problematic test file. [native-inputs]: Order alphabetically. [propagated-inputs]: Remove python-anyjson, python-redis. ADd python-cachedproperty, python-vine. (python-amqp): Update to 5.0.7. [source]: Make some cosmetic changes. [arguments]: Add #:tests? to skip tests. [synopsis]: Don't break the line. [native-inputs]: Remove python-case, python-pytest-sugar, python-mock. (python-vine): Update to 5.0.0. [source]: Make some cosmetic changes. Celery tracks major versions of python-kombu and python-vine. The latter is also tracked by the major version of python-amqp. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-billiard: Update to 3.6.4.0.Vinicius Monego2021-12-27
| | | | | | | | | | * gnu/packages/python-xyz (python-billiard): Update to 3.6.4.0. [source]: Make some cosmetic changes. [arguments]: Add 'remove-win-files to remove files that break tests. [native-inputs]: Add python-psutil. [synopsis]: Don't break the line. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-click-didyoumean.Vinicius Monego2021-12-26
| | | | | | * gnu/packages/python-xyz.scm (python-click-didyoumean): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-click-repl.Vinicius Monego2021-12-26
| | | | | | * gnu/packages/python-xyz.scm (python-click-repl): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-logzero.jgart2021-12-26
| | | | | | * gnu/packages/python-xyz.scm (python-logzero): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-pymongo.jgart2021-12-26
| | | | | | * gnu/packages/python-xyz.scm (python2-pymongo): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-sgmllib3k: Fix typo.Vagrant Cascadian2021-12-21
| | | | | * gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix use of pluralized "This package".
* gnu: python-lsp-server: Update to 1.3.3.Jelle Licht2021-12-20
| | | | | * gnu/packages/python-xyz.scm (python-lsp-server): Update to 1.3.3. [home-page]: Update to new location.
* gnu: python-precis-i18n: Update to 1.0.3.Raghav Gururajan2021-12-17
| | | | * gnu/packages/python-xyz (python-precis-i18n)[version]: Update to 1.0.3.
* gnu: python-magic: Work around crash on .crx files.Marius Bakke2021-12-16
| | | | | | | | | * gnu/packages/patches/python-magic-python-bytecode.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-magic)[source](patches): Add it. [inputs]: Add FILE-NEXT. [arguments]: While at it, remove input labels. * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Add FILE-NEXT.
* gnu: python-magic: Run more tests.Marius Bakke2021-12-16
| | | | * gnu/packages/python-xyz.scm (python-magic): Invoke one more test file.
* gnu: python-daemon: Fix test failure.Marius Bakke2021-12-16
| | | | | * gnu/packages/python-xyz.scm (python-daemon)[arguments]: Patch one test & remove trailing #t.
* gnu: Replace JUPYTER_CONFIG_DIR with JUPYTER_CONFIG_PATH.Lars-Dominik Braun2021-12-16
| | | | | | | | | | | | Judging by the documentation (https://jupyter.readthedocs.io/en/latest/use/jupyter-directories.html) _DIR can only be a single value, whereas _PATH supports :-delimited values and extends _DIR with extra directories. * gnu/packages/python-xyz.scm (python-jupyter-core)[native-search-paths]: Replace _DIR with _PATH. (python-nbconvert)[arguments]: Unset JUPYTER_CONFIG_PATH during tests. (python-notebook)[arguments]: Dito.
* gnu: python-setuptools-for-tensorflow: Fix build.Ricardo Wurmus2021-12-15
| | | | | | * gnu/packages/python-xyz.scm (python-setuptools-for-tensorflow)[arguments]: Add phase 'compatibility-fixes; disable tests. [native-inputs]: Add python-pytest, python-mock, and python-six.
* gnu: python2-entrypoints: Add missing input.Ricardo Wurmus2021-12-14
| | | | | | * gnu/packages/python-xyz.scm (python2-entrypoints)[propagated-inputs]: Add python2-configparser. (python-entrypoints)[properties]: Add python2-variant.
* gnu: python-setuptools-scm-git-archive: Don't install duplicate egginfo.Marius Bakke2021-12-14
| | | | | * gnu/packages/python-xyz.scm (python-setuptools-scm-git-archive)[arguments]: New field.
* gnu: python-distributed: Update to 2021.11.2.Marius Bakke2021-12-13
| | | | | | | * gnu/packages/python-science.scm (python-distributed): Update to 2021.11.2. [source](snippet): New field. [arguments]: Add versioneer phase. [native-inputs]: Add PYTHON-VERSIONEER.
* gnu: python-dask: Remove bundled versioneer.Marius Bakke2021-12-13
| | | | | | * gnu/packages/python-xyz.scm (python-dask)[source](snippet): New field. [arguments]: Add versioneer phase. [native-inputs]: Add PYTHON-VERSIONEER.
* gnu: python-versioneer: Add support for Guix build directories.Marius Bakke2021-12-13
| | | | | | * gnu/packages/patches/python-versioneer-guix-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-versioneer)[source](patches): New field.
* gnu: python-versioneer: Update to 0.21.Marius Bakke2021-12-13
| | | | * gnu/packages/python-xyz.scm (python-versioneer): Update to 0.21.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Add python-robotframework-datadriver.Maxim Cournoyer2021-12-13
| | | | * gnu/packages/python-xyz.scm (python-robotframework-datadriver): New variable.
* gnu: Add python-robotframework-stacktrace.Maxim Cournoyer2021-12-13
| | | | * gnu/packages/python-xyz.scm (python-robotframework-stacktrace): New variable.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
|\
| * gnu: python-moto: Honor #:tests? flag.Vinicius Monego2021-12-12
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-moto)[arguments]: Adjust custom 'check phase to honor the #:tests? flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-moto: Update to 2.2.12.Vinicius Monego2021-12-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-moto): Update to 2.2.12. [arguments]: Make some cosmetic changes. <#:phases>: Don't return #t. Support cross-compilation in 'patch-hardcoded-executable-names. Skip more tests and simplify the custom 'check phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Update awscli, python-boto3 and python-botocore.Vinicius Monego2021-12-12
| | | | | | | | | | | | | | | | | | | | | | | | awscli, botocore and boto3 work together and typically require matching versions. * gnu/packages/python-xyz.scm (python-botocore): Update to 1.22.11. (python-boto3): Update to 1.19.11. [native-inputs]: Add python-pytest. * gnu/packages/python-web.scm (awscli): Update to 1.21.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-ipaddress.Giacomo Leidi2021-12-12
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-ipaddress): New variable; (python2-ipaddress): Use package-with-python2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: python-pyflakes@2.2: Adjust tests for Python 3.9.Ludovic Courtès2021-12-12
| | | | | | | | | | | | * gnu/packages/patches/python-pyflakes-test-location.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-pyflakes-2.2): Use it.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\|
| * gnu: pyzo: Update to 4.11.7.Nicolas Goaziou2021-12-10
| | | | | | | | * gnu/packages/python-xyz.scm (pyzo): Update to 4.11.7.
| * gnu: python-rich: Remove optional input ipywidgets.Ricardo Wurmus2021-12-09
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-rich)[propagated-inputs]: Remove python-ipywidgets.
| * gnu: python-userspacefs: Update to 2.0.4.Efraim Flashner2021-12-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-userspacefs): Update to 2.0.4.
| * gnu: python-toolz: Update to 0.11.2.Marius Bakke2021-12-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-toolz): Update to 0.11.2.
* | gnu: python2-matplotlib: Fix mpl_toolkits module.Ricardo Wurmus2021-12-09
| | | | | | | | | | * gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Add phase 'create-init-file; restore 'sanity-check phase.
* | gnu: python2-jinja2: Downgrade to 2.11.3Ricardo Wurmus2021-12-08
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-jinja2): Downgrade to the last version supporting Python 2. (python-jinja2)[properties]: Record python2-variant.