summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Expand)Author
2019-12-16gnu: Remove python2-dask....This package can no longer be built with Python 2. * gnu/packages/python-xyz.scm (python2-dask): Remove variable. Ricardo Wurmus
2019-12-16gnu: python-dask: Update to 2.9.0....* gnu/packages/python-xyz.scm (python-dask): Update to 2.9.0. [arguments]: Adjust phase to disable broken tests. [propagated-inputs]: Add python-fsspec and python-packaging. Ricardo Wurmus
2019-12-16gnu: Add python-fsspec....* gnu/packages/python-xyz.scm (python-fsspec): New variable. Ricardo Wurmus
2019-12-16gnu: Add python-argh....* gnu/packages/python-xyz.scm (python-argh): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Mădălin Ionel Patrașcu
2019-12-16gnu: Add python-iocapture....* gnu/packages/python-xyz.scm (python-iocapture): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Mădălin Ionel Patrașcu
2019-12-13gnu: python-yapf: Update to 0.29.0....* gnu/packages/python-xyz.scm (python-yapf): Update to 0.29.0. Brett Gilio
2019-12-13gnu: python-semver: Adjust indentation....* gnu/packages/python-xyz.scm (python-semver): Adjust indentation. Brett Gilio
2019-12-13gnu: python-semver: Do not patch virtualenv for tests....* gnu/packages/python-xyz.scm (python-semver)[arguments]: The substitution case for patching virtualenv versioning is no longer requireed. Brett Gilio
2019-12-13gnu: python-semver: Update to 2.9.0....* gnu/packages/python-xyz.scm (python-semver): Update to 2.9.0. Brett Gilio
2019-12-11gnu: python-argcomplete: Update to 1.10.3....Co-authored-by: pimi <madalinionel.patrascu@mdc-berlin.de> * gnu/packages/python-xyz.scm (python-argcomplete): Update to 1.10.3. [arguments]: Patch completion script to keep tool references. [inputs]: Add "grep" and "which". [native-inputs]: Add "python-coverage", "python-flake8", "python-wheel", and "fish". Ricardo Wurmus
2019-12-09gnu: python-dbusmock: Adjust indentation....* gnu/packages/python-xyz.scm (python-dbusmock): Correct indentation in affected regions. Brett Gilio
2019-12-09gnu: python-language-server: Update to 0.31.2....* gnu/packages/python-xyz.scm (python-language-server): Update to 0.31.2. Brett Gilio
2019-12-09gnu: python-jsonrpc-server: Update to 0.3.2....* gnu/packages/python-xyz.scm (python-jsonrpc-server): Update to 0.3.2. Brett Gilio
2019-12-09gnu: Add python-ujson....* gnu/packages/python-xyz.scm (python-ujson): New variable. Brett Gilio
2019-12-07gnu: python-dbusmock: Update to 0.18.3....* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.18.3. [arguments]: Update phases accordingly. Kei Kebreau
2019-12-07gnu: Add python-dbusmock....* gnu/packages/python-xyz.scm (python-dbusmock): New variable. Kei Kebreau
2019-12-05gnu: Add python-pykwalify....* gnu/packages/python-xyz.scm (python-pykwalify): New variable. Clément Lassieur
2019-12-04Merge branch 'staging'Marius Bakke
2019-12-04gnu: python-pandas: Move to (gnu packages python-science)....* gnu/packages/python-xyz.scm (python-pandas, python2-pandas): Move from here... * gnu/packages/python-science.scm (python-pandas, python2-pandas): ...to here. * gnu/packages/benchmark.scm, gnu/packages/databases.scm, gnu/packages/graph.scm, gnu/packages/parallel.scm, gnu/packages/serialization.scm: Import (gnu packages python-science). Ricardo Wurmus
2019-12-02gnu: Remove python2-socksipychain....* gnu/packages/python-xyz.scm (python2-socksipychain): Remove variable. Alex Griffin
2019-12-02gnu: python-socksipychain: Update to 2.1.0....* gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.0. Alex Griffin
2019-12-02gnu: python-scipy: Move to (gnu packages python-science)....* gnu/packages/python-xyz.scm (python-scipy, python2-scipy): Move these from here... * gnu/packages/python-science.scm (python-scipy, python2-scipy): ...to here. * gnu/packages/bioinformatics.scm, gnu/packages/machine-learning.scm, gnu/packages/statistics.scm: Adjust module imports. Ricardo Wurmus
2019-12-02gnu: python-scikit-image: Move to (gnu packages python-science)....* gnu/packages/python-xyz.scm (python-scikit-image, python2-scikit-image): Move these two from here... * gnu/packages/python-science.scm: ...to this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Ricardo Wurmus
2019-12-02gnu: python-pillow: Update to 6.2.1....* gnu/packages/python-xyz.scm (python-pillow): Update to 6.2.1. Efraim Flashner
2019-12-02gnu: python-pillow: Sort inputs alphabetically....* gnu/packages/python-xyz.scm (python-pillow)[inputs]: Sort alphabetically. Efraim Flashner
2019-12-02gnu: python-pillow: Make check phase conditional....* gnu/packages/python-xyz.scm (python-pillow)[arguments]: Wrap custom 'check phase in check for 'tests?'. Efraim Flashner
2019-12-02gnu: python-pillow: Replace check phase....* gnu/packages/python-xyz.scm (python-pillow)[arguments]: Since 'check always come after 'install, replace 'check phase rather than recreate it. Efraim Flashner
2019-11-30gnu: python-icalendar: Update to 4.0.4....* gnu/packages/python-xyz.scm (python-icalendar): Update to 4.0.4. Tobias Geerinckx-Rice
2019-11-30gnu: python-pyclipper: Update to 1.1.0.post3....* gnu/packages/python-xyz.scm (python-pyclipper): Update to 1.1.0.post3. Tobias Geerinckx-Rice
2019-11-29gnu: python-invoke: Update to 1.3.0....* gnu/packages/python-xyz.scm (python-invoke): Update to 1.3.0. Efraim Flashner
2019-11-28Merge branch 'master' into stagingMarius Bakke
2019-11-28gnu: python-matplotlib: Do not move the 'check' phase....Running tests after install is now the default in PYTHON-BUILD-SYSTEM. * gnu/packages/python-xyz.scm (python-matplotlib)[arguments]: Replace 'check' phase, instead of deleting and adding new phase. Marius Bakke
2019-11-28gnu: python2-matplotlib: Do not inherit test adjustments....This is a follow-up to commit 9e7cb2f1e16fc5b70c6c0e4187443e216767323d. * gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Do not inherit the 'fix-and-disable-failing-tests' phase. Marius Bakke
2019-11-28Merge branch 'master' into stagingMarius Bakke
2019-11-28gnu: python-dbus: Update to 1.2.14....* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.14. (python2-dbus)[arguments]: Remove. Marius Bakke
2019-11-28gnu: Use the test-only Xorg variant for tests....* gnu/packages/education.scm (gcompris-qt)[native-inputs]: Change XORG-SERVER to XORG-SERVER-FOR-TESTS. * gnu/packages/engineering.scm (pcb, qucs, openscad)[native-inputs]: Likewise. * gnu/packages/gnome.scm (libbonoboui, d-feet, gspell, libdazzle, libhandy)[native-inputs]: Likewise. * gnu/packages/gnupg.scm (parcimonie)[native-inputs]: Likewise. * gnu/packages/graphics.scm (opensubdiv, rapicorn)[native-inputs]: Likewise. * gnu/packages/gtk.scm (gtksourceview-2, gtksourceview)[native-inputs]: Likewise. * gnu/packages/image-processing.scm (opencv)[native-inputs]: Likewise. * gnu/packages/kde-frameworks.scm (kconfig, kcoreaddons, kwidgetsaddons, kwindowsystem, kdeclarative)[native-inputs]: Likewise. * gnu/packages/kde-plasma.scm (kscreenlocker)[native-inputs]: Likewise. * gnu/packages/messaging.scm (gajim)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-seaborn)[native-inputs]: Likewise. Marius Bakke
2019-11-27gnu: python-seaborn: Disable matrix test....* gnu/packages/python-xyz.scm (python-seaborn)[arguments]: Add phase "fix-tests". Ricardo Wurmus
2019-11-27gnu: python-matplotlib: Update to 3.1.2....* gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.1.2. [arguments]: Disable test_backend_webagg and test_constrainedlayout; skip other tests tagged with "webagg". Ricardo Wurmus
2019-11-27gnu: python-seaborn: Add patch to fix tests....* gnu/packages/python-xyz.scm (python-seaborn)[source]: Add upstream patch to fix test failures. Ricardo Wurmus
2019-11-23gnu: python-whatever: Update to 0.6....* gnu/packages/python-xyz.scm (python-whatever): Update to 0.6. Tobias Geerinckx-Rice
2019-11-22gnu: python-lazy-object-proxy: Update to 1.4.3....* gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.4.3. Tobias Geerinckx-Rice
2019-11-21Merge branch 'master' into stagingMarius Bakke
2019-11-21gnu: python2-mmtk: Update to 2.7.12....* gnu/packages/python-xyz.scm (python2-mmtk): Update to 2.7.12. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Konrad Hinsen
2019-11-21gnu: python2-scientific: New source code location....* gnu/packages/python-xyz.scm (python2-scientific): New source code location. Following the annoucement of Bitbucket to delete all Mercurial repositories in June 2020, the source code has been migrated to GitHub. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Konrad Hinsen
2019-11-19gnu: Add python-intelhex....* gnu/packages/python-xyz.scm (python-intelhex): New variable. Clément Lassieur
2019-11-17gnu: python-hy: Set HOME to /tmp before install...Fixes <https://bugs.gnu.org/38241>. * gnu/packages/python-xyz.scm (python-hy)[arguments]: Add custom 'set-HOME phase before the 'install phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jesse Gibbons
2019-11-15Merge branch 'master' into stagingMarius Bakke
2019-11-12gnu: python-jmespath: Update to 0.9.4....* gnu/packages/python-xyz.scm (python-jmespath): Update to 0.9.4. Tobias Geerinckx-Rice
2019-11-12Revert "gnu: python-cython: Update to 0.29.14."...This reverts commit 39c3cffe57931e99ce6f8149c995e6daee78fc52. Tobias Geerinckx-Rice
2019-11-12gnu: python-cython: Update to 0.29.14....* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.14. Tobias Geerinckx-Rice