~ruther/guix-local

6d8b4d81 — Sharlatan Hellseher 6 months ago
gnu: python-holodeck: Fix build.

* gnu/packages/astronomy.scm (python-holodeck)[native-inputs]: Remove
python-cython; add python-cython-0.

Change-Id: I54092a2b0d257bb80385ee75cc2e098ba6ef7775
346be648 — Sharlatan Hellseher 6 months ago
gnu: python-bwapy: Fix build.

* gnu/packages/bioinformatics.scm (python-bwapy): Fix build.
[build-system]: Switch to pyproject-build-system.
[arguments] <tests?>: No tests.
<phases>: Remove 'relax-requirements.
[propagated-inputs]: Remove python-wheel.

Change-Id: I2dcf8eac974fca113ef15b4f1267dc8bd7837a96
fcac316c — Sharlatan Hellseher 6 months ago
gnu: python-pytest-cython: Disable tests.

* gnu/packages/python-check.scm (python-pytest-cython)[arguments]
<tests?>: They look like broken.
<test-flags>: Drop all.
<phases>: Remove 'buld-extensions.
[native-inputs]: Remove python-cython-3; add python-cython.

Change-Id: I978ee17a13688199dcd474577afb0dde10df220c
7701ec84 — Sharlatan Hellseher 6 months ago
gnu: python-pyproj: Switch to pyproject, fix build.

* gnu/packages/geo.scm (python-pyproj): Fix indentation.
[bulid-system]: Switch to pyproject-build-system.
[arguments] <test-flags>: Skip some tests.
<phases>: Add 'remove-local-pyproj.
[native-inputs]: Remove python-cython; add python-cython-0 and
python-setuptools.

Change-Id: I8949a71685cf3209e59965c5b56c2d3b75d27659
f6a2a01b — Sharlatan Hellseher 6 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 6 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 6 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 6 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 6 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 6 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 6 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 6 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 6 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 6 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 6 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 6 months ago
gnu: Remove python2-six.

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

Change-Id: Ieb53c9ba93c630f5ffe8f55171496368430360c5
cfb0a3c7 — Sharlatan Hellseher 6 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 6 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 6 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 6 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
Next