Age | Commit message (Expand) | Author |
2019-12-04 | gnu: 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-02 | gnu: Remove python2-socksipychain....* gnu/packages/python-xyz.scm (python2-socksipychain): Remove variable.
| Alex Griffin |
2019-12-02 | gnu: python-socksipychain: Update to 2.1.0....* gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.0.
| Alex Griffin |
2019-12-02 | gnu: 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-02 | gnu: 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-02 | gnu: python-pillow: Update to 6.2.1....* gnu/packages/python-xyz.scm (python-pillow): Update to 6.2.1.
| Efraim Flashner |
2019-12-02 | gnu: python-pillow: Sort inputs alphabetically....* gnu/packages/python-xyz.scm (python-pillow)[inputs]: Sort
alphabetically.
| Efraim Flashner |
2019-12-02 | gnu: 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-02 | gnu: 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-30 | gnu: python-icalendar: Update to 4.0.4....* gnu/packages/python-xyz.scm (python-icalendar): Update to 4.0.4.
| Tobias Geerinckx-Rice |
2019-11-30 | gnu: 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-29 | gnu: python-invoke: Update to 1.3.0....* gnu/packages/python-xyz.scm (python-invoke): Update to 1.3.0.
| Efraim Flashner |
2019-11-28 | gnu: 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-28 | gnu: 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-28 | gnu: 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-28 | gnu: 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-27 | gnu: python-seaborn: Disable matrix test....* gnu/packages/python-xyz.scm (python-seaborn)[arguments]: Add phase
"fix-tests".
| Ricardo Wurmus |
2019-11-27 | gnu: 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-27 | gnu: 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-23 | gnu: python-whatever: Update to 0.6....* gnu/packages/python-xyz.scm (python-whatever): Update to 0.6.
| Tobias Geerinckx-Rice |
2019-11-22 | gnu: 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-21 | gnu: 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-21 | gnu: 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-19 | gnu: Add python-intelhex....* gnu/packages/python-xyz.scm (python-intelhex): New variable.
| Clément Lassieur |
2019-11-17 | gnu: 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-12 | gnu: python-jmespath: Update to 0.9.4....* gnu/packages/python-xyz.scm (python-jmespath): Update to 0.9.4.
| Tobias Geerinckx-Rice |
2019-11-12 | Revert "gnu: python-cython: Update to 0.29.14."...This reverts commit 39c3cffe57931e99ce6f8149c995e6daee78fc52.
| Tobias Geerinckx-Rice |
2019-11-12 | gnu: python-cython: Update to 0.29.14....* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.14.
| Tobias Geerinckx-Rice |
2019-11-11 | gnu: Add python-socksipychain....* gnu/packages/python-xyz.scm (python-socksipychain, python2-socksipychain):
New variables.
| Alex Griffin |
2019-11-11 | gnu: python-scipy: Update to 1.3.2....* gnu/packages/python-xyz.scm (python-scipy): Update to 1.3.2.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: python-latexcodec: Update to 1.0.7....* gnu/packages/python-xyz.scm (python-latexcodec): Update to 1.0.7.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: python-psutil: Update to 5.6.5....* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.5.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: python-astroid: Update to 2.3.3....* gnu/packages/python-xyz.scm (python-astroid): Update to 2.3.3.
| Tobias Geerinckx-Rice |
2019-11-08 | gnu: python-dbus: Update to 1.2.10....* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.10.
[arguments]: Remove field.
| Tobias Geerinckx-Rice |
2019-11-04 | gnu: python-soupsieve: Update to 1.9.5....* gnu/packages/python-xyz.scm (python-soupsieve): Update to 1.9.5.
| Tobias Geerinckx-Rice |
2019-10-30 | gnu: python2-pandas: Downgrade to 0.24.2....This is a follow-up to commit 7a97a26d012da08fad4540eed99643f6306de423.
* gnu/packages/python-xyz.scm (python-pandas)[properties]: New field.
(python2-pandas): Downgrade to 0.24.2.
| Marius Bakke |
2019-10-30 | gnu: python2-numpy: Downgrade to 1.16.5....Fixes <https://bugs.gnu.org/37989>.
Reported by Josh Holland <josh@inv.alid.pw>.
This is a follow-up to commit 8e5fbd5dda93e137ff527cabe25989b28ab9e1c0.
* gnu/packages/python-xyz.scm (python-numpy)[properties]: New field.
(python2-numpy): Downgrade to 1.16.5.
| Marius Bakke |
2019-10-30 | gnu: python-whoosh: Skip test suite....* gnu/packages/python-xyz.scm (python-whoosh)[arguments]: Disable the
test suite.
| Efraim Flashner |
2019-10-30 | gnu: python-xlrd: Fix comment....* gnu/packages/python-xyz.scm (python-xlrd)[arguments]: Turn comment into a
full sentence.
| Mathieu Othacehe |
2019-10-30 | gnu: python-pandas: Update to 0.25.2....* gnu/packages/python-xyz.scm (python-pandas): Update to 0.25.2.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Giacomo Leidi |
2019-10-30 | gnu: python-xlrd: Update to 1.2.0....* gnu/packages/python-xyz.scm (python-xlrd): Update to 1.2.0.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Giacomo Leidi |
2019-10-30 | gnu: python-numpy: Update to 1.17.3....* gnu/packages/python-xyz.scm (python-numpy): Update to 1.17.3.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Giacomo Leidi |
2019-10-29 | gnu: Add poetry....* gnu/packages/python-xyz.scm (poetry): New public variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Tanguy Le Carrour |
2019-10-29 | gnu: Add python-cachy....* gnu/packages/python-xyz.scm (python-cachy): New public variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Tanguy Le Carrour |
2019-10-29 | gnu: Add python-msgpack-python....* gnu/packages/python-xyz.scm (python-msgpack-python): New public variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Tanguy Le Carrour |
2019-10-29 | gnu: Add python-clikit....* gnu/packages/python-xyz.scm (python-clikit): New public variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Tanguy Le Carrour |
2019-10-29 | gnu: Add python-memcached....* gnu/packages/python-xyz.scm (python-memcached): New public variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Tanguy Le Carrour |
2019-10-29 | gnu: Add python-shellingham....* gnu/packages/python-xyz.scm (python-shellingham): New public variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Tanguy Le Carrour |
2019-10-29 | gnu: Add python-tomlkit....* gnu/packages/python-xyz.scm (python-tomlkit): New public variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Tanguy Le Carrour |
2019-10-29 | gnu: python-cleo: Update to 0.6.8....* gnu/packages/python-xyz.scm (python-cleo): Update to 0.6.8.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Tanguy Le Carrour |