~ruther/guix-local

35f2fd68 — Nicolas Graves a year ago
gnu: python-case: Move to (gnu packages python-check).

* /gnu/packages/python-xyz.scm (python-case): Move from here…
* gnu/packages/python-check.scm (python-case): …to here.

Change-Id: I59379226031edbd4dc63c70f15725b488668d05c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2484aec8 — Nicolas Graves a year ago
gnu: python-curtsies: Update to 0.4.3.

* gnu/packages/terminals.scm (python-curtsies): Update to 0.4.3.

Change-Id: I516134ed9a3a02be805498f76b552a8ab1e4411d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
4fda9a96 — Nicolas Graves a year ago
gnu: python-pyte: Update to 0.8.2.

* gnu/packages/terminals.scm (python-pyte): Update to 0.8.2.

Change-Id: I6255a5598d86cb02f74c36c393e58d09f6a9b9a9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
3a3573fa — Nicolas Graves a year ago
gnu: python-rchitect: Update to 0.4.8.

* gnu/packages/statistics.scm (python-rchitect): Update to 0.4.8.

Change-Id: If96584dc8ebec144ddb2ea9c0743b5ec36105abf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1679d707 — Nicolas Graves a year ago
gnu: python-py2bit: Update to 0.3.3.

* gnu/packages/bioinformatics.scm (python-py2bit): Update to 0.3.3.
[native-inputs]: Add python-setuptools-scm.

Change-Id: Ib7e9d701595501e5da76288e5a8cae32e1dc6739
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
0dba518c — Nicolas Graves a year ago
gnu: python-radian: Update to 0.6.15.

* gnu/packages/statistics.scm (python-radian): Update to 0.6.15.

Change-Id: Ic0b3227884ff7fef0b9b9a3b166da14ddc90dcb3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
bac69dec — Nicolas Graves a year ago
gnu: python-pyro-api: Switch to pyproject.

* gnu/packages/machine-learning.scm (python-pyro-api):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: Iab866450e9ab7104ecba8ff21bf34e8a4226e1b2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
fc194e77 — Nicolas Graves a year ago
gnu: python-pytest-isort: Switch to pyproject.

* gnu/packages/python-check.scm (python-pytest-isort):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Remove them.
[native-inputs]: Add python-poetry-core.
[home-page]: Refresh.

Change-Id: I712fcdd2bb659b5f9d2a8fbfca2d8cd0d2cdb127
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
77faad4a — Nicolas Graves a year ago
gnu: python-pyte: Switch to pyproject.

* gnu/packages/terminals.scm (python-pyte):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Remove them.
[native-inputs]: Add python-setuptools, python-wheel.  Remove
python-pytest-runner.

Change-Id: I6467cc03b9d71de5a5b70f39def7f409a64bdfce
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2f1dd4f3 — Nicolas Graves a year ago
gnu: python-asyncmy: Update to 0.2.10.

* gnu/packages/databases.scm (python-asyncmy): Update to 0.2.10.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them for now.
<#:phases>: Replace 'check phase. Add a 'cleanup phase.
[native-inputs]: Add mysql, python-poetry-core, python-pytest,
python-pytest-asyncio, python-setuptools, python-wheel.

Change-Id: I759a85d29372b0d50c2d8992ee303724b7462958
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
11902d48 — Nicolas Graves a year ago
gnu: python-css-html-js-minify: Update to 2.5.5-0.8f72452.

* gnu/packages/python-web.scm (python-css-html-js-minify): Update to 2.5.5-0.8f72452.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Add phase 'relax-requirements.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: I54bbaee60b8f7291f8bac14edf2ac83c23149efb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
ea571d67 — Nicolas Graves a year ago
gnu: python-pytimeparse: Switch to pyproject.

* gnu/packages/time.scm (python-pytimeparse):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Add a 'cleanup phase. Replace the check phase.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: Ic8aa640789556b8583e24069291003063c794a29
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
483ac59d — Nicolas Graves a year ago
gnu: python-sphinxcontrib-programoutput: Switch to pyproject.

* gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Add a cleanup phase to avoid pytest
malfunction.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.
[home-page]: Update and reorder field.

Change-Id: I38a290fc6b7868db39b57dd75ed9d0ae3e9c5147
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
c4302309 — Nicolas Graves a year ago
gnu: python-nbsphinx: Switch to pyproject.

* gnu/packages/sphinx.scm (python-nbsphinx):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: I37beb7447618f8aec8f8b6df897aa86ac454dd2a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
99f7b8fc — Nicolas Graves a year ago
gnu: python-test-utils: Switch to pyproject.

* gnu/packages/python-check.scm (python-test-utils):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: Ifc02d90691e1d72cff5ba9034ee99718ebff2051
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
d7d35b6b — Nicolas Graves a year ago
gnu: python-launchpadlib: Update to 2.1.0.

* gnu/packages/python-web.scm (python-launchpadlib): Update to 2.1.0.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Remove python-keyring.
[native-inputs]: Add python-setuptools, python-wheel. Replace
python-mock by python-pytest.
[home-page]: Refresh.

Change-Id: If64e97b0a3a98757683e02c30992d688dfa12074
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
406592b1 — Nicolas Graves a year ago
gnu: python-py7zr: Ignore benchmark tests.

* gnu/packages/python-compression.scm (python-py7zr):
[arguments]<#:test-flags>: Ignore benchmark tests.
[native-inputs]: Remove python-coverage, python-coveralls,
python-pytest-cov.

Change-Id: Iad630ff9d406f2c059cded3af3d2c59c7928e549
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2eb2d3ba — Nicolas Graves a year ago
gnu: python-pyzstd: Switch to pyproject.

* gnu/packages/python-compression.scm (python-pyzstd):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:configure-flags>: Migrate option.
<#:phases>: Remove them.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.
[home-page]: Refresh.

Change-Id: I9a2fb36bfce24a81be9c70983781da5a3decc5a2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
4bf7fec9 — Nicolas Graves a year ago
gnu: python-pytest-sugar: Update to 1.0.0.

* gnu/packages/check.scm (python-pytest-sugar): Update to 1.0.0.

Change-Id: I46d4fa51c89bdc59f26626e63d7d4e1e0c1c183a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
b29b2451 — Nicolas Graves a year ago
gnu: python-pytest-sugar: Switch to pyproject.

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

Change-Id: Ia5b6f5ce5f8a122cc8d73c5c6e32401488ee700a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Next