~ruther/guix-local

ref: 18ef361e9c6dc2c2a30a759b10ffd58d438e0ccb guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.4 MiB
18ef361e — Nicolas Graves 10 months ago
gnu: python-fastbencode: Switch to pyproject.

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

Change-Id: I34ff7d31368a73d9314492ea430e153033e35eee
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
da8cee56 — Nicolas Graves 10 months ago
gnu: python-speg: Switch to pyproject.

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

Change-Id: Ic6acfaf9654cb4444158cf950357bb5fe1a1a0dc
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
9b4925f0 — Nicolas Graves 10 months ago
gnu: python-psycopg2-binary: Improve style.

* gnu/packages/python-xyz.scm (python-psycopg2-binary): Run guix
style and reorder fields.

Change-Id: I2c730ae7e3b57784b7d45a119f066a76ad74fc61
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
b18266a4 — Nicolas Graves 10 months ago
gnu: python-psycopg2-binary: Switch to pyproject.

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

Change-Id: Ide1577a2414e380d7be66dee7d88c5bc59abae6e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
431fdb25 — Nicolas Graves 10 months ago
gnu: python-types-freezegun: Disable tests.

* gnu/packages/python-xyz.scm (python-types-freezegun):
[arguments]: Disable tests explicitely.

Change-Id: I5a58d81a6a83edb1d4fa6f6c5f9c6f3eb03c1521
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
88119444 — Nicolas Graves 10 months ago
gnu: python-types-freezegun: Switch to pyproject.

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

Change-Id: Ic2c028b2f3990fa7546e38fe37805a5cdf90add4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
e35f4e88 — Nicolas Graves 10 months ago
gnu: python-types-protobuf: Disable tests.

* gnu/packages/python-xyz.scm (python-types-protobuf):
[arguments]: Disable tests explicitely.

Change-Id: I89decb3eb81f626a4dedf66c5a931f4c7ef60df8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
c7da5ddc — Nicolas Graves 10 months ago
gnu: python-types-protobuf: Switch to pyproject.

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

Change-Id: I99e6654114c23bc5bf79aeb15b917ca6de70f054
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
69d80b31 — Nicolas Graves 10 months ago
gnu: python-args: Disable tests and remove python-nose dependency.

* gnu/packages/python-xyz.scm (python-args)
[arguments]<#:tests?>: Unset.
[native-inputs]: Remove python-nose.

Change-Id: I3b42748b25665271b2a1d83f3eaac68e8621f232
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
682dedf4 — Nicolas Graves 10 months ago
gnu: python-args: Improve style.

* gnu/packages/python-xyz.scm (python-args): Run guix style.

Change-Id: I291da2a8d3edc23cab7d760d74b657da781d4253
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
b31de4d4 — Nicolas Graves 10 months ago
gnu: python-args: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-args):
[arguments]<#:phases>: Remove 'check phase replacement.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: Ia25eae40725adadce182cbdb5e874dd7352e4d35
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
7b1f7c7e — Nicolas Graves 10 months ago
gnu: python-clint: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-clint):
[arguments]<#:phases>: Delete 'check phase.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: I02ebd2b167dc9dafa3af44f2ed588b713279bba2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
f01390b9 — Sharlatan Hellseher 10 months ago
gnu: python-archspec: Update to 0.2.5.

* gnu/packages/python-xyz.scm (python-archspec): Update to 0.2.5.
[propagated-inputs]: Remove python-boltons, python-cooler, python-ctxcore,
python-interlap, python-intervaltree, python-jsonschema,
python-networkx, python-numba, python-poetry-core, pyscenic,
python-scikit-learn, python-tables, and python-typing-extensions.
[native-inputs]: Remove python-black, python-flake8, python-isort, python-pylint, and
python-pytest-cov; add python-jsonschema.

Change-Id: I40c2d4b038877eb243daaf5f9f73127eb994d64f
18629b3d — Sharlatan Hellseher 10 months ago
gnu: python-dask: Move to python-science.

* gnu/packages/python-xyz.scm (python-dask, python-dask/bootstrap): Move
from here ...
* gnu/packages/python-science.scm: ... to here.

Change-Id: I6bedc89bd09b3f2dfc3f7cbe27eb5790f32f6af7
068654e0 — Sharlatan Hellseher 10 months ago
gnu: python-sparse: Move to python-science.

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

Change-Id: I52b814e264aa2fe28adeaec46b868f2e3b8279ec
f9f37822 — Sharlatan Hellseher 10 months ago
gnu: python-anndata: Move to python-science.

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

Change-Id: I3d968728de04610984c08884bd29cd9c055fa284
aaeb42f6 — Sharlatan Hellseher 10 months ago
gnu: python-multiscale-spatial-image: Move to python-science.

* gnu/packages/python-xyz.scm (python-multiscale-spatial-image): Move
from here ...
* gnu/packages/python-science.scm: ... to here.

Change-Id: Ib921389b3018e353d3eb85030bf63cbb9b68c213
ed03c2b0 — Sharlatan Hellseher 10 months ago
gnu: python-dask-image: Move to python-science.

* gnu/packages/python-xyz.scm (python-dask-image): Move from here ...
* gnu/packages/python-science.scm: ... to here.

Change-Id: I1ede0dd1410c1efcc4601b7e91285112f9c9a7ea
cb356f41 — Sharlatan Hellseher 10 months ago
gnu: python-pykdtree: Move to python-science.

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

Change-Id: Id13b95eab7e590b01cd46375929303458cf9ac82
c2f9489f — Nicolas Graves 10 months ago
gnu: python-pykdtree: Update to 1.4.2.

* gnu/packages/python-xyz.scm (python-pykdtree): Update to 1.4.2.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them and explain why.
<#:phases>: Remove test files in output.
[native-inputs]: Replace python-cython by python-cython-3.

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