~ruther/guix-local

f6a2a01b — Sharlatan Hellseher 7 months ago
gnu: python-django-configurations: Skip one test.

* gnu/packages/django.scm (python-django-configurations)[arguments]
<phases>: Add sip-bad-test.

Change-Id: I27fcddd704c17abbab3f35e59c82a5dd342f4d1b
03299bd1 — Sharlatan Hellseher 7 months ago
gnu: python-dj-search-url: Disable tests.

* gnu/packages/django.scm (python-dj-search-url)[arguments] <tests?>:
Disable for now.
[native-inputs]: Remove python-wheel.

Change-Id: I219f2346ed992790bdea01bb006ada9ae6bb9022
96317619 — Sharlatan Hellseher 7 months ago
gnu: python-dj-email-url: Disable tests.

* gnu/packages/django.scm (python-dj-email-url)[arguments] <tests?>:
Disable for now.
[native-inputs]: Remove python-wheel.

Change-Id: I495c1f71991af93ab74d623e156c087fea4740f9
c24ac49d — Nicolas Graves 7 months ago
gnu: python-django-allauth: Fix tests.

* gnu/packages/django.scm (python-django-allauth):
[source]: Switch to git-fetch.
[arguments]: Improve style.
[inputs]: Add xmlsec-openssl.
[native-inputs]: Remove python-wheel.

Change-Id: I136728a1de889b5ee282f2ded6fec45b412a1c75
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
205b9234 — Nicolas Graves 7 months ago
gnu: python-python3-saml: Fix package.

* gnu/packages/python-web.scm (python-python3-saml):
[arguments]<#:phases>: Improve style.
[inputs]: Add xmlsec-openssl.

Change-Id: I99b3f121aa1edc57afda203cc88d8a03c1b2de35
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
022ca7da — Nicolas Graves 7 months ago
gnu: Remove python-django-assets.

Developpement stopped upstream for years, still uses nose even on the
last commit.

* gnu/packages/django.scm (python-django-assets): Delete variable.

Change-Id: Ibcd383413c01084f6772de48337cc2c10fa41ee2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
73dc09c0 — Nicolas Graves 7 months ago
gnu: python-webassets: Update to 3.0.0.

* gnu/packages/python-web.scm (python-webassets): Update to 3.0.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Remove them.
[native-inputs]: Remove them. Add python-hatchling and python-pytest.
[propagated-inputs]: Add python-zope-dottedname.
[description]: Improve wording and style.

Change-Id: Ibb3c0f6889557df93b781303bec3f12a9245487c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
388eb14f — Nicolas Graves 7 months ago
gnu: Add python-zope-dottedname.

* gnu/packages/python-web.scm (python-zope-dottedname): New variable.

Change-Id: I10b77975606e99b76b39c93bf13a7c09144cac25
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
58212eea — Nicolas Graves 7 months ago
gnu: python-django-cache-url: Fix tests.

* gnu/packages/django.scm (python-django-cache-url):
[source]: Switch to git-fetch.
[native-inputs]: Add python-pytest, python-pytest-cov.

Change-Id: I3539a056f2bb8e5e7707decae8dd698510463fae
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
0016aea1 — Nicolas Graves 7 months ago
gnu: python-django-auth-ldap: Update to 4.8.0.

* gnu/packages/django.scm (python-django-auth-ldap): Update to 4.8.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Remove 'build and 'install phase replacements.
[native-inputs]: Remove python-wheel, python-setuptools-scm,
python-toml, python-pypa-build, python-pip.

Change-Id: Ife8eb1b63b458ca29f2d69027b86855e1cb8458d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
e3ba868b — Nicolas Graves 7 months ago
gnu: python-django-classy-tags: Fix tests.

* gnu/packages/django.scm (python-django-classy-tags):
[source]: Switch to git-fetch.
[arguments]<#:phases>: Replace 'check phase.
[native-inputs]: Remove python-wheel.

Change-Id: I87519f3f893aca4e77587e2fcea1acde3abccd10
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
63626dc9 — Sharlatan Hellseher 7 months ago
gnu: Remove python2-six.

* gnu/packages/python-xyz.scm (python2-six): Delete variable.

Change-Id: Ieb53c9ba93c630f5ffe8f55171496368430360c5
cfb0a3c7 — Sharlatan Hellseher 7 months ago
gnu: python-geojson: Update to 3.2.0.

* gnu/packages/python-xyz.scm (python-geojson): Update to 3.2.0.
[native-inputs]: Remove python-wheel; add python-pytest.

Change-Id: I22d1f189732d56f0d02727d73cdbcdd2b79b42f4
f3598bc6 — Sharlatan Hellseher 7 months ago
gnu: python-jplephem-2.22: Disable tests.

* gnu/packages/astronomy.scm (python-jplephem-2.22)[arguments] <tests?>:
Disable for now.

Change-Id: Ie65333d2c10c5e7764093e104261d4a5f983fa01
477b8718 — Sharlatan Hellseher 7 months ago
gnu: python-dkist: Fix tests.

* gnu/packages/astronomy.scm (python-dkist)[arguments] <test-flags>:
Ignore benchmark tests.
[native-inputs]: Remove python-pytest-benchmark.

Change-Id: Id71d740c568e2c0e70b6452bf770e635c1267b4e
cd710165 — Sharlatan Hellseher 7 months ago
gnu: python-irc-parser-tests: Fix tests.

* gnu/packages/irc.scm (python-irc-parser-tests)[arguments]
<test-backend>: Use 'custom.
<test-flags>: Provide "test.py".
[native-inputs]: Remove python-wheel.

Change-Id: I3128b29d0e485c0dea2109bc9a13026322ec02da
d8a20b1d — Sharlatan Hellseher 7 months ago
gnu: python-girc: Fix tests.

* gnu/packages/irc.scm (python-girc)[native-inputs]: Remove
python-wheel; add python-pytest.

Change-Id: Idb53f8b2631ef7f0fb54df0b0f9bf4a363b976dc
6561ff20 — Nicolas Graves 7 months ago
gnu: python-django-q-rollbar: Disable tests.

* gnu/packages/django.scm (python-django-q-rollbar)
[arguments]<#:tests?>: Disable them.

Change-Id: Ie23a879180d2bd8284a45790f526b5218926a907
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
a7eaafb7 — Nicolas Graves 7 months ago
gnu: python-django-q-sentry: Disable tests.

No tests upstream.

* gnu/packages/django.scm (python-django-q-sentry)
[arguments]<#:tests?>: Disable them.
[native-inputs]: Remove python-wheel.

Change-Id: Ie61f4378fb43cc65d20269967d44def02e0b15a1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
3be7fb7c — Nicolas Graves 7 months ago
gnu: python-iron-mq: Update to 0.9-0.e6ff76a.

* gnu/packages/python-xyz.scm (python-iron-mq): Update to 0.9-0.e6ff76a.
[source]: Switch to git-fetch.
[arguments]: Disable tests.
[native-inputs]: Remove python-wheel.

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