Commit Graph

30 Commits

Author SHA1 Message Date
Robert Schütz
388ec14073 pythonPackages.spyder_3: drop
Versioned attributes in python-packages.nix should be avoided.
2021-06-23 11:52:05 +02:00
Eduardo Sánchez Muñoz
f9776d3db7 spyder: fix build 2021-04-27 18:19:17 +02:00
Frederik Rietdijk
2c3da98105 python3Packages.spyder: 4.2.1 -> 4.2.4 2021-04-03 17:49:33 +02:00
Frederik Rietdijk
752e092210 python3Packages.spyder: 4.2.0 -> 4.2.1 2021-02-26 11:01:56 +01:00
Sandro Jäckel
881f39f0dc
pythonPackages.spyder_3: add import check 2021-02-17 13:31:22 +01:00
Sergey Mironov
4d2f81c456 spyder: add explicit dependency on flake8
Previously it used flake8 from python-language-server implicitly
2021-01-27 21:54:18 +03:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Sandro Jäckel
69d3c5d89b
pythonPackages.spyder: Remove old substituteInPlace 2021-01-20 21:10:11 +01:00
Sandro Jäckel
3428107fcf
pythonPackage.spyder: Fix dependencies 2021-01-11 12:08:17 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Frederik Rietdijk
6fe30dee4f python3Packages.spyder: 4.1.5 -> 4.2.0 2020-12-01 14:44:20 +01:00
Drew Risinger
6e4908a52d spyder: 4.1.4 -> 4.1.5
Changelog: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md#version-415-2020-09-01
* Meta: update homepage, add downloadPage & changelog
2020-09-21 09:55:45 -07:00
Drew Risinger
3b6800c76a python3Packages.spyder: fix build
* Remove version locks that don't match what's in nixpkgs
2020-09-21 09:53:44 -07:00
zowoq
0cff30bb44 python: editorconfig fixes 2020-08-27 12:51:02 -07:00
Frederik Rietdijk
f93e4b55d4 python: spyder: 4.1.3 -> 4.1.4 2020-08-04 21:54:56 +02:00
zowoq
c7e61112df treewide: remove deprecated value Application from makeDesktopItem 2020-06-25 12:18:37 +10:00
Frederik Rietdijk
8e2aa18ae3 python3Packages.spyder: 4.1.2 -> 4.1.3 2020-05-11 22:13:14 +02:00
Marcus Boyd
026073e57e python3Packages.spyder_3: remove broken application
Previously this had makeDesktopItem defined in it. Some recent tests
enabled for this option made it fail. It's no longer used as an
application (see the main spyder attribute for that), so all application
aspects have been removed.
2020-05-06 14:44:10 +02:00
R. RyanTM
920220123e python37Packages.spyder: 4.1.1 -> 4.1.2 2020-04-07 13:21:58 -07:00
Ben Darwin
2d50f3e27e python3Packages.spyder: unbreak package
- by removed removed "Editor" category from categories arg to
  makeDesktopItem
2020-04-01 17:16:05 -07:00
Ben Darwin
353c6c948e python37Packages.spyder: 4.0.1 -> 4.1.1 (and unbreak for Python3.7) 2020-03-23 10:50:45 -07:00
Marcus Boyd
da760cf7a0 python3Packages.spyder_3: Added spyder_3
cq-editor currently requires spyder v3.x
2020-03-19 07:38:56 +01:00
Frederik Rietdijk
3a773045e6 python3Packages: attempt to fix build, mark as broken
Earlier spyder was updated to 4.0.0. This build fails. Adding new
dependencies, it still fails, because it needs a very specific version
of jedi. This is problematic, we cannot have these tight constraints in
the Python packages set.

We could revert to 3.x. It builds, however, I expect it to have runtime
issues due to jedi as well.

https://github.com/spyder-ide/spyder/issues/11047
2020-02-16 09:55:01 +01:00
Frederik Rietdijk
3ff3e2ce1f python2Packages.spyder: fix build 2020-02-16 09:27:14 +01:00
Frederik Rietdijk
5c8cbf9762 python: spyder: 3.3.6 -> 4.0.0 2019-12-30 16:46:47 +01:00
worldofpeace
abe3475df8 treewide: remove bash snippets in flags
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-12-15 00:10:41 -05:00
Frederik Rietdijk
6e9743f120 pythonPackages.spyder: fix package 2019-11-11 11:55:52 +01:00
Frederik Rietdijk
888b8c819e pythonPackages.spyder: 3.3.4 -> 3.3.6 and fix with pyqt5 5.13 2019-08-03 16:04:34 +02:00
Gabriel Ebner
8f4ae93be3 spyder: 3.3.3 -> 3.3.4 2019-05-21 18:23:07 +02:00
Gabriel Ebner
cca0aeeb68 spyder: convert to python modules 2019-05-21 18:23:07 +02:00