~ruther/guix-local

ref: f45883c051bdaeeb13edfeeee3f4ae3c56aab3db guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.5 MiB
f45883c0 — Nicolas Graves 5 months ago
gnu: python-atomicwrites: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-atomicwrites):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Remove them.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: I1cc040e89d1971b77def03502b95b173b860df35
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
c09bc113 — Nicolas Graves 5 months ago
gnu: python-texttable: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-texttable):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Use <#:test-flags> rather than <#:phases>.
[native-inputs]: Add python-setuptools.
[synopsis, description]: Improve style.

Change-Id: I4cbbf4c453c45365a869f53c59a0b19c6fb48f25
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
4983e227 — Nicolas Graves 5 months ago
gnu: python-connection-pool: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-connection-pool):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: If13e840c63d4ed48341739c3c6bb8666b3167942
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
ac1fb33f — Sharlatan Hellseher 5 months ago
gnu: python-fs: Fix build on cross compilation.

* gnu/packages/python-xyz.scm (python-fs)[arguments] <test-flags>: Move
option here instead of overwriting 'check phase.
<phases>: Use default 'check; add 'pre-check.
[native-inputs]: Keep python-setuptools away from condition.

Fixes: guix/guix#3656
Change-Id: I247a70ea9d3fbc94a748973dd4a273341408fea9
159931a9 — Sharlatan Hellseher 5 months ago
gnu: python-pyftpdlib: Skip one test on aarch64-linux.

* gnu/packages/python-xyz.scm (python-pyftpdlib)[arguments]
<test-flags>: Conditionally deselect one test when target is
aarch64-linux.

Change-Id: I027207d97a7ee24e5482bf676b7b108d2789946e
0153630c — Hartmut Goebel 5 months ago
gnu: python-febelfin-coda: Update to 0.3.0.

* gnu/packages/python-xyz.scm (python-febelfin-coda): Update to 0.3.0.

Change-Id: Icbe0009785e19456dc28eddc2f90d816c409863f
f3399615 — Andreas Enge 5 months ago
gnu: Remove python-pillow-simd.

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

Fixes: guix/guix#2715
Change-Id: I39bb625b6b6911c972654b0bc00a4d8706402f68
11e0594e — Sharlatan Hellseher 5 months ago
gnu: packages/python-xyz: Sort the rest of python-ty*.

* gnu/packages/python-xyz.scm::(python-types-regex,
python-types-requests, python-types-setuptools, python-types-simplejson,
python-types-toml, python-types-tqdm, python-types-ujson,
python-types-urllib3, python-typeshed-client, python-typing-inspect,
python-typogrify): Sort variables alphabetically.

Change-Id: Ie6b070ae561ee205b7e259c35a10473bd1bac49b
19453a8a — Sharlatan Hellseher 5 months ago
gnu: packages/python-xyz: Sort some python-ty*.

* gnu/packages/python-xyz.scm: (python-types-freezegun,
python-types-orjson, python-types-protobuf,
python-types-python-dateutil, python-types-pytz, python-types-pyyaml):
Sort variables alphabetically.

Change-Id: I509a71ff36fbbc41fde56137bd18483b8dc86519
f5f51fe8 — Sharlatan Hellseher 5 months ago
gnu: packages/python-xyz: Sort some python-ty*.

* gnu/packages/python-xyz.scm: (python-types-aiofiles,
python-types-colorama, python-types-dataclasses, python-types-dateutil,
python-types-docutils): Sort variables alphabetically.

Change-Id: I09e8aa47dc154a1dda1e19b04bbf04211cb8ad7d
38135d01 — Sharlatan Hellseher 5 months ago
gnu: packages/python-xyz: Sort some python-ty*.

* gnu/packages/python-xyz.scm: python-typeapi, python-typeguard,
python-typer): Sort variables alphabetically.

Change-Id: Ie8d8e4a5fae7ff38c7450500064b513f43828bfd
da56bde6 — Nicolas Graves 5 months ago
gnu: python-q: Update to 2.7-0.cbad740.

* gnu/packages/python-xyz.scm (python-q): Update to 2.7-0.cbad740.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Run tests with the help of <#:test-backend, #:test-flags, #:phases>.
[native-inputs]: Add python-setuptools.

Change-Id: I9da12c1c266a0c68d06dbad4d8f61e2658c4ad53
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
8a45672a — Nicolas Graves 5 months ago
gnu: python-syllables: Switch to pyproject.

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

Change-Id: I781f5c52864bff7b8591046ef53ca0ff1c542805
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
6613e5e6 — Nicolas Graves 5 months ago
gnu: python-plac: Switch to pyproject.

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

Change-Id: I1ad6ae1a9115f4a498662167914cc2caad5a1af9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
dbf6da5e — Nicolas Graves 5 months ago
gnu: python-session-info: Switch to pyproject.

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

Change-Id: I48c3338d947835f53945945c27f6945221232978
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
64ba79d1 — Nicolas Graves 5 months ago
gnu: python-pyqrcode: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-pyqrcode):
[properties, source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Set <#:test-backend>.
[native-inputs]: Add python-pynose, python-pypng, python-setuptools.
[home-page, description]: Improve style.

Change-Id: If523d6420d760dcd571cc3841645a9ddcb24e817
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
222deca6 — Nicolas Graves 5 months ago
gnu: python-py-tes: Switch to pyproject.

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

Change-Id: If6494b5c2a78fe31fa32517c2d27502c49294b62
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
44c6878f — Nicolas Graves 5 months ago
gnu: python-fs: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-fs):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: Id819a473d76ec77089128b7d9b9c0a9d2ba27473
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
690f7fd9 — Nicolas Graves 5 months ago
gnu: python-pysendfile: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-pysendfile):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
[native-inputs]: Add python-setuptools.

Change-Id: Ie759346fb3dcaa2cbfe7db46b79de42b8c037b9e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
a60f1b1a — Nicolas Graves 5 months ago
gnu: python-straight-plugin: Update to 1.4.1-0.363b0af.

* gnu/packages/python-xyz.scm (python-straight-plugin): Update to 1.4.1-0.363b0af.
[properties, source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-backend, test-flags>: Setup tests.
[native-inputs]: Add python-mock, python-setuptools.
[description]: Improve style.

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