~ruther/guix-local

ref: a70eb71d00a49666d4278117ec09ab404fe8347a guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.5 MiB
a70eb71d — Sharlatan Hellseher 4 months ago
gnu: tldr: Move to textutils.

* gnu/packages/python-xyz.scm (tldr, pythno-tldr): Move from here ...
* gnu/packages/textutils.scm: ... to here.

Change-Id: I678a9fd63960328dbcaf6a28a8868d3ce1e2aa23
19baa60e — Sharlatan Hellseher 4 months ago
gnu: tldr: Adjust synopsis and description.

* gnu/packages/python-xyz.scm (tldr)[synopsis]: Remove mention of Python.
[description]: Add URL to main project home page.

Change-Id: Ie5ee0349bc256f75d8ab7d22babc9f8431be1be8
44a6f88d — Sharlatan Hellseher 4 months ago
gnu: packages/python-xyz: Remove unused textutils module.

* gnu/packages/python-xyz.scm: Remove unused (gnu packages textutils)
module.

Change-Id: If520406f2ff1084359801a200c89d5a75c0cbfe8
f10a5d32 — Sharlatan Hellseher 4 months ago
gnu: python-pandocfilters: Move to pyhton-xyz.

* gnu/packages/textutils.scm (python-pandocfilters): Move from here ...
* gnu/packages/python-xyz.scm: ... to here.

Change-Id: I37675f6d4d48e1499b78f1efcecd927a5fe685a0
5f8ef675 — Sharlatan Hellseher 4 months ago
gnu: python-panflute: Move to python-xyz.

* gnu/packages/textutils.scm (python-panflute): Move from here ...
* gnu/packages/python-xyz.scm: ... to here.

Change-Id: I7d63724ac792057e6cc6d6c4d3d51a1b6441bbb3
798e1e0c — Sharlatan Hellseher 4 months ago
gnu: binwalk: Move to firmware.

* gnu/packages/python-xyz.scm (binwalk): Move from here ...
* gnu/packages/firmware.scm: ... to here.
* gnu/packages/diffoscope.scm: Add (gnu packages firmware) module.

Change-Id: Id6c78aec4a576deaa99c7d3287338e2a9e2b9ca4
e4610f6d — Sharlatan Hellseher 4 months ago
gnu: binwalk: Switch to pyproject.

* gnu/packages/python-xyz.scm (binwalk)[build-system]: Switch to
pyproject-build-system.
[native-inputs]: Remove python-coverage; add python-setuptools.

Change-Id: I4c27c31b34d6574ba00ee5392cf0f111d207f939
1b122676 — Sharlatan Hellseher 4 months ago
gnu: wfetch: Move to weather.

* gnu/packages/python-xyz.scm (wfetch): Move from here ...
* gnu/packages/weather.scm: ... to here.

Change-Id: I851f2a79768c80784ea54fa07a2862719ad8f781
43a62cda — Sharlatan Hellseher 4 months ago
gnu: packages/python-xyz: Sort python2-* variables.

* gnu/packages/python-xyz.scm (python2-dbus, python2-pycparser): Sort
variables alphabetically.

Change-Id: Ie77bbc9564069787cb204467b4faa8eb0691d7ba
245f2185 — Sharlatan Hellseher 4 months ago
gnu: python-textdistance: Run test in a single thread.

* gnu/packages/python-xyz.scm (python-textdistance)[arguments]
<test-flags>: Tests are not threads save, remove "--numprocesses" option.
[native-inputs]: Remove python-pytest-xdist and python-wheel.

Change-Id: I50202ff684ef4af83d3adaf3bc880ef8af9e663a
823762b6 — Sharlatan Hellseher 4 months ago
gnu: python-symengine: Move to algebra.

* gnu/packages/python-xyz.scm (python-symengine): Move from here ...
* gnu/packages/algebra.scm: ... to here.

Change-Id: I8f170f44e0b51aac740035edcd6eb89e49ff86c8
479b31e6 — Sharlatan Hellseher 4 months ago
gnu: python-symengine: Switch to pytest.

* gnu/packages/python-xyz.scm (python-symengine)[arguments]
<test-flags>: Provide option to test against installed module.
[native-inputs]: Remove python-nose2 and python-wheel; add python-pytest.

Change-Id: Icdf070410810db7b108aa9340b6839ef98136ab3
f3c2ee7e — Sharlatan Hellseher 4 months ago
gnu: python-translate-toolkit: Sort variable.

* gnu/packages/python-xyz.scm (python-translate-toolkit)
(python-translate-toolkit-for-offlate): Sort variables alphabetically.

Change-Id: I0fe91b5cf499c1f489b8fbcdc9a99c43e8096f18
96762fe4 — Sharlatan Hellseher 4 months ago
gnu: offlate: Fix build.

* gnu/packages/python-xyz.scm (python-translate-toolkit-for-offlate):
New variable.
(offlate): [propagated-inputs]: Remove python-translate-toolkit; add
python-translate-toolkit-for-offlate.

Change-Id: Iad34870f6a0fb89ec401f27274b2c699d6eea09e
8c058f0f — Sharlatan Hellseher 4 months ago
gnu: python-translate-toolkit: Update to 3.15.6.

* gnu/packages/python-xyz.scm (python-translate-toolkit): Update to 3.15.6.
[source]: Fix pypi-uri format.
[build-system]: Switch to pyproject-build-system.
[arguments] <tests?>: Enable.
<test-flags>: Skip some problematic tests.
<phases>: Don't delete 'sanity check.
[propagated-inputs]: Remove python-babel, python-beautifulsoup4,
python-chardet, python-diff-match-patch, python-levenshtein, python-six,
and python-pyyaml; add python-cwcwidth, python-cheroot, python-iniparse,
python-mistletoe, python-phply, python-pyparsing, and
python-ruamel.yaml.
[native-inputs]: Remove python-sphinx; add python-setuptools and
python-setuptools-scm.

Change-Id: I6c9c27d96fc8c1f24accd892fa85eb248e12eef8
764fa7f9 — Sharlatan Hellseher 4 months ago
gnu: python-cwcwidth: Update to 0.1.10.

* gnu/packages/python-xyz.scm (python-cwcwidth): Update to 0.1.10.
[arguments] <phases>: Remove 'build-extensions; add
'remove-local-cwcwidth.
[native-inputs]: Remove python-toml and python-wheel.

Change-Id: I2718edd693580196ad4b0d09483ca4a3cf387fcd
43d37ed9 — Sharlatan Hellseher 4 months ago
gnu: Add python-iniparse.

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

Change-Id: I414687a654d577e8054e1c6a574f9443128dc6a7
ac17da42 — Sharlatan Hellseher 4 months ago
gnu: Add python-phply.

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

Change-Id: I1df0b7fa90658467a8f69690c1c70d6884b5d865
27aec9f5 — Nicolas Graves 4 months ago
gnu: python-easyprocess: Update to 1.1.

* gnu/packages/python-xyz.scm (python-easyprocess): Update to 1.1.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: Idb3343315ac143f447530622811cef45f90ca227
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
b52ae8be — Nicolas Graves 4 months ago
gnu: python-pyyaml-env-tag: Update to 1.1.

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

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