~ruther/guix-local

823762b6 — Sharlatan Hellseher 5 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 5 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 5 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 5 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 5 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 5 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 5 months ago
gnu: Add python-iniparse.

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

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

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

Change-Id: I1df0b7fa90658467a8f69690c1c70d6884b5d865
27aec9f5 — Nicolas Graves 5 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 5 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 5 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 5 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>
49b2fd4f — Nicolas Graves 5 months ago
gnu: datasette: Update to 1.0a19.

* gnu/packages/databases.scm (datasette): Update to 1.0a19.
[arguments]<#:test-flags>: Ignore python-black tests.
<#:phases>: Add phase 'relax-requirements.
[native-inputs]: Remove python-black, python-pip, python-wheel.
Replace python-pytest-asyncio by python-pytest-asyncio-0.26.

Change-Id: I307b5648637fa6787aba50bffb8b1caea1e6d1a2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
5278a55b — Nicolas Graves 5 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 5 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 5 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 5 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 5 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>
acf6da04 — Omar Bassam 5 months ago
gnu: sbcl-crypto-shortcuts: Update to 2.0.0-2.9b77282.

* gnu/packages/lisp-xyz.scm (sbcl-crypto-shortcuts): Update to 2.0.0-2.9b77282.
[source]: Update to use new source url.
[home-page]: Update to use new homepage url.
[inputs]: Added sbcl-cl-base32

Change-Id: Ieb82dda6249174da89d96fdbacc22bd69e7086e8
Signed-off-by: jgart <jgart@dismail.de>
2950e429 — Omar Bassam 5 months ago
gnu: sbcl-colored: Update to 1.0.0-2.54e6184.

* gnu/packages/lisp-xyz.scm (sbcl-colored): Update to 1.0.0-2.54e6184.
[source]: Update to use new source url.
[home-page]: Update to use new homepage url.

Change-Id: I5dff3a942550e00e489ac8bebb824f94417fb572
Signed-off-by: Omar Bassam <omar.bassam88@gmail.com>
Signed-off-by: jgart <jgart@dismail.de>
Next