~ruther/guix-local

ref: f987f2f4d97bb003a0c0d29021830026068c2c8c guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.4 MiB
f987f2f4 — Sharlatan Hellseher 8 months ago
gnu: python-jaraco-text: Update to 4.0.0.

* gnu/packages/python-xyz.scm (python-jaraco-text): Update to 4.0.0.
[native-inputs]: Remove python-pytest-black, python-pytest-checkdocs,
python-pytest-cov, python-pytest-enabler, python-pytest-mypy, and
python-wheel; add python-setuptools-scm.

Change-Id: Id7eb420628fd4c7b76f4c28eda88d44d323cd9b7
8b939353 — Sharlatan Hellseher 8 months ago
gnu: python-autocommand: Update to 2.2.2.

* gnu/packages/python-xyz.scm (python-autocommand): Update to 2.2.2.
  [build-system]: Use pyproject.
  [arguments]: Drop them.
  [native-inputs]: Remove python-pytest-asyncio; add python-setuptools.

Change-Id: I19bdfdb633775d94bffcf80c6cae2dc9f9e7da90
f0a67c1a — Sharlatan Hellseher 8 months ago
gnu: python-jaraco-context: Update to 6.0.1.

* gnu/packages/python-xyz.scm (python-jaraco-context): Update to 6.0.1.
  [arguments] <tests?>: Disable as no tests provided.
  [propagated-inputs]: Add python-backports-tarfile.
  [native-inputs]: Remove python-pytest, python-pytest-black,
  python-pytest-checkdocs, python-pytest-cov, python-pytest-flake8, and
  python-pytest-mypy.

Change-Id: I0096b6ab7289b1ab01bb551e37fd7f2fea528ef7
0a2117f8 — Sharlatan Hellseher 8 months ago
gnu: Add python-backports-tarfile.

* gnu/packages/python-xyz.scm (python-backports-tarfile): New variable.

Change-Id: I213e09fc93760ec0b6f21c8642efd765b9b2b528
79b1167f — Sharlatan Hellseher 8 months ago
gnu: python-jaraco-functools: Update to 4.2.1.

* gnu/packages/python-xyz.scm (python-jaraco-functools): Update to 4.2.1.
[native-inputs]: Remove python-pytest-black, python-pytest-checkdocs,
python-pytest-cov, python-pytest-flake8, and python-pytest-mypy.

Change-Id: I4d907eef57b42fefa29872497e5bbed35341a3e6
5f294104 — Sharlatan Hellseher 8 months ago
gnu: python-jaraco-classes: Update to 3.4.0.

* gnu/packages/python-xyz.scm (python-jaraco-classes): Update to 3.4.0.
[native-inputs]: Remove python-pytest-black, python-pytest-checkdocs,
python-pytest-cov, python-pytest-flake8, python-pytest-mypy,
python-setuptools-scm, and python-wheel.

Change-Id: I5e07e1a9308139f091da1daad7f216dba36b0040
89f17f04 — Sharlatan Hellseher 8 months ago
gnu: python-typeguard: Update to 4.4.4.

* gnu/packages/python-xyz.scm (python-typeguard): Update to 4.4.4.
  [native-inputs]: Remove python-typing-extensions and python-wheel.

Change-Id: I190744b3842f8a1285b9195174d03e1aab292450
d709cb4b — Sharlatan Hellseher 8 months ago
gnu: python-typogrify: Update to 2.1.0.

Development of <https://github.com/mintchaos/typogrify> has been moved
to a maintained fork of this project. Please file any issues and pull
requests at that repository <https://github.com/justinmayer/typogrify>.

* gnu/packages/python-xyz.scm (python-typogrify): Update to 2.1.0.
  [build-system]: Use pyproject.
  [arguments] <test-flags>: Provide test options as seen in GitHub
  Actions workflow.
  [home-page]: Fix URL.
  [native-inputs]: Remove python-nose; add python-pytest and
  python-hatchling.

Change-Id: I77a22b795b8912b722ef8c67e11fb555dd4b7194
9982a886 — Sharlatan Hellseher 8 months ago
gnu: python-smartypants: Update to 2.0.2.

* gnu/packages/python-xyz.scm (python-smartypants): Update to 2.0.2.
  [source]: Switch to PyPI which provides source tarball as the owner of
  the project has been changed.
  [build-system]: Use pyproject.
  [arguments]: Drop them.
  [home-page]: Fix permament redirect
  from <https://github.com/leohemsted/smartypants.py>
  to   <https://github.com/justinmayer/smartypants.py>.
  [native-inputs]: Remove python-nose; add python-setuptools.

Change-Id: I12faf46dd759672d20c15e34c2df14d90a8b9b1b
abdce548 — Sharlatan Hellseher 8 months ago
gnu: python-charset-normalizer: Update to 3.4.2.

* gnu/packages/python-xyz.scm (python-charset-normalizer): Copy package
  defination from  python-charset-normalizer-3.
  [build-system]: Use pypproject.
  [arguments] <phases>: Use default 'wrap; add 'fix-scripts.
  [native-inputs]: Add python-setuptools.

Change-Id: I1f7ad78630a72be7e936f00b11bed0dab8dec21e
86485719 — Sharlatan Hellseher 8 months ago
gnu: python-pysocks: Switch to pyproject-build-system.

* gnu/packages/python-xyz.scm (python-pysocks):
  [build-system]: Use pyproject.
  [native-inputs]: Add python-setuptools.

Change-Id: I3251a080eadf8e194729bc03125bb65e2fbc858f
35f7c54e — Sharlatan Hellseher 8 months ago
gnu: python-factory-boy: Update to 3.3.3.

* gnu/packages/python-xyz.scm (python-factory-boy): Update to 3.3.3.
  [build-system]: Use pyproject.
  [home-page]: Fix URL.
  [native-inputs]: Add python-setuptools.

Change-Id: I585f6547e74e61236df80a75ea63f9606355611b
2b1aaea6 — Sharlatan Hellseher 8 months ago
gnu: python-faker: Update to 37.4.2.

* gnu/packages/python-xyz.scm (python-faker): Update to 37.4.2.
  [propagated-inputs]: Remove python-dateutil and
  python-typing-extensions; add python-tzdata.
  [native-inputs]: Remove python-random2 and python-wheel.

Change-Id: I908ec7181904a7f40b1c3393bed019dbf869a97b
97d23aa0 — Sharlatan Hellseher 8 months ago
gnu: python-ukpostcodeparser: Update to 1.1.2.

* gnu/packages/python-xyz.scm (python-ukpostcodeparser): Update to 1.1.2.
  [build-system]: Use pyproject.
  [arguments] <test-flags>: Move custom check flags here.
  <phases>: Use default 'check.
  [native-inputs]: Add python-setuptools.

Change-Id: I7d5a6b84d105db716aef98ad4991afec7e41b1e1
a7d5fde6 — Sharlatan Hellseher 8 months ago
gnu: python-decorator: Update to 5.2.1.

* gnu/packages/python-xyz.scm (python-decorator): Update to 5.2.1.
  [build-system]: Use pyproject.
  [arguments] <test-backend>: Use 'custom.
  [native-inputs]: Add python-setuptools.

Change-Id: I30df3ff3c4500b2456f8edfc473a2edb87542fb7
4aa0fdf7 — Sharlatan Hellseher 8 months ago
gnu: python-py-cpuinfo: Update to 9.0.0.

* gnu/packages/python-xyz.scm (python-py-cpuinfo): Update to 9.0.0.
  [source]: Use the latest version tag including RISC-V support.
  [build-system]: Use pyproject.
  [arguments] <test-backend>: Use 'custom; <test-flags>: Provide
  "test_suite.py" script to run tests.
  [native-inputs]: Add python-setuptools.

Change-Id: I266bfa11a5655b586d567ac7b48adb71a5f113bd
b0887f1e — Sharlatan Hellseher 8 months ago
gnu: python-click: Update to 8.1.8.

* gnu/packages/python-xyz.scm (python-click): Update to 8.1.8.
  [source]: Switch to git-fetch contacting tests.
  [build-system]: Use pyproject.
  [arguments] <phases>: Use default 'check.
  [native-inputs]: Add less and python-flit-core.

Change-Id: I84caacb3461d3cef221c019975130343a812fe2a
ef06e8f3 — Sharlatan Hellseher 8 months ago
gnu: python-pycparser: Update to 2.22.

* gnu/packages/python-xyz.scm (python-pycparser): Update to 2.22.
[native-inputs]: Add python-setuptools.

Change-Id: Idaf7189ed1e6288205aa09510a7a5ff099d4234c
ff77d323 — Sharlatan Hellseher 8 months ago
gnu: python-pycparser: Improve style.

* gnu/packages/python-xyz.scm (python-pycparser): Use G-expressions, fix
indentation.

Change-Id: I006ae084642e0e15468a2717a59e64cfdf050108
b6827b3d — Sharlatan Hellseher 8 months ago
gnu: python-markdown: Update to 3.8.2.

* gnu/packages/python-xyz.scm (python-markdown): Update to 3.8.2.
  [build-system]: Use pyproject.
  [native-inputs]: Remove python-nose; add python-setuptools.

Change-Id: I40086d36114b667f637d0725d9a315870188fc0b
Next