Commit graph

18 commits

Author SHA1 Message Date
Valentin Heidelberger 55a60de2ac remove va1entin as maintainer 2021-07-13 21:05:55 +02:00
Fabian Affolter 6874b7001e python3Packages.pynacl: switch to pytestCheckHook 2021-05-26 20:25:53 +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
Frederik Rietdijk 48e340f414 python3Packages.pynacl: use latest hypothesis 2020-12-01 14:44:23 +01:00
Jonathan Ringer 9524e93607 python3Packages.pynacl: 1.3.0 -> 1.4.0 2020-10-17 10:58:28 -07:00
Frederik Rietdijk c2bafaeaaa python3Packages.pynacl: use hypothesis_4 2020-05-11 22:13:16 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk f4a296912f pythonPackages.pynacl: disable a failing test 2019-08-18 11:48:40 +02:00
Robert Schütz 8effff1dae python.pkgs.pynacl: do not propagate libsodium 2019-02-25 15:16:21 +01:00
Chris Ostrouchov 1faa09be01 pythonPackages.pynacl: refactor remove deprecated hypothesis testing args 2019-02-25 15:11:52 +01:00
Valentin Heidelberger d0199179ba pythonPackages.pynacl: 1.2.1 -> 1.3.0 2018-09-27 13:26:26 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Robert Schütz 62a875ee91 pythonPackages.pynacl: use system libsodium 2018-02-18 18:02:18 +01:00
Robert Schütz b42a5405df pythonPackages.pynacl: clean up 2018-02-18 18:01:56 +01:00
Valentin Heidelberger cb00c50603 pythonPackages.pynacl: ignore timeout in tests
don't modify test_aead.py yet

add pynacl-no-timeout-and-deadline.patch
2018-02-11 22:20:12 +01:00
Valentin Heidelberger 92d68b0656 pythonPackages.pynacl: fix tests 2018-02-11 16:10:37 +01:00
Valentin Heidelberger 97982f264a pythonPackages.pynacl: 0.3.0 -> 1.2.1 2018-02-11 01:52:38 +01:00