summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add python-stripe.•••* gnu/packages/python-xyz.scm (python-stripe): New variable. Hartmut Goebel2021-09-211-0/+23
* gnu: Add python-ofxparse.•••* gnu/packages/python-xyz.scm (python-ofxparse): New variable. Hartmut Goebel2021-09-211-0/+34
* gnu: Add python-febelfin-coda.•••* gnu/packages/python-xyz.scm (python-febelfin-coda): New variable. Hartmut Goebel2021-09-211-0/+17
* gnu: Add python-csb43.•••* gnu/packages/python-xyz.scm (python-csb43): New variable. Hartmut Goebel2021-09-211-0/+28
* gnu: Add python-tablib.•••* gnu/packages/python-xyz.scm (python-tablib): New variable. Hartmut Goebel2021-09-211-0/+46
* gnu: Add python-xlwt.•••* gnu/packages/python-xyz.scm (python-xlwt): New variable. Hartmut Goebel2021-09-211-0/+31
* gnu: Add python-markuppy.•••* gnu/packages/python-xyz.scm (python-markuppy): New variable. Hartmut Goebel2021-09-211-0/+18
* gnu: Add python-braintree.•••* gnu/packages/python-xyz.scm (python-braintree): New variable. Hartmut Goebel2021-09-211-0/+20
* gnu: Remove python2-natsort.•••This package currently fails to build and has no users in Guix. * gnu/packages/python-xyz.scm (python2-natsort): Remove variable. (python-natsort)[properties]: Remove. Marius Bakke2021-09-161-17/+1
* gnu: python-relatorio: Update to 0.10.0.•••* gnu/packages/python-xyz.scm (python-relatorio): Update to 0.10.0. Hartmut Goebel2021-09-161-2/+2
* gnu: python-natsort: Update to 7.1.1.•••* gnu/packages/python-xyz.scm (python-natsort): Update to 7.1.1. [arguments]: Remove obsolete phase. Marius Bakke2021-09-151-5/+2
* gnu: Add python-crontab.•••* gnu/packages/python-xyz.scm (python-crontab): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Pradana Aumars2021-09-141-0/+23
* gnu: Add texlive-pdftex.•••* gnu/packages/chez.scm (texlive-pdftex): New variable. (texlive-generic-pdftex): Deprecate in favor of texlive-pdftex. (teximpatient)[native-inputs]: Replace texlive-generic-pdftex with texlive-pdftex. (texlive-latex-pdfx)[propagated-inputs]: Same. * gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]: Same. (python-matplotlib-documentation)[native-inputs]: Same. (python-ipython-documentation)[native-inputs]: Same. * gnu/packages/chez.scm (chez-web)[native-inputs]: Same. (chez-sockets)[native-inputs]: Same. Ricardo Wurmus2021-09-131-3/+3
* Revert "gnu: python-pikepdf: Update to 3.0.0."•••This reverts commit 14bcd6804ffe14613847bf093cc451cedddb02cc. The library fails to build. Nicolas Goaziou2021-09-091-2/+2
* gnu: python-decorator: Update to 5.0.9.•••* gnu/packages/python-xyz.scm (python-decorator): Update to 5.0.9. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Daniel Meißner2021-09-091-2/+3
* gnu: python-pikepdf: Update to 3.0.0.•••* gnu/packages/python-xyz.scm (python-pikepdf): Update to 3.0.0. Nicolas Goaziou2021-09-091-2/+2
* gnu: python-rarfile: Update to 4.0.•••This package is close to useless, because we lack the non-free unrar utility and the libarchive backend does not support most operations. * gnu/packages/python-xyz.scm (python-rarfile)[version]: Update to 4.0. [arguments]: Disable tests. [propagated-inputs]: Move… [inputs]: …here. [native-inputs]: Add pytest. [#:phases]: Use pytest for 'check and Add 'patch phase. (python2-rarfile): Remove, unsupported by upstream. Lars-Dominik Braun2021-09-041-12/+18
* gnu: python-jellyfish: Update to 0.8.8.•••* gnu/packages/python-xyz.scm (python-jellyfish)[version]: Update to 0.8.8. [arguments]: Use pytest. [properties]: Remove python2-variant. (python2-jellyfish): Remove, unsupported by upstream. Lars-Dominik Braun2021-09-041-11/+12
* gnu: python-munkres: Update to 1.1.4.•••* gnu/packages/python-xyz.scm (python-munkres) [version]: Update to 1.1.4. [arguments]: Re-enable test suite. [native-inputs]: Add pytest. Lars-Dominik Braun2021-09-041-4/+3
* gnu: python-confuse: Update to 1.5.0.•••* gnu/packages/python-xyz.scm (python-confuse)[version]: Update to 1.5.0. [propagated-inputs]: Remove python-pathlib. [synopsis]: Remove trailing dot. Lars-Dominik Braun2021-09-041-5/+5
* gnu: Remove python2-selectors2.•••* gnu/packages/python-xyz.scm (python2-selectors2): Remove variable. Pierre Langlois2021-09-021-23/+0
* gnu: Remove python2-rfc6555.•••* gnu/packages/python-xyz.scm (python2-rfc6555): Remove variable. (python-rfc6555)[properties]: Remove field. Pierre Langlois2021-09-021-9/+1
* gnu: Add date2name.•••* gnu/packages/python-xyz.scm (date2name): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> phodina2021-09-011-0/+37
* gnu: python-anyio: Avoid failing tests.•••* gnu/packages/python-xyz.scm (python-anyio)[arguments]: Disable asyncio plugin, and explicitly disable network tests. Ricardo Wurmus2021-08-311-1/+3
* gnu: Remove python-pytest-mock-3.•••* gnu/packages/check.scm (python-pytest-mock-3): Remove variable. * gnu/packages/python-xyz.scm (python-anyio)[native-inputs]: Replace python-pytest-mock-3 with python-pytest-mock. Ricardo Wurmus2021-08-311-1/+1
* gnu: python-anndata: Fetch sources from git.•••* gnu/packages/python-xyz.scm (python-anndata)[source]: Fetch from git to include test data. [arguments]: Enable tests. Do not let setuptools_scm guess the version. Ricardo Wurmus2021-08-301-5/+9
* gnu: Add python-anyio.•••* gnu/packages/python-xyz.scm (python-anyio): New variable. Ricardo Wurmus2021-08-301-0/+81
* gnu: Add python-svgutils.•••* gnu/packages/python-xyz.scm (python-svgutils): New variable. Ricardo Wurmus2021-08-301-0/+22
* gnu: python-py-next: Update to 1.10.0.•••* gnu/packages/python-xyz.scm (python-py-next): Update to 1.10.0. Maxim Cournoyer2021-08-291-2/+2
* gnu: python-rope: Update to 0.19.0 and remove python2-rope.•••* gnu/packages/python-xyz.scm (python-rope): Update to 0.19.0. [source]: Fix indentation. [arguments]: Remove. [native-inputs]: Remove. [license]: Correct license. (python2-rope): Delete variable. Maxim Cournoyer2021-08-291-22/+8
* gnu: python-execnet: Update to 1.9.0 and enable tests.•••* gnu/packages/patches/python-execnet-read-only-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-execnet): Update to 1.9.0. [source]: Fix indentation. [arguments]: Enable tests, replacing the default check phase. Maxim Cournoyer2021-08-291-12/+14
* gnu: Add python-pyspnego.•••* gnu/packages/python-xyz.scm (python-pyspnego): New variable. Maxim Cournoyer2021-08-291-0/+36
* gnu: Add python-ncclient.•••* gnu/packages/python-xyz.scm (python-ncclient): New variable. Maxim Cournoyer2021-08-291-0/+33
* gnu: Add python-resolvelib-0.5.•••* gnu/packages/python-xyz.scm (python-resolvelib-0.5): New variable. Maxim Cournoyer2021-08-291-0/+16
* gnu: Add python-resolvelib.•••* gnu/packages/python-xyz.scm (python-resolvelib): New variable. Maxim Cournoyer2021-08-291-0/+34
* gnu: Add python-commentjson.•••* gnu/packages/python-xyz.scm (python-commentjson): New variable. Maxim Cournoyer2021-08-291-1/+55
* gnu: python-greenlet: Update to 1.1.1.•••* gnu/packages/python-xyz.scm (python-greenlet): Update to 1.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> jgart2021-08-271-2/+2
* gnu: Add python-pyan3.•••* gnu/packages/python-xyz.scm (python-pyan3): New variable. * gnu/packages/patches/python-pyan3-fix-absolute-path-bug.patch, gnu/packages/patches/python-pyan3-fix-positional-arguments.patch: New files. * gnu/local.mk: Register them. Arun Isaac2021-08-181-0/+42
* Update copyright/name notices for Christine Lemmer-Webber.•••* doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber. * gnu/build/image.scm: Likewise. * gnu/build/vm.scm: Likewise. * gnu/packages/admin.scm: Likewise. * gnu/packages/assembly.scm: Likewise. * gnu/packages/audio.scm: Likewise. * gnu/packages/backup.scm: Likewise. * gnu/packages/check.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/finance.scm: Likewise. * gnu/packages/gnupg.scm: Likewise. * gnu/packages/guile-xyz.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/haskell-xyz.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/mail.scm: Likewise. * gnu/packages/password-utils.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/sphinx.scm: Likewise. * gnu/packages/ssh.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/networking.scm: Likewise. * gnu/system/vm.scm: Likewise. Christopher Lemmer Webber2021-08-151-1/+1
* gnu: python-networkx: Update to 2.6.2.•••* gnu/packages/python-xyz.scm (python-networkx): Update to 2.6.2. Efraim Flashner2021-08-081-2/+2
* gnu: Remove python-fudge.•••Remove unused dependency of previously removed fabric package. * gnu/packages/python-xyz.scm (python-fudge): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ben Sturmfels2021-08-051-33/+0
* gnu: Add python-peachpy.•••* gnu/packages/python-xyz.scm (python-peachpy): New variable. Ludovic Courtès2021-08-041-0/+41
* gnu: Add python-opcodes.•••* gnu/packages/python-xyz.scm (python-opcodes): New variable. Ludovic Courtès2021-08-041-0/+33
* gnu: Add python-pebble.•••* gnu/packages/python-xyz.scm (python-pebble): New variable. Eric Bavier2021-07-301-0/+25
* gnu: web: Move libyaml and libcyaml to (gnu packages serialization).•••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. Maxim Cournoyer2021-07-291-1/+2
* gnu: python-pikepdf: Update to 2.16.1.•••* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.16.1. Nicolas Goaziou2021-07-291-2/+2
* gnu: Add python-zict.•••* gnu/packages/python-xyz.scm (python-zict): New variable. Ricardo Wurmus2021-07-281-0/+24
* gnu: Add python-heapdict.•••* gnu/packages/python-xyz.scm (python-heapdict): New variable. Ricardo Wurmus2021-07-281-0/+20
* gnu: python-dask: Update to 2021.7.1.•••* gnu/packages/python-xyz.scm (python-dask): Update to 2021.7.1. [arguments]: Do not skip test_shuffle. Ricardo Wurmus2021-07-281-10/+3
* gnu: python-partd: Update to 1.2.0.•••* gnu/packages/python-xyz.scm (python-partd): Update to 1.2.0. Ricardo Wurmus2021-07-281-2/+2