Commit graph

15 commits

Author SHA1 Message Date
Theodore Ni 166ff8fe1f
treewide: fix sandbox darwin build 2023-08-04 14:30:05 -07:00
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 a2b05741e7 python3Packages.falcon: 3.1.0 -> 3.1.1 2023-01-05 01:09:01 +01:00
Martin Weinelt a7854ae932 python3Packages.falcon: add setuptools to nativeBuildInputs 2022-09-16 19:46:52 +02:00
Florian Brandes 75c90fc796
python3Packages.falcon: exclude tests
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-05-09 13:35:02 +02:00
Martin Weinelt e391e40d02 python3Packages.falcon: fix build; cythonize! 2022-04-15 01:39:55 +02:00
Martin Weinelt 11ee62bd92 python3Packages.falcon: 3.0.1 -> 3.1.0 2022-04-14 19:03:59 +02:00
Artturin 4f163ad307 python3Packages.falcon: enable more tests 2021-11-13 02:14:16 +02:00
Martin Weinelt 605e82f4a8 python3Packages.falcon: enable tests 2021-10-11 01:22:10 +02:00
Martin Weinelt c9159fb22b python3Packages.falcon: 2.0.0 -> 3.0.1 2021-10-11 01:22:10 +02: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
R. RyanTM 802b8890d2
python37Packages.falcon: 1.4.1 -> 2.0.0
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-falcon/versions
2019-06-17 10:54:26 -07:00
Frederik Rietdijk 5ce9591248 python: falcon: 1.0.0 -> 1.4.1 2018-12-03 16:50:30 +01:00
Chris Ostrouchov fd9d52e1fe pythonPackages.falcon: refactor move to python-modules 2018-10-18 11:02:23 +02:00