~ruther/guix-local

94eca566 — Sharlatan Hellseher 1 year, 2 months ago
gnu: Add python-trubar.

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

Change-Id: I684fc614862cbfd3ac8edaaf68e66ea2a8ec237b
3e4f27f5 — Sharlatan Hellseher 1 year, 2 months ago
gnu: python-libcst: Update to 0.3.18.

* gnu/packages/python-xyz.scm (python-libcst): Update to 0.3.18. Use
G-Expressions, improve style and fix build.
[build-system]: Swap to pyproject-build-system.
[arguments] <test-flags>: Move skip test logic here instead of deleting
test files.
<phases>: Remove 'generate-test-data. Use default 'check.
[native-inputs]: Remove python-black and python-isort; add
python-pytest, python-setuptools, and python-wheel.
(python-libcst-minimal) [native-inputs]: Add python-setuptools and
python-wheel.

Change-Id: Ia3e85d17d02a8ea1dd7bc0b2a9062d46b11d6651
8a490d8b — Sharlatan Hellseher 1 year, 2 months ago
gnu: python-libneuroml: Update to 0.6.5.

* gnu/packages/python-science.scm (python-libneuroml): Update to 0.6.5.
Fix build.
[propagated-inputs]: Remove python-six; add python-natsort and
python-networkx.

Change-Id: I750f90cebdeba46286239b18569300a2e4ce8c80
cf6d9f5d — Sharlatan Hellseher 1 year, 2 months ago
gnu: python-asprin: Add missing inputs.

* gnu/packages/potassco.scm (python-asprin) [native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I1c61ff4c431202a2627b704a4d73d56922c61bb8
e7b7ec28 — Sharlatan Hellseher 1 year, 2 months ago
gnu: python-eventlet: Move to python-web.

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

Change-Id: I71beee927f17133267bf0236f075bccf15effe0e
a3a7cf95 — Sharlatan Hellseher 1 year, 2 months ago
gnu: python-eventlet: Adjust inputs.

* gnu/packages/python-xyz.scm (python-eventlet) [native-inputs]: Remove
python-black, python-isort, and python-pre-commit.

Change-Id: Id0671cf1ec87f2c44a5b1bd915efae594c17804e
3ce9151a — Sharlatan Hellseher 1 year, 2 months ago
gnu: python-typing-inspect: Update to 0.9.0.

* gnu/packages/python-xyz.scm (python-typing-inspect): Update to 0.9.0.
[source]: Remove patch, as
<https://github.com/ilevkivskyi/typing_inspect/issues/60> was resolved.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.

* gnu/packages/patches/python-typing-inspect-fix.patch: Delete file.
* gnu/local.mk: Deregester the patch.

Change-Id: Idc6e8745d4b85624863a5c2dc24e533a7dd92f46
100efdbd — Sharlatan Hellseher 1 year, 2 months ago
gnu: python-testpath: Update to 0.6.0.

* gnu/packages/check.scm (python-testpath): Update to 0.6.0.
[build-system]: Swap to pyproject-build-system.
[arguments] <phases>: Remove 'relax-requirements. Use default 'build,
'check and 'install.
[native-inputs]: Remove python-pypa-build.

Change-Id: I510407b86a938151c20272bb8396529823f3fb48
230740b0 — Sharlatan Hellseher 1 year, 2 months ago
gnu: python-miio: Migrate to pyproject-build-system.

* gnu/packages/android.scm (python-miio)
[build-system]: Swap to pyproject-build-system.
[arguments] <phases>: Remove 'relax-requirements. Use default 'check.
[native-inputs]: Remove python-sphinx; add python-poetry-core.

Change-Id: I0749f313d23e55bac0174a9ccd38aa92ac6eb26d
51d8ae3a — Sharlatan Hellseher 1 year, 2 months ago
gnu: python-sphinxcontrib-apidoc: Update to 0.5.0.

* gnu/packages/sphinx.scm (python-sphinxcontrib-apidoc): Update to 0.5.0.
[build-system]: Swap to pyproejct-build-system.
[arguments] <tests?>: Enable them.
[propagated-inputs]: Add python-pbr and python-sphinx.
[native-inputs]: Remove python-pbr, python-sphinx, and
python-testrepository; add python-setuptools and python-wheel.

Change-Id: I6daa8a2bf1deaf71c57bcc712e22ef85724ad0b5
4ea986c3 — Ricardo Wurmus 1 year, 2 months ago
gnu: python-modin: Update to 0.32.0.

* gnu/packages/python-science.scm (python-modin): Update to 0.32.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove phase 'make-files-writable; disable one test; update
custom 'check phase.
[propagated-inputs]: Add python-s3fs.
[native-inputs]: Add python-boto3 and python-wheel.

Change-Id: I1d74013902e3387945586192b88c1e4fd8256733
d8c294e8 — Ricardo Wurmus 1 year, 2 months ago
gnu: python-pynetdicom: Update to 2.1.1.

* gnu/packages/python-science.scm (python-pynetdicom): Update to 2.1.1.
[native-inputs]: Add python-codespell, python-coverage, python-poetry-core,
python-pytest-cov, python-pytest-xdist, python-sphinx, and
python-sphinx-rtd-theme; remove python-pyfakefs, python-setuptools, and
python-wheel.
[propagated-inputs]: Add python-mypy, python-numpydoc, and python-pyfakefs.

Change-Id: Ic0089df89cd34b50c31370581db7a6e88884199c
55809763 — Ricardo Wurmus 1 year, 2 months ago
gnu: python-asyncua: Update to 1.1.5.

* gnu/packages/engineering.scm (python-asyncua): Update to 1.1.5.
[native-inputs]: Replace python-pytest-asyncio with
python-pytest-asyncio-0.21.
[propagated-inputs]: Add python-pyopenssl and python-typing-extensions.

Change-Id: Ic28b84b420d46f4e38c5f1713a7d295355d224a0
1e490f2e — Ricardo Wurmus 1 year, 2 months ago
gnu: Add python-pytest-asyncio-0.21.

* gnu/packages/check.scm (python-pytest-asyncio-0.21): New variable.

Change-Id: I00a1c54acbe774965be013462906d4616252dc99
6c372c21 — Ricardo Wurmus 1 year, 2 months ago
gnu: python-wand: Disable two failing tests.

* gnu/packages/python-xyz.scm (python-wand)[arguments]: Disable two tests.

Change-Id: I6739af9c167ba6e827c7660caaa3fd64de574a8f
da259387 — Ricardo Wurmus 1 year, 2 months ago
gnu: r-trackviewer: Fix reference.

* gnu/packages/bioconductor.scm (r-trackviewer)[arguments]: Use correct label
for reference to origin.

Change-Id: I6c66ab468e19025ee9e912a531c8e6ca458e750b
332a7bb6 — Ricardo Wurmus 1 year, 2 months ago
gnu: r-motifstack: Fix reference.

* gnu/packages/bioconductor.scm (r-motifstack)[arguments]: Use correct label
for reference to origin.

Change-Id: Ia9b3222f15c9630bd703713111e79937126e20fd
105f5885 — Ricardo Wurmus 1 year, 2 months ago
gnu: r-reportingtools: Fix reference.

* gnu/packages/bioconductor.scm (r-reportingtools)[arguments]: Use correct
label for reference to origin.

Change-Id: Id3b509c369bd35e12fff2fb2f4822bef4152aff1
325e3e27 — Ricardo Wurmus 1 year, 2 months ago
gnu: r-radiant-data: Fix reference.

* gnu/packages/cran.scm (r-radiant-data)[arguments]: Use correct label for
reference to origin.

Change-Id: I5486e99fcca41f4d6968f4f95009159ffc66c05b
85fb1c6f — Sharlatan Hellseher 1 year, 2 months ago
gnu: python-django-haystack: Enable tests.

* gnu/packages/django.scm (python-django-haystack): Use G-Expressions.
[arguments] <phases>: Use custom 'check. Remove 'set-gdal-lib-path
having it makes all tests to fail.
[inputs]: Remove gdal.

Change-Id: Ic7b70f731cd805b2aedfc94fe9a13cb37c7ff930
Next