gnu: Add python-takethetime. This is a refreshed proposal from #35979 submitted on <20219-05-29>. * gnu/packages/python-xyz.scm (python-takethetime): New variable. Change-Id: I1384acdee68a46f7d97b217e609b5d2af69c6086 Co-authored-by: h.nasajpour <h.nasajpour@pantherx.org>
gnu: python-libcst: Update to 1.6.0. * gnu/packages/python-xyz.scm (python-libcst): Update to 1.6.0. [source]: Add snippet to satisfy cargo-build-system. [build-system]: Switch to cargo-build-system. [arguments]: Import cargo-build-system, pyproject-build-system modules. Add cargo-inputs, cargo-development-inputs. Replace 'build, 'install with the pyproject-build-system phases. Add a phase after 'install for the extra pyproject phases. Add 2 phases to help build the project. [native-inputs]: Add python-minimal-wrapper, python-hypothesmith, python-setuptools-rust, python-setuptools-scm. [inputs]: Add maturin. [propagated-inputs]: Remove python-typing-extensions, python-typing-inspect. (python-libcst-minimal)[arguments]: Inherit phases from python-libcst while still skipping the tests. [native-inputs]: Add python-minimal-wrapper, python-setutools-rust, python-setuptools-scm. Change-Id: I7b5ba5404f6e726976af25c0f7db7db2d00bedc5
gnu: Add python-pypubsub. * gnu/packages/python-xyz.scm (python-pypubsub): New variable. Change-Id: I543d8a6297c374e55809a755a902250ca4d270d9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-lsp-black: Update to 2.0.0. * gnu/packages/python-xyz.scm (python-lsp-black): Update to 2.0.0. [arguments]<#:test-flags>: Add failing tests. Signed-off-by: jgart <jgart@dismail.de>
gnu: Add python-elevate. * gnu/packages/python-xyz.scm (python-elevate): New variable. Change-Id: Ib29baca60329ac97310b5798643545e707cc484a
gnu: python-pysmt: Update to 0.9.6. * gnu/packages/python-xyz.scm (python-pysmt): Update to 0.9.6. [source]: Remove obsolete patches. * gnu/packages/patches/python-pysmt-fix-pow-return-type.patch, gnu/packages/patches/python-pysmt-fix-smtlib-serialization-test.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Change-Id: I3772e8b118f122ddd66644a459a483183ef89193 Reviewed-by: Nicolas Graves <ngraves@ngraves.fr> Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add python-securetar. * gnu/packages/python-xyz.scm (python-securetar): New variable. Change-Id: Ic27644f20f59b6dceb2c15c637eb2db5955abba3 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
gnu: python-numexpr: Update to 2.9.0. * gnu/packages/python-xyz.scm (python-numexpr): Update to 2.9.0. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I352536175d71e29c55c9ad71a96dbfd2b9b66759
gnu: python-numba: Update to 0.61.0. * gnu/packages/python-xyz.scm (python-numba): Update to 0.61.0. [arguments]: Simplify 'check phase. Change-Id: I161f58af7b64ba550c14d5d2dea3d5dccfc07c53
gnu: Add python-whenever. * gnu/packages/python-xyz.scm (python-whenever): New variable. Change-Id: Idbdcf27dee3d772fdb7e679e6060287e2b6a3aa7
gnu: python-sympy: Update to 1.13.3. * gnu/packages/python-xyz.scm (python-sympy): Update to 1.13.3. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Adjust 'check phase. [native-inputs]: New field to add python-hypothesis, python-pytest, python-setuptools and python-wheel. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: python-optree: Update to 0.14.0. * gnu/packages/python-xyz.scm (python-optree): Update to 0.14.0. [source]: Remove patch. [arguments]<#:test-flags>: Disable additional failing test. [native-inputs]: Replace pybind11 with pybind11-2.13 and cmake with cmake-minimal. * gnu/packages/patches/python-optree-fix-32-bit.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add pybind11-2.13. * gnu/packages/python-xyz.scm (pybind11-2.13): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add python-bresenham. * gnu/packages/python-xyz.scm (python-bresenham): New variable. Change-Id: Id727ba17765ae73d1920f7042262a8bd849a4111 Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Add python-nfcpy. * gnu/packages/python-xyz.scm (python-nfcpy): New variable. Change-Id: I4b7a3fec8999d23c8d734d3b683c52ba023f8644
gnu: Add python-ndeflib. * gnu/packages/python-xyz.scm (python-ndeflib): New variable. Change-Id: Ifbff48257b0b2124f0dbbb1621a1c35dd2907fba
gnu: Add python-bleak. * gnu/packages/python-xyz.scm (python-bleak): New variable. Change-Id: Ia63bfbd6b79743a41f50cad1bdde9c586f8437cd
gnu: Add python-dbus-fast. * gnu/packages/python-xyz.scm (python-dbus-fast): New variable. Change-Id: Ie3bfdf71c74bff59067c0b49554e77de0d7bbc49
gnu: python-fastbencode: Use python-cython-3 The c extension does not build with regular python-cython. * gnu/packages/python-xyz.scm (python-fastbencode)[native-inputs]: Replace python-cython with with python-cython-3. Change-Id: I9ecfdcfe1ff9fe8b3e5977d452f655b842e4d52d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Add python-pillow-heif. * gnu/packages/python-xyz.scm (python-pillow-heif): New variable.