gnu: Add plantri. * gnu/packages/graph.scm (plantri): New variable. Change-Id: I976eb88437b47bc06d7b2c2f8703da217e85cc7e Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: Add libsemigroups. * gnu/packages/algebra.scm (libsemigroups): New variable. Change-Id: I6e929fe6b479c7e7c2b5b4632759bd781af3c927 Signed-off-by: Andreas Enge <andreas@enge.fr> Co-authored-by: Andreas Enge <andreas@enge.fr>
gnu: Add hpcombi. * gnu/packages/maths.scm (hpcombi): New variable. Change-Id: I64eb46aa4002a2291ae59122e083998a9c846eaf Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: m4ri: Update to 20200125. * gnu/packages/algebra.scm (m4ri): Update to 20200125. Change-Id: I0b6ec9c92e224fa6ac8200c8aea0abb343dae8a6 Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: Add python-pysingular. * gnu/packages/algebra.scm (python-pysingular): New variable. Change-Id: I57e828bd4eb2c64b2ba094ed0c9cb516fee1c5b4 Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: singular: Use G-Expressions. * gnu/packages/algebra.scm (singular)[arguments]: Use G-Expressions. Move below build-system. Change-Id: I4253b8a9a9cd3b7d2b7492853323d1e8c4fbec4e Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: singular: Update to 4.4.0p7. * gnu/packages/algebra.scm (singular): Update to 4.4.0p7. Change-Id: I64f74815097ca3aaeeaba9f3177580818c433a4c Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: singular: Remove package labels. * gnu/packages/algebra.scm (singular)[inputs]: Remove package labels. Change-Id: Iecdcf07df4c0f18c0305a8f990d4a2e3c832cdd6 Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: Add python-cylp. * gnu/packages/maths.scm (python-cylp): New variable. Change-Id: Id3467bc34833472aa7fca3416801a5fbf5c033e6 Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: Add msolve. * gnu/packages/algebra.scm (msolve): New variable. Change-Id: I8587f7527a6eb1cc9065751351491777c4cd00be Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: python-cvxopt: Update to 1.3.2. * gnu/packages/maths.scm (python-cvxopt): Update to 1.3.2. Change-Id: I7924821a69e092da529a5188df3d1b2e3f4eed49 Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: Add python-nibabel. * gnu/packages/python-science.scm (python-nibabel): New variable. Change-Id: I27d3841def6f360ae3996aacb787142bcfa92291 Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: python-openstackdocstheme: Update to 3.4.1. * gnu/packages/openstack.scm (python-openstackdocstheme): Update to 3.4.1. [build-system]: Swap to pyproject-build-system. [propagated-inputs]: Add python-sphinx. [native-inputs]: Remove python-sphinx; add python-setuptools and python-wheel. Change-Id: Ie12945ea9cffb7beb3c5cfa5dceea157065f82c4
gnu: python-reno: Update to 4.1.0. * gnu/packages/openstack.scm (python-reno): Update to 4.1.0. [build-system]: Swap to pyproject-build-system. [arguments] <phases>: Remove 'init-git, add 'pre-check. [propagated-inputs]: Remove python-six; add python-packaging. [native-inputs]: Remove python-testrepository and python-mock; add python-openstackdocstheme, python-pytest, python-setuptools, python-stestr, python-subunit, and python-wheel. Remove labels. Change-Id: Ib0daa83fee215ba507ccb526fa49a2d0dfd83b08
gnu: python-dogpile-cache: Update to 1.3.4. * gnu/packages/databases.scm (python-dogpile-cache): Update to 1.3.4. [build-system]: Swap to pyproject-build-system. [propagated-inputs]: Add python-typing-extensions. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I782c7697b845c6fb446e49aafb52d34ca824bf0c
gnu: python-dogpile.cache: Rename variable. * gnu/packages/databases.scm: (python-dogpile.cache): Rename variable to python-dogpile-cache. * gnu/packages/openstack.scm (python-openstacksdk) [propagated-inputs]: Replace python-dogpile.cache with python-dogpile-cache. Change-Id: I015c9ec38c14f9899caba05e86ff3f1a03b5c4d5
gnu: python-statsd: Update to 4.0.1. * gnu/packages/monitoring.scm (python-statsd): Update to 4.0.1. [build-system]: Swap to pyproject-build-system. [arguments] <test-flags>: Provide path to unit tests. [native-inputs]: Remove python-mock and python-nose; add python-pytest, python-setuptools, and python-wheel. Change-Id: I0d1c97ab2c4de76969d4da6c3af032dc0271ba0b
gnu: python-pastescript: Update to 3.7.0, fix build. * gnu/packages/python-web.scm (python-pastescript): Update to 3.7.0, fix build. [source] <uri>: Adjust the name as it's been changed in PyPI archive. [build-system]: Swap to pyproject-build-system. [arguments] <tests?>: Enable the most of the them. [propagated-inputs]: Add python-setuptools. [native-inputs]: Remove python-nose; add python-pytest and python-wheel. [home-page]: Fix URL. Change-Id: I8584693bf968e8278bdbce3abf43a7cb3b4cd8fb
gnu: vifm: Update to 0.14. * gnu/packages/vim.scm (vifm): Update to 0.14. Change-Id: I9cd56dd4effdcc95ac9b04c7abcda25718affa8b
gnu: emacs-stgit: Fix install location. * gnu/packages/version-control.scm (emacs-stgit): Previously the files got installed under a "contrib" sub-directory that does not work with our Emacs configuration. This fixes that. Change-Id: Ic7c237476fd18f73dbfbde3368ceae4962ba9634 Signed-off-by: Ian Eure <ian@retrospec.tv>