Anselm Schüler
ad21b6fcf8
mypy: 0.981 -> 0.991
2022-11-26 00:36:40 +01:00
Martin Weinelt
0310ac43a5
python3Packages.mypy: Disable mypy.report import on i686-linux
...
Importing the mypy.report fails due to a circular import.
2022-10-12 13:03:48 +02:00
Sebastian Jordan
8379e84818
pythonPackages.mypy: 0.971 -> 0.981
2022-10-02 12:55:43 +02:00
Frederik Rietdijk
4ddd0b379a
python3Packages.mypy: add setuptools as native build input
...
because it is the build system used by mypy. In the past, the dependency
was implictly fulfilled because setuptools was added by
buildPythonPackage.
2022-09-15 16:38:31 +02:00
Martin Weinelt
8fc29621b7
python3Packages.mypy: 0.961 -> 0.971
...
https://mypy-lang.blogspot.com/2022/07/mypy-0971-released.html
2022-09-13 18:21:42 +02:00
Martin Weinelt
690870048a
python311Packages.mypy_extensions: Skip failing test
2022-09-13 18:21:41 +02:00
Winter
19adc3341c
treewide: migrate to pythonPackages.unittestCheckHook
2022-08-13 14:09:43 -04:00
Fabián Heredia Montiel
af15cfb5b3
mypy: 0.941 → 0.961
2022-07-01 15:37:03 -05:00
Sandro Jäckel
3937cc946a
python310Packages.mypy: run tests
2022-06-04 18:27:26 +02:00
Fabián Heredia Montiel
3c0e4f95de
mypy: 0.931 → 0.941
...
patch was rebased (solved 1 conflict)
2022-03-20 15:03:38 -06:00
Joel
8722d15691
mypy: 0.930 -> 0.931
2022-01-08 11:09:12 +10:00
Artturin
5851f89195
python3Packages.mypy: unstable-2021-11-14 -> 0.930
...
tried enabling tests but got
python3.10-mypy> /nix/store/-setuptools-check-hook/nix-support/setup-hook: line 4:
8416 Segmentation fault (core dumped) /nix/s
tore/-python3-3.10.0/bin/python3.10 nix_run_setup test
2022-01-02 02:36:20 +02:00
Sandro Jäckel
a5691cfc9a
python39Packages.mypy_extensions: little cleanup, add SuperSandro2000 as maintainer
2021-11-18 14:16:50 +01:00
superherointj
8a976728e3
python39Packages.mypy: 0.812 -> unstable-2021-11-14
...
Co-authored-by: @jnetod @veehaitch @nbraud @SuperSandro2000
2021-11-18 14:16:49 +01:00
Martin Weinelt
8088701061
python3Packages.mypy: relax typed_ast constraint
2021-11-18 14:16:49 +01:00
Anders Kaseorg
9ecdb3fb1e
mypy: 0.790 → 0.812
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-03-04 12:55:06 -08:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +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
Vladimír Čunát
95f685da60
python3Packages.mypy: don't use mypyc on 32-bit platforms
...
Almost all i686-linux tests got blocked because of this problem:
https://hydra.nixos.org/eval/1638038#tabs-now-fail
It regressed in PR #105462 (commit ad26cb9ee8
).
Now I tested that at least some test got fixed:
nix build -f nixos/release-combined.nix nixos.tests.knot.i686-linux
This change won't even cause any rebuild on 64-bit platforms,
and using nix booleans seems nicer anyway.
2020-12-30 11:29:09 +01:00
Ruud van Asseldonk
ad26cb9ee8
python3Packages.mypy: compile with mypyc
...
Mypy includes mypyc, a compiler that translates annotated Python to C,
which can be compiled into a Python module. When mypy is compiled with
mypyc, it is about 4 times faster than the interpreted mypy, so using
the compiled version is especially useful on large codebases where
typechecking may take a long time.
The wheels distributed on Pypi have included a mypyc-compiled mypy by
default since version 0.700 [1].
[1]: http://mypy-lang.blogspot.com/2019/04/mypy-0700-released-up-to-4x-faster.html
2020-11-30 14:38:55 +01:00
Sebastian Jordan
4e81c65d72
mypy: 0.782 -> 0.790
2020-11-07 11:14:29 -08:00
R. RyanTM
c073d5077f
mypy: 0.780 -> 0.782
2020-07-05 17:57:17 +00:00
Frederik Rietdijk
37619385b8
python: mypy: 0.770 -> 0.780
2020-06-11 10:00:02 +02:00
Rouven Czerwinski
16cf493533
Revert "Revert "mypy: 0.761 -> 0.770""
...
This reverts commit 776b55518a
.
2020-03-27 01:57:48 -07:00
Samuel Dionne-Riel
776b55518a
Revert "mypy: 0.761 -> 0.770"
...
This reverts commit e7c3e277b6
.
See https://github.com/NixOS/nixpkgs/issues/83458
This currently blocks the channel.
2020-03-26 20:50:32 -04:00
Daiderd Jordan
e7c3e277b6
mypy: 0.761 -> 0.770
2020-03-26 19:45:18 +01:00
Jonathan Ringer
4873d8dbd3
python3Packages.mypy: 0.750 -> 0.761
2020-01-06 02:36:26 -08:00
Jonathan Ringer
0c3cfd5c07
python3Packages.mypy: 0.740 -> 0.750
...
Also refactored expression to follow ordering of most other python packages
2019-12-18 09:04:55 -08:00
Frederik Rietdijk
5e8be2fb84
mypy: add missing dep, rename mypy_extensions to mypy-extensions
2019-10-27 16:26:55 +01:00
Frederik Rietdijk
e70f0a4cc2
python: mypy_extensions: 0.4.2 -> 0.4.3
2019-10-27 16:26:47 +01:00
Frederik Rietdijk
bfc5a542fb
python: mypy: 0.711 -> 0.740
2019-10-27 16:26:47 +01:00
Frederik Rietdijk
03f3b6d1f1
python: mypy_extensions: 0.4.1 -> 0.4.2
2019-10-18 09:53:59 +02:00
Uri Baghin
2b36da8991
pythonPackages.mypy: 0.701 -> 0.711
2019-09-20 20:07:21 +10:00
Jonathan Ringer
45ca123f02
pythonPackages.mypy: 0.700 -> 0.701
2019-05-21 12:09:20 -07:00
R. RyanTM
1b81f3f947
python37Packages.mypy: 0.670 -> 0.700
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-mypy/versions
2019-04-15 04:36:45 -07:00
Frederik Rietdijk
ccb99258aa
python: mypy: 0.650 -> 0.670
2019-02-17 14:40:28 +01:00
R. RyanTM
49b967c7dd
python37Packages.mypy: 0.641 -> 0.650
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-mypy/versions
2018-12-15 00:00:38 -08:00
R. RyanTM
5e4541df7a
python36Packages.mypy: 0.630 -> 0.641
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-mypy/versions
2018-10-24 20:46:40 +02:00
Spencer Baugh
fd9d45c7c1
pythonPackages.mypy_extensions: use typing from stdlib on >=3.5
...
It's not necessary to depend on the "typing" backport since it's in
the standard library; I also observed serious breakage in anything
using the typing module (including) when the backport was in the
closure on >=3.5.
2018-10-13 10:13:03 +02:00
Jörg Thalheim
080b3ef0b5
python2.pkgs.mypy_extensions: also enable python2
2018-09-18 08:05:02 +01:00
Matthieu Coudron
676ceb81b7
python3Packages.mypy: 0.620 -> 0.630
...
Now requires mypy_extensions so added it as well.
2018-09-18 00:31:41 +09:00
Frederik Rietdijk
7fd77f535f
python: mypy: 0.610 -> 0.620
2018-07-22 16:52:45 +02:00
Jörg Thalheim
bf794aaffc
mypy: 0.600 -> 0.610
2018-06-09 18:26:27 +01:00
Jörg Thalheim
b76177a625
mypy: make it usuable as a library
2018-05-25 10:59:47 +01:00