summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Expand)Author
2022-08-15gnu: Add python-robotframework-sshtunnellibrary....* gnu/packages/python-xyz.scm (python-robotframework-sshtunnellibrary): New variable. Maxim Cournoyer
2022-08-15gnu: Add python-sshtunnel....* gnu/packages/python-xyz.scm (python-sshtunnel): New variable. Maxim Cournoyer
2022-08-15Revert "gnu: python-lsp-server: Update to 1.5.0."...This reverts commit 07f807f12c0949e9deeee09b4a28bb1f810b26ca because it requires a python-pluggy update which seems to cause some issues. Mathieu Othacehe
2022-08-15gnu: python-lsp-server: Update to 1.5.0....* gnu/packages/python-xyz.scm (python-lsp-server): Update to 1.5.0. [arguments]{set-HOME}: Remove this phase because tests do not require it anymore. {check}: Do not replace it as test_pyqt_completion is not longer failing. [propagated-inputs]: Remove python-future. [native-inputs]: Remove python-mock, python-versioneer and add python-whatthepatch. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Nicolas Graves via Guix-patches via
2022-08-15gnu: Add python-nanoid....* gnu/packages/python-xyz.scm (python-nanoid): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> jgart
2022-08-13gnu: python-sphinx-panels: Use python-sphinx@4.......also add deprecation notice, and change its users accordingly. * gnu/packages/sphinx.scm (python-sphinx-panels)[propagated-inputs]: Change from PYTHON-SPHINX to PYTHON-SPHINX-4. [description]: Mention that it is unmaintained. * gnu/packages/python-science.scm (python-scipy)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]: Likewise. Marius Bakke
2022-08-13gnu: python-pympler: Update to 1.0.1....* gnu/packages/python-xyz.scm (python-pympler): Update to 1.0.1. [arguments]: Remove. Marius Bakke
2022-08-11Merge branch 'master' into stagingMarius Bakke
2022-08-11gnu: python-pyicu: Update to 2.9....* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.9. Marius Bakke
2022-08-11gnu: python-pyicu: Update home page....* gnu/packages/python-xyz.scm (python-pyicu)[home-page]: Change to current. Marius Bakke
2022-08-11gnu: python-symengine: Fix tests....This fixes <https://issues.guix.gnu.org/57104>. * gnu/packages/python-xyz.scm (python-symengine): [native-inputs]: Add python-nose. [arguments]: Run tests with 'nosetests'. 宋文武
2022-08-10gnu: Add python-pycountry@20.7.3....This old version is required by Tryton. * gnu/packages/python-xyz.scm (python-pycountry@20.7.3): New variable. Hartmut Goebel
2022-08-10gnu: python-sympy: Update to 1.10.1....* gnu/packages/python-xyz.scm (python-sympy): Update to 1.10.1. vicvbcun
2022-08-10gnu: Add python-types-orjson....* gnu/packages/python-xyz.scm (python-types-orjson): New variable. Hartmut Goebel
2022-08-10gnu: Add python-mdx-include....* gnu/packages/python-xyz.scm (python-mdx-include): New variable. Hartmut Goebel
2022-08-10gnu: Add python-rcslice....* gnu/packages/python-xyz.scm (python-rcslice): New variable. Hartmut Goebel
2022-08-10gnu: Add python-cyclic....* gnu/packages/python-xyz.scm (python-cyclic): New variable. Hartmut Goebel
2022-08-10gnu: Add python-mkdocs-markdownextradata-plugin....* gnu/packages/python-xyz.scm (python-mkdocs-markdownextradata-plugin): New variable. Hartmut Goebel
2022-08-10gnu: python-pygithub: Update to 1.55....* gnu/packages/python-xyz.scm (python-pygithub): Update to 1.55. [propagated-inputs]: Add python-pynacl. Hartmut Goebel
2022-08-10gnu: python-pyjwt: Update to 2.4.0....* gnu/packages/python-xyz.scm (python-pyjwt): Update to 2.4.0. [source]: Remove snippet. [arguments]<phases>{check}: Remove now unused parts, honor '#:tests?'. (native-inputs]: Remove python-pytest-cov, add python-cryptography. Hartmut Goebel
2022-08-10gnu: python-munch: Update to 2.5.0....* gnu/packages/python-xyz.scm (python-munch): Update to 2.5.0. [propagated-inputs]: Add python-six. [native-inputs]: Add python-pbr and python-pytest. Hartmut Goebel
2022-08-10gnu: python-tlsh: Update to 4.11.2....* gnu/packages/python-xyz.scm (python-tlsh): Update to 4.11.2. [source](uri): Remove "v" prefix from version. [arguments]: Add custom check phase. Use G-expression. [inputs]: Remove label. Marius Bakke
2022-08-08gnu: python-symengine: Update to 0.9.2....* gnu/packages/python-xyz.scm (python-symengine): Update to 0.9.2. Andreas Enge
2022-08-13gnu: python-setuptools: Update to 64.0.3....* gnu/packages/python-xyz.scm (python-setuptools): Update to 64.0.3. Marius Bakke
2022-08-13gnu: python-m2r: Adjust for Python 3.10....* gnu/packages/python-xyz.scm (python-m2r)[source](modules, snippet): New fields. Marius Bakke
2022-08-13gnu: python-pre-commit: Remove unnecessary dependency....* gnu/packages/python-xyz.scm (python-pre-commit)[propagated-inputs]: Remove PYTHON-IMPORTLIB-RESOURCES, which is part of the stdlib nowadays. Marius Bakke
2022-08-13gnu: python-numpy: Add 'upstream-name' property....* gnu/packages/python-xyz.scm (python-numpy)[properties]: New field. Marius Bakke
2022-08-13gnu: python-pyaml: Update to 21.10.1....* gnu/packages/python-xyz.scm (python-pyaml): Update to 21.10.1. Marius Bakke
2022-08-13gnu: python-wand: Update to 0.6.9....* gnu/packages/python-xyz.scm (python-wand): Update to 0.6.9. Vinicius Monego
2022-08-12gnu: Add python-misskey....* gnu/packages/python-xyz.scm (python-misskey): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Hilton Chain
2022-08-12gnu: python-typer: Introduce gexps....* gnu/packages/python-xyz.scm (python-typer)[arguments]: Switch to gexps. [synopsis, description]: Fix indentation. Mathieu Othacehe
2022-08-12gnu: python-typer: Update to 0.6.1....* gnu/packages/python-xyz.scm (python-typer): Update to 0.6.1. [source]: Use GIT-FETCH. [arguments]: Build from source with flit. [native-inputs]: Add python-flit and python-rich. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Tanguy Le Carrour
2022-08-12gnu: python-icalendar: Update to 4.1.0....* gnu/packages/python-xyz.scm (python-icalendar): Update to 4.1.0. Efraim Flashner
2022-08-12gnu: python-setproctitle: Update to 1.3.2....* gnu/packages/python-xyz.scm (python-setproctitle): Update to 1.3.2. [arguments]: Adjust custom 'check phase for changes in source code. Honor #:tests? flag. [native-inputs]: Add python-pytest. [description]: Reflow. Efraim Flashner
2022-08-06gnu: Add i3-autotiling....* gnu/packages/python-xyz.scm (i3-autotiling): New variable. Signed-off-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain
2022-08-06gnu: Add python-i3ipc....* gnu/packages/python-xyz.scm (python-i3ipc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain
2022-08-05gnu: Add python-posix-ipc....* gnu/packages/python-xyz.scm: (python-posix-ipc): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sharlatan Hellseher
2022-08-04gnu: python-pudb: Update to 2022.1.2....* gnu/packages/python-xyz.scm (python-pudb): Update to 2022.1.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> jgart via Guix-patches via
2022-08-04gnu: Add python-h5netcdf....* gnu/packages/python-xyz.scm: (python-h5netcdf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2022-08-04gnu: python-netcdf4: Update to 1.6.0...* gnu/packages/python-xyz.scm: (python-netcdf4): Update to 1.6.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2022-08-04gnu: python-args: Patch reference to basestring....Hi Maxime, I **totally** forgot about this one! Seems like no one is using it. `python2-args` also builds. But no package seems to depend on it anyway. Regards, Tanguy * gnu/packages/python-xyz.scm (python-args)[source]: Use the latest version from the git repository to get the test suite. [home-page]: Update URL. [native-inputs]: Add python-nose. [arguments]: Replace reference to basestring with str. Invoke nosetests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tanguy Le Carrour
2022-08-04gnu: python-shapely: Update to 1.8.2....* gnu/packages/python-xyz.scm (python-shapely): Update to 1.8.2. [source]: Remove snippet. Guillaume Le Vaillant
2022-08-03gnu: python-dill: Update to 0.3.5.1....* gnu/packages/python-xyz.scm (python-dill): Update to 0.3.5.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> FELŠÖCI Marek
2022-08-01gnu: Add python-biblib....* gnu/packages/python-xyz.scm (python-biblib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath
2022-08-01gnu: Add comma after “i.e.” in descriptions....* gnu/packages/bioconductor.scm (r-anota)[description]: Add comma after “i.e.”. * gnu/packages/code.scm (xenon)[description]: Same. * gnu/packages/cran.scm (r-crosstalk)[description]: Same. * gnu/packages/python-xyz.scm (python-radon)[description]: Same. * gnu/packages/statistics.scm (r-logspline)[description]: Same. * gnu/packages/suckless.scm (tabbed)[description]: Same. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience
2022-07-31gnu: qttools: Rename to qttools-5....Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-27Merge branch 'master' into stagingMarius Bakke
2022-07-24gnu: python-userspacefs: Update to 2.0.5....* gnu/packages/python-xyz.scm (python-userspacefs): Update to 2.0.5. Efraim Flashner
2022-07-21Merge branch 'master' into stagingMarius Bakke
2022-07-19gnu: Add python-bsdiff4....* gnu/packages/python-xyz.scm (python-bsdiff4): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr