summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2021-09-21gnu: Add python-stripe.Hartmut Goebel
* gnu/packages/python-xyz.scm (python-stripe): New variable.
2021-09-21gnu: Add python-ofxparse.Hartmut Goebel
* gnu/packages/python-xyz.scm (python-ofxparse): New variable.
2021-09-21gnu: Add python-febelfin-coda.Hartmut Goebel
* gnu/packages/python-xyz.scm (python-febelfin-coda): New variable.
2021-09-21gnu: Add python-csb43.Hartmut Goebel
* gnu/packages/python-xyz.scm (python-csb43): New variable.
2021-09-21gnu: Add python-tablib.Hartmut Goebel
* gnu/packages/python-xyz.scm (python-tablib): New variable.
2021-09-21gnu: Add python-xlwt.Hartmut Goebel
* gnu/packages/python-xyz.scm (python-xlwt): New variable.
2021-09-21gnu: Add python-markuppy.Hartmut Goebel
* gnu/packages/python-xyz.scm (python-markuppy): New variable.
2021-09-21gnu: Add python-braintree.Hartmut Goebel
* gnu/packages/python-xyz.scm (python-braintree): New variable.
2021-09-16gnu: Remove python2-natsort.Marius Bakke
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.
2021-09-16gnu: python-relatorio: Update to 0.10.0.Hartmut Goebel
* gnu/packages/python-xyz.scm (python-relatorio): Update to 0.10.0.
2021-09-15gnu: python-natsort: Update to 7.1.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-natsort): Update to 7.1.1. [arguments]: Remove obsolete phase.
2021-09-14gnu: Add python-crontab.Pradana Aumars
* gnu/packages/python-xyz.scm (python-crontab): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-13gnu: Add texlive-pdftex.Ricardo Wurmus
* 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.
2021-09-09Revert "gnu: python-pikepdf: Update to 3.0.0."Nicolas Goaziou
This reverts commit 14bcd6804ffe14613847bf093cc451cedddb02cc. The library fails to build.
2021-09-09gnu: python-decorator: Update to 5.0.9.Daniel Meißner
* gnu/packages/python-xyz.scm (python-decorator): Update to 5.0.9. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-09-09gnu: python-pikepdf: Update to 3.0.0.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 3.0.0.
2021-09-04gnu: python-rarfile: Update to 4.0.Lars-Dominik Braun
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.
2021-09-04gnu: python-jellyfish: Update to 0.8.8.Lars-Dominik Braun
* 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.
2021-09-04gnu: python-munkres: Update to 1.1.4.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-munkres) [version]: Update to 1.1.4. [arguments]: Re-enable test suite. [native-inputs]: Add pytest.
2021-09-04gnu: python-confuse: Update to 1.5.0.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-confuse)[version]: Update to 1.5.0. [propagated-inputs]: Remove python-pathlib. [synopsis]: Remove trailing dot.
2021-09-02gnu: Remove python2-selectors2.Pierre Langlois
* gnu/packages/python-xyz.scm (python2-selectors2): Remove variable.
2021-09-02gnu: Remove python2-rfc6555.Pierre Langlois
* gnu/packages/python-xyz.scm (python2-rfc6555): Remove variable. (python-rfc6555)[properties]: Remove field.
2021-09-01gnu: Add date2name.phodina
* gnu/packages/python-xyz.scm (date2name): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-08-31gnu: python-anyio: Avoid failing tests.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-anyio)[arguments]: Disable asyncio plugin, and explicitly disable network tests.
2021-08-31gnu: Remove python-pytest-mock-3.Ricardo Wurmus
* 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.
2021-08-30gnu: python-anndata: Fetch sources from git.Ricardo Wurmus
* 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.
2021-08-30gnu: Add python-anyio.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-anyio): New variable.
2021-08-30gnu: Add python-svgutils.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-svgutils): New variable.
2021-08-29gnu: python-py-next: Update to 1.10.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-py-next): Update to 1.10.0.
2021-08-29gnu: python-rope: Update to 0.19.0 and remove python2-rope.Maxim Cournoyer
* 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.
2021-08-29gnu: python-execnet: Update to 1.9.0 and enable tests.Maxim Cournoyer
* 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.
2021-08-29gnu: Add python-pyspnego.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pyspnego): New variable.
2021-08-29gnu: Add python-ncclient.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-ncclient): New variable.
2021-08-29gnu: Add python-resolvelib-0.5.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-resolvelib-0.5): New variable.
2021-08-29gnu: Add python-resolvelib.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-resolvelib): New variable.
2021-08-29gnu: Add python-commentjson.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-commentjson): New variable.
2021-08-27gnu: python-greenlet: Update to 1.1.1.jgart
* gnu/packages/python-xyz.scm (python-greenlet): Update to 1.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-18gnu: Add python-pyan3.Arun Isaac
* 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.
2021-08-15Update copyright/name notices for Christine Lemmer-Webber.Christopher 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.
2021-08-08gnu: python-networkx: Update to 2.6.2.Efraim Flashner
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.6.2.
2021-08-05gnu: Remove python-fudge.Ben Sturmfels
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>
2021-08-04gnu: Add python-peachpy.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-peachpy): New variable.
2021-08-04gnu: Add python-opcodes.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-opcodes): New variable.
2021-07-30gnu: Add python-pebble.Eric Bavier
* gnu/packages/python-xyz.scm (python-pebble): New variable.
2021-07-29gnu: web: Move libyaml and libcyaml to (gnu packages serialization).Maxim Cournoyer
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.
2021-07-29gnu: python-pikepdf: Update to 2.16.1.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.16.1.
2021-07-28gnu: Add python-zict.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-zict): New variable.
2021-07-28gnu: Add python-heapdict.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-heapdict): New variable.
2021-07-28gnu: python-dask: Update to 2021.7.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-dask): Update to 2021.7.1. [arguments]: Do not skip test_shuffle.
2021-07-28gnu: python-partd: Update to 1.2.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-partd): Update to 1.2.0.