~ruther/guix-local

0a0ea43b — Sharlatan Hellseher 7 months ago
gnu: python-repoze-lru: Swap Nose with Unittest.

* gnu/packages/python-xyz.scm (python-repoze-lru):
  [arguments] <test-backend>: Use 'unittest.
  [native-inputs]: Remove python-coverage, python-nose, and
  python-wheel.

Change-Id: Ib91cd3bedbe988436d12f5ba98876b615c8a3765
718e90c4 — Sharlatan Hellseher 8 months ago
gnu: python-hupper: Update to 1.12.1.

* gnu/packages/python-web.scm (python-hupper): Update to 1.12.1.
  [build-system]: Use pyproject.
  [arguments] <test-flags>: Ignore problematic tests.
  [propagated-inputs]: Remove python-pytz; add python-watchdog.
  [native-inputs]: Remove python-mock, python-pytest-runner, and
  python-watchdog.

Change-Id: I5ec147836a59a16bc39f8444c4565d9d388005f2
4825024e — Sharlatan Hellseher 8 months ago
gnu: python-llvmlite: Fix tests.

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

Change-Id: Idd1b4757432a3194f7e01ad5106330d2a4f7b895
8aab376b — Sharlatan Hellseher 8 months ago
gnu: python-manuel: Disable tests.

* gnu/packages/python-web.scm (python-manuel):
  [arguments] <tests?>: Disable for now.
  [native-inputs]: Remove python-setuptools, python-wheel, and
  python-zope-testing.

Change-Id: I96b5247bdf24a8101c467fc9c1052d0661c181c8
7720f06a — Sharlatan Hellseher 8 months ago
gnu: python-pkginfo: Update to 1.12.1.2.

* gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.12.1.2.
  [arguments] <test-flags>: Skip one test.

Change-Id: Id3f895971b349e2fc572d674ccaf9aead95f52b2
6e5c1015 — Sharlatan Hellseher 8 months ago
gnu: python-imageio-ffmpeg: Update to 0.6.0.

* gnu/packages/python-xyz.scm (python-imageio-ffmpeg): Update to 0.6.0.
  [build-system]: Use pyproject.

Change-Id: Ia3f5592958227ba52e9aa483ffafaaebf8a9aa93
1c2f43a0 — Sharlatan Hellseher 8 months ago
gnu: python-imageio-ffmpeg: Improve style.

* gnu/packages/python-xyz.scm (python-imageio-ffmpeg): Improve style.

Change-Id: I2fe41000a9eb05d0e6b7e0adfecd8a55ad42ef0c
f57a43e2 — Sharlatan Hellseher 8 months ago
gnu: python-cachetools: Update to 6.1.0.

* gnu/packages/python-xyz.scm (python-cachetools): Update to 6.1.0.
[native-inputs]: Add python-pytest.

Change-Id: Icf7cc10f1d91510074aded5e15e1f287bef02652
0cd9ca8a — Sharlatan Hellseher 7 months ago
gnu: python-milc: Update to 1.9.1.

* gnu/packages/python-xyz.scm (python-milc): Update to 1.9.1.
  [source]: Switch to git-fetch providing tests.
  [propagated-inputs]: Remove python-appdirs.
  [native-inputs]: Remove python-wheel and python-pip; add python-pytest
  and python-semver.

Change-Id: Iafbf4002713a0662522c16e269eb6063e71381eb
e317f5b7 — Sharlatan Hellseher 7 months ago
gnu: python-halo: Reduce clousure size.

* gnu/packages/terminals.scm (python-halo): Reduce clousure size.
  [arguments] <tests?>: No tests in PyPI archive.
  [native-inputs]: Remove python-coverage, python-nose, python-pylint,
  python-tox, python-twine, and python-wheel.

Change-Id: Iaea1c387ba7b8fd950119ff51e19a15d9c0614d8
28f82074 — Sharlatan Hellseher 7 months ago
gnu: python-types-colorama: Update to 0.4.15.20250801.

* gnu/packages/python-xyz.scm (python-types-colorama): Update to 0.4.15.20250801.
  [arguments] <tests?>: Disable as no provided with PyPI archive.
  [native-inputs]: Remove python-wheel.

Change-Id: I1e4f5cb1a3f1a5a8ba6c50b902089b19b27f015b
3da79727 — Sharlatan Hellseher 7 months ago
gnu: python-spinners: Reduce closure size.

* gnu/packages/terminals.scm (python-spinners): Reduce closure size.
  [arguments] <tests?>: Disable as no provided with PyPI archive.
  <phases>: Remove 'relax-requirements.
  [native-inputs]: Remove python-coverage, python-nose, python-pylint,
  python-tox, and python-wheel.

Change-Id: I39ca6a2bedc351475abd476c232ab4d820d59201
aebb3100 — Sharlatan Hellseher 7 months ago
gnu: python-log-symbols: Reduce closure size.

* gnu/packages/terminals.scm (python-log-symbols): Reduce closure size.
  [arguments] <tests?>: Disable as no provided with PyPI archive.
  <phases>: Remove 'relax-requirements.
  [native-inputs]: Remove python-coverage, python-nose, python-pylint,
  python-tox, and python-wheel.

Change-Id: I199f064ed8f2f2fcb7445a344ce841f20acb3463
d1f493fa — Sharlatan Hellseher 8 months ago
gnu: python-scikit-learn: Update to 1.7.0.

* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 1.7.0.

Change-Id: Ic269673b9a7d6d190edfd98ad9744f9f4955241a
ff16d12b — Sharlatan Hellseher 8 months ago
gnu: python-zope-testing: Update to 5.1.

* gnu/packages/python-web.scm (python-zope-testing): Update to 5.1.
  [arguments] <test-backend>: Use 'custom.
  [native-inputs]: Remove python-wheel.

Change-Id: I755e49fb40933829940195966a996b06c8423969
72c52503 — Sharlatan Hellseher 8 months ago
gnu: python-sgp4: Fix tests.

* gnu/packages/astronomy.scm (python-sgp4):
  [arguments] <test-backend>: Use 'custom.
  [native-inputs]: Remove python-wheel, and python-setuptools-next, add
  python-setuptools.

Change-Id: If113cf8bafffdae385aa54f4497665918f681270
803fce14 — Sharlatan Hellseher 8 months ago
gnu: python-pytest-astropy-header: Switch to pyproject-build-system.

* gnu/packages/python-check.scm (python-pytest-astropy-header)
  [build-system]: Use pyproject.
  [native-inputs]: Add python-numpy, and python-setuptools.

Change-Id: If5b14d02eac7710c703d3f1b2ad0bca4b9ccafde
ec1b81af — Sharlatan Hellseher 7 months ago
gnu: python-mimeparse: Update to 2.0.0.

The project changed maintainer, home page permament redirects from
<https://github.com/dbtsai/python-mimeparse> to
<https://github.com/falconry/python-mimeparse>.

See: <https://github.com/falconry/python-mimeparse/releases/tag/2.0.0rc1>.

* gnu/packages/python-xyz.scm (python-mimeparse): Update to 2.0.0.
  [build-system]: Use pyproject.
  [native-inputs]: Add python-pytest and python-setuptools.
  [home-page]: Fix URL redirection.

Change-Id: I35244d43156861cfb723d21d74f51498f18daf0a
97fa837b — Sharlatan Hellseher 7 months ago
gnu: python-cfn-lint: Update to 1.38.1.

* gnu/packages/python-web.scm (python-cfn-lint): Update to 1.38.1.
  [arguments] <test-flags>: Rework skipped and ignored tests.
  [propagated-inputs]: Remove python-importlib-resources.
  [native-inputs]: Remove python-wheel.

Change-Id: I9c3056a167f27659fb498941884a28c1099bb9c6
2a970167 — Sharlatan Hellseher 8 months ago
gnu: python-joblib: Update to 1.5.1.

* gnu/packages/python-xyz.scm (python-joblib): Update to 1.5.1.
  [arguments] <test-flags>: Skip only one test.
  [propagated-inputs]: Remove python-psutil.
  [native-inputs]: Add python-pytest-asyncio.

Change-Id: I297d5c146cab585f108f72eb53826b417f71e264
Next