summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Collapse)AuthorAge
* gnu: python-xlwt: Add comment about maintainership of the package.Maxim Cournoyer2022-01-10
| | | | | | The package appears to be abandoned. * gnu/packages/python-xyz.scm (python-xlwt): Add comment.
* gnu: python-openpyxl: Update to 3.0.9.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.0.9.
* gnu: python-xlrd: Update to 2.0.1.Maxim Cournoyer2022-01-10
| | | | | | | * gnu/packages/python-xyz.scm (python-xlrd): Update to 2.0.1. [source]: Use git-fetch. [arguments]: Delete field. [native-inputs]: Add python-pytest.
* gnu: python-pdfminer-six: Remove obsolete phase.Sarah Morgensen2022-01-10
| | | | | | | * gnu/packages/python-xyz.scm (python-pdfminer-six)[arguments] <#:phases>: Remove 'make-files-writable phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python-beautifulsoup4: Update to 4.10.0.Maxim Cournoyer2022-01-10
| | | | | | | * gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.10.0. [propagated-inputs]{python-html5lib, python-lxml}: New inputs. [arguments]: Delete field. (python2-beautifulsoup4): Peg at version 4.9.3.
* gnu: poetry: Update to 1.1.12.Maxim Cournoyer2022-01-10
| | | | | | | | | | * gnu/packages/python-xyz.scm (poetry): Update to 1.1.12. [phases]{patch-setup-py}: Relax packaging version requirement. [propagated-inputs]{python-msgpack-transitional}: Replace with... {python-msgpack}: ... this. {python-requests-toolbelt-0.9.1}: Replace with... {python-requests-toolbelt}: ... this. {python-msgpack-transitional}: Delete variable.
* gnu: python2-matplotlib: Update to 2.2.5.Maxim Cournoyer2022-01-10
| | | | | | | | | * gnu/packages/python-xyz.scm (python2-matplotlib): Update to 2.2.5. [phases]: Use G-exp. {install-jquery-ui}: Delete phase. JQuery is bundled in this release. [native-inputs]: Remove all exception pkg-config. [propagated-inputs]: Sort and explicitly specify all inputs to ease maintenance.
* gnu: python-matplotlib: Update to 3.5.1 and run tests in parallel.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.5.1. [propagated-inputs]: Add python-fonttools, python-wxpython and python-packaging. [native-inputs]: Remove python-mock, python-wheel, unzip and jquery-ui. Add python-pytest-timeout, python-pytest-xdist, python-setuptools-scm and python-setuptools-scm-git-archive. [phases]: Delete trailing #t. {pretend-version}: New phase. {install-jquery-ui}: Delete phase. {check}: Honor TESTS?. Do not skip webagg tests anymore. Invoke using '-n' argument to run tests in parallel via pytest-xdist. {configure-environment}: Do not set LD_LIBRARY_PATH nor HOME. Rename setup.cfg to mplsetup.cfg. Set the backend to Agg.
* gnu: python-fonttools: Update to 4.28.5.Maxim Cournoyer2022-01-10
| | | | | | | * gnu/packages/python-xyz.scm (python-fonttools): Update to 4.28.5 and hide the package. [properties]: New field. (python-fonttools-with-tests): New variable.
* gnu: Add python-fs.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-xyz.scm (python-fs): New variable.
* gnu: Add python-pyftpdlib.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-xyz.scm (python-pyftpdlib): New variable.
* gnu: Add python-pysendfile.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-xyz.scm (python-pysendfile): New variable.
* gnu: python-platformdirs: Update to 2.4.0, run tests and fix metadata.Maxim Cournoyer2022-01-10
| | | | | | | * gnu/packages/python-xyz.scm (python-platformdirs): Update to 2.4.0. [phases]{pretend-version}: New phase. {check}: Override to run tests. [native-inputs]{python-setuptools-scm}: New input.
* gnu: python-flit: Update to 3.5.1, enable tests and apply guix style.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-flit)[origin]: Fetch from pypi-uri, to ease updating the package. [phases]{bootstrap}: Delete phase. {build, install}: Do a PEP 517 build using pypa-build. {check}: New phase. [tests?]: Enable. [propagated-inputs]{python-pytoml, python-toml}: Remove. {python-pypa-build, python-tomli-w, python-flit-core, python-requests}: New inputs. {python-docutils}: New input, moved from... [native-inputs]: ... here. Apply guix style. {python-testpath}: Use the regular python-testpath package. [synopsis, description]: Re-indent.
* gnu: python-astroid: Update to 2.9.0.Maxim Cournoyer2022-01-10
| | | | | | | * gnu/packages/python-xyz.scm (python-astroid): Update to 2.9.0. [native-inputs]: Add python-typing-extensions. [properties]: Delete field. (python2-astroid): Delete variable.
* gnu: python-typing-extensions: Update to 4.0.1.Maxim Cournoyer2022-01-10
| | | | | | | | | * gnu/packages/python-xyz.scm (python-typing-extensions): Update to 4.0.1. [origin]: Use git-fetch. [tests?]: Disable. [phases]{unpack, build, install}: New phases. [native-inputs]: Add python-pypa-build, python-flit-core. [home-page]: Shorten URL.
* gnu: python-typing: Update to 3.10.0.0.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-xyz.scm (python-typing): Update to 3.10.0.0.
* gnu: python-curio: Disable newly failing 'test_timeout' test.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/python-xyz.scm (python-prettytable) [phases]{check}: Honor TESTS? and skip the 'test_timeout' test.
* gnu: python-typed-ast: Update to 1.5.1.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-xyz.scm (python-typed-ast): Update to 1.5.1.
* gnu: python-msgpack: Update to 1.0.3.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/python-xyz.scm (python-msgpack): Update to 1.0.3. (python2-msgpack): Delete variable.
* gnu: pelican: Update to 4.7.1.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/python-xyz.scm (pelican): Update to 4.7.1.
* gnu: python-intelhex: Update to 2.3.0.Mathieu Othacehe2022-01-06
| | | | | * gnu/packages/python-xyz.scm (python-intelhex): Update to 2.3.0. [arguments]: Enable the tests.
* gnu: python-urwidtrees: Build with python-mock.Tanguy Le Carrour2022-01-05
| | | | | | | | | This fixes a build failure in the 'sanity-check' phase. * gnu/packages/python-xyz.scm (python-urwidtrees)[native-inputs]: Add python-mock. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-pdoc3.Mathieu Othacehe2022-01-04
| | | | | | * gnu/packages/patches/python-pdoc3-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/local.mk (python-pdoc3): New variable.
* gnu: Add python-pythonanywhere.Filip Lajszczak2022-01-03
| | | | | | * gnu/packages/python-xyz.scm (python-pythonanywhere): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-pydub: Update to 0.25.1.Daniel Meißner2022-01-01
| | | | | | * gnu/packages/python-xyz.scm (python-pydub): Update to 0.25.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Rename last 'python-numpy' to 'python-numpy-next'.zimoun2021-12-31
| | | | | | * gnu/packages/python-xyz.scm (python-numpy-next)[name]: Rename. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Capitalize beginning of synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (hungrycat)[synopsis]: Captalize. * 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)[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/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-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
* 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.