Commit graph

24 commits

Author SHA1 Message Date
Alyssa Ross 5e06b3cb19 treewide: don't use rustPlatform.rust
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
Martin Weinelt 167f4e9363
python310Packages.bcrypt: 4.0.0 -> 4.0.1
https://github.com/pyca/bcrypt/tree/4.0.1#401

Closes: #221492
2023-03-27 02:24:38 +02: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 7d3e7f4890
python3Packages.bcrypt: Revert to 3.2.2 on i686-linux
The latest bcrypt version segfaults during test_kdf, which prevents the
package from building. The package is in the critical chain for many
NixOS tests, which currently won't complete on i686-linux.

Upstream-Issue: https://github.com/pyca/bcrypt/issues/407
2022-10-12 12:24:58 +02:00
Theodore Ni fd4242a7eb
python310Packages.bcrypt: add libiconv on darwin 2022-09-23 19:44:03 -07:00
Sandro Jäckel 889ee4dc5b
python310Packages.bcrypt: cleanup 2022-09-20 16:38:12 +02:00
Sandro Jäckel 5735595369
python310Packages.bcrypt: add some packages to passthru.tests 2022-09-20 16:35:56 +02:00
Martin Weinelt ee39677406 python3Packages.bcrypt: 3.2.2 -> 4.0.0 2022-09-18 23:57:36 +02:00
Martin Weinelt 3e4bcc32fb python3Packages.bcrypt: 3.2.0 -> 3.2.2 2022-07-21 22:33:42 +02:00
Frederik Rietdijk d52b53fd9e python3.pkgs.bcrypt: fix build
also use pyproject format as we're heading that direction.
2022-04-15 01:39:52 +02:00
Fabian Affolter 0594c921f1 python3Packages.bcrypt: add pythonImportsCheck 2022-04-15 01:39:52 +02:00
Sandro Jäckel c7fa67725a python39Packages.bcrypt: remove unused dependencies 2022-04-15 01:39:52 +02:00
Robert Schütz 2cae050057
python2Packages: remove superfluous overrides
Since Python 2 is not supported anymore we only keep those overrides
which are used by leaf packages.
2022-01-01 02:10:53 +01:00
legendofmiracles 770c364217 python3Packages.pynacl: add cffi dependency also at runtime 2021-10-29 14:42:15 -07:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Matt Votava 0051c0a4a5 pythonPackages.bcrypt: use 3.1.x for python older than 3.6 2020-09-15 11:48:41 -07:00
Jonathan Ringer 87371b8f63
pythonPackages.bcrypt: disable python2 2020-08-16 19:11:30 -07:00
Frederik Rietdijk 73bf26b691 python: bcrypt: 3.1.7 -> 3.2.0 2020-08-16 19:30:53 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Pierre Bourdon 16ad5d5401 pythonPackages.bcrypt: 3.1.6 -> 3.1.7 2019-07-21 08:38:22 +02:00
Frederik Rietdijk 333cbfe8fe python: bcrypt: 3.1.4 -> 3.1.6 2019-01-18 09:37:06 +01:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk 07eeeb3600 Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00