Commit graph

19 commits

Author SHA1 Message Date
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt 58ba66ed81 python3Packages.astral: 2.2 -> 3.2
https://github.com/sffjunkie/astral/blob/3.2/ChangeLog.md
2023-01-05 01:08:51 +01: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
Jörg Thalheim 407897c65a
python3.pkgs.astral: add missing freezegun 2020-06-19 10:46:05 +01:00
Jonathan Ringer d5ca07e160 pythonPackages.astral: disable for python2
```
  Processing ./astral-2.2-py2-none-any.whl
  ERROR: Package 'astral' requires a different Python: 2.7.18 not in '>=3.6'
```
2020-06-16 13:30:52 -07:00
Frederik Rietdijk d689cfeef0 python: astral: 1.10.1 -> 2.2 2020-06-11 09:59:53 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robert Schütz ceb5c0fa56 python.pkgs.astral: improve checkPhase 2019-03-04 17:07:23 +01:00
Frederik Rietdijk 9aba584e78 python: astral: 1.9.2 -> 1.10.1 2019-02-17 14:40:13 +01:00
Robert Schütz 8a22450530 python.pkgs.astral: 1.9.1 -> 1.9.2 2019-01-31 15:09:10 +01:00
Robert Schütz c1be0483b3 python.pkgs.astral: 1.8 -> 1.9.1 2019-01-29 15:53:13 +01:00
R. RyanTM cd0e669d80 python37Packages.astral: 1.7.1 -> 1.8
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-astral/versions
2019-01-27 10:52:35 -08:00
R. RyanTM 42c2c7bb2f python36Packages.astral: 1.6.1 -> 1.7.1
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-astral/versions
2018-11-09 00:10:00 -08:00
Frederik Rietdijk ec5dcae625 python: astral: 1.6 -> 1.6.1 2018-05-10 10:09:13 +02:00
Robert Schütz c5fab86a7e pythonPackages.astral: fix build 2018-02-27 00:22:09 +01:00
Frederik Rietdijk 66d74b6f3d python: astral: 1.5 -> 1.6 2018-02-26 18:44:32 +01:00
Robert Schütz 0577bc4832 pythonPackages.astral: 1.4 -> 1.5 2018-02-10 23:16:48 +01:00
Florian Klink ab02f5400e astral: init at 1.4 2018-01-30 11:01:05 +01:00