~ruther/guix-local

ref: 977e0d82aa2e4e266ae60b79e082a0eff5fc18ff guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.5 MiB
245f2185 — Sharlatan Hellseher 4 months ago
gnu: python-textdistance: Run test in a single thread.

* gnu/packages/python-xyz.scm (python-textdistance)[arguments]
<test-flags>: Tests are not threads save, remove "--numprocesses" option.
[native-inputs]: Remove python-pytest-xdist and python-wheel.

Change-Id: I50202ff684ef4af83d3adaf3bc880ef8af9e663a
823762b6 — Sharlatan Hellseher 4 months ago
gnu: python-symengine: Move to algebra.

* gnu/packages/python-xyz.scm (python-symengine): Move from here ...
* gnu/packages/algebra.scm: ... to here.

Change-Id: I8f170f44e0b51aac740035edcd6eb89e49ff86c8
479b31e6 — Sharlatan Hellseher 4 months ago
gnu: python-symengine: Switch to pytest.

* gnu/packages/python-xyz.scm (python-symengine)[arguments]
<test-flags>: Provide option to test against installed module.
[native-inputs]: Remove python-nose2 and python-wheel; add python-pytest.

Change-Id: Icdf070410810db7b108aa9340b6839ef98136ab3
f3c2ee7e — Sharlatan Hellseher 4 months ago
gnu: python-translate-toolkit: Sort variable.

* gnu/packages/python-xyz.scm (python-translate-toolkit)
(python-translate-toolkit-for-offlate): Sort variables alphabetically.

Change-Id: I0fe91b5cf499c1f489b8fbcdc9a99c43e8096f18
96762fe4 — Sharlatan Hellseher 4 months ago
gnu: offlate: Fix build.

* gnu/packages/python-xyz.scm (python-translate-toolkit-for-offlate):
New variable.
(offlate): [propagated-inputs]: Remove python-translate-toolkit; add
python-translate-toolkit-for-offlate.

Change-Id: Iad34870f6a0fb89ec401f27274b2c699d6eea09e
8c058f0f — Sharlatan Hellseher 4 months ago
gnu: python-translate-toolkit: Update to 3.15.6.

* gnu/packages/python-xyz.scm (python-translate-toolkit): Update to 3.15.6.
[source]: Fix pypi-uri format.
[build-system]: Switch to pyproject-build-system.
[arguments] <tests?>: Enable.
<test-flags>: Skip some problematic tests.
<phases>: Don't delete 'sanity check.
[propagated-inputs]: Remove python-babel, python-beautifulsoup4,
python-chardet, python-diff-match-patch, python-levenshtein, python-six,
and python-pyyaml; add python-cwcwidth, python-cheroot, python-iniparse,
python-mistletoe, python-phply, python-pyparsing, and
python-ruamel.yaml.
[native-inputs]: Remove python-sphinx; add python-setuptools and
python-setuptools-scm.

Change-Id: I6c9c27d96fc8c1f24accd892fa85eb248e12eef8
764fa7f9 — Sharlatan Hellseher 4 months ago
gnu: python-cwcwidth: Update to 0.1.10.

* gnu/packages/python-xyz.scm (python-cwcwidth): Update to 0.1.10.
[arguments] <phases>: Remove 'build-extensions; add
'remove-local-cwcwidth.
[native-inputs]: Remove python-toml and python-wheel.

Change-Id: I2718edd693580196ad4b0d09483ca4a3cf387fcd
43d37ed9 — Sharlatan Hellseher 4 months ago
gnu: Add python-iniparse.

* gnu/packages/python-xyz.scm (python-iniparse): New variable.

Change-Id: I414687a654d577e8054e1c6a574f9443128dc6a7
ac17da42 — Sharlatan Hellseher 4 months ago
gnu: Add python-phply.

* gnu/packages/python-xyz.scm (python-phply): New variable.

Change-Id: I1df0b7fa90658467a8f69690c1c70d6884b5d865
27aec9f5 — Nicolas Graves 4 months ago
gnu: python-easyprocess: Update to 1.1.

* gnu/packages/python-xyz.scm (python-easyprocess): Update to 1.1.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: Idb3343315ac143f447530622811cef45f90ca227
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
b52ae8be — Nicolas Graves 4 months ago
gnu: python-pyyaml-env-tag: Update to 1.1.

* gnu/packages/python-xyz.scm (python-pyyaml-env-tag): Update to 1.1.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools.
[description]: Improve style.

Change-Id: I4f1334409dac936950d29ff444b1e22a0a770697
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
6d22f7d2 — Nicolas Graves 4 months ago
gnu: python-py3dns: Update to 4.0.2.

* gnu/packages/python-xyz.scm (python-py3dns): Update to 4.0.2.
[build-system]: Switch to pyproject-build-system.
[arguments]: Drop <#:phases>.
[native-inputs]: Add python-flit-core.
[description]: Improve style.

Change-Id: I714b1248e68369e0562d8875b7bb478553ef830f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
649cf511 — Nicolas Graves 4 months ago
gnu: python-mergedeep: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-mergedeep):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-backend>: Set it.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: Ia35990e4adb60877ec05e904a357376f3508ca52
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
5278a55b — Nicolas Graves 4 months ago
gnu: python-memcached: Update to 1.62.

* gnu/packages/python-xyz.scm (python-memcached): Update to 1.62.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
<#:test-backend>: Set it.
[native-inputs]: Add python-setuptools.
[propagated-inputs]: Remove python-six.

Change-Id: I62848d45df4e53cf72d4950a6832d2fe5b6fa392
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
27e3fc6f — Nicolas Graves 4 months ago
gnu: python-pylev: Update to 1.4.0.

* gnu/packages/python-xyz.scm (python-pylev): Update to 1.4.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-backend, #:test-flags>: Set them.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: Ia2f4661c54c5dfb4ede1b44792b8569dfd3a84ba
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
57ee39a5 — Nicolas Graves 4 months ago
gnu: python-inflection: Update to 0.5.1.

* gnu/packages/python-xyz.scm (python-inflection): Update to 0.5.1.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: Ie0f433c56dcbecb825e71672fce88cd0c8d3ec0f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
7b0060c0 — Nicolas Graves 4 months ago
gnu: python-chai: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-chai):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools.

Change-Id: Iedeaf5bacdf7b6f9cf33cdb3b377865cb47c254f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
b86e0537 — Nicolas Graves 4 months ago
gnu: python-kazoo: Update to 2.10.0.

* gnu/packages/python-xyz.scm (python-kazoo): Update to 2.10.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[propagated-inputs]: Remove python-six.

Change-Id: I1c4ea45292653d188b3c143f5b52a9470e97c481
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
c9d671d2 — Andreas Enge 4 months ago
gnu: Remove python-kconfiglib.

* gnu/packages/python-xyz.scm (python-kconfiglib): Delete variable.

Fixes: guix/guix#3029
Change-Id: I4306aa8033ca5dd061bffdb7a16a7e53273879e2
92bd7c04 — Andreas Enge 4 months ago
gnu: Remove python-elevate.

* gnu/packages/python-xyz.scm (python-elevate): Delete variable.

Fixes: guix/guix#3027
Change-Id: Ibb21dda8df63ba48b1a396ca60e7b8ea4611e40a
Next