Commit graph

24 commits

Author SHA1 Message Date
Antoine Eiche f65f9b215e pythonPackages.devpi-common: mark as broken
It fails to build because it depends on packaging <22 while we use
packaging >22.

See the following issues for details:
- https://github.com/NixOS/nixpkgs/issues/231346
- https://github.com/devpi/devpi/issues/939
2023-05-13 10:13:33 +02:00
Martin Weinelt 0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
R. Ryantm fb91090032 python310Packages.devpi-common: 3.7.1 -> 3.7.2 2023-01-29 22:47:06 +00: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 c6842afc66 python3Packages.devpi-common: 3.7.0 -> 3.7.1 2023-01-05 01:08:58 +01:00
Martin Weinelt 86a151563d python3Packages.devpi: Pass py into checkInputs 2023-01-05 01:08:49 +01:00
Robert Schütz 02d780efe5 python310Packages.devpi-common: don't depend on pytest-flake8 2022-12-10 13:56:00 -08:00
Martin Weinelt 341a7c8900 python3Packages.devpi-common: 3.6.0 -> 3.7.0 2022-09-18 23:57:40 +02:00
R. RyanTM f2273b18fa python27Packages.devpi-common: 3.5.0 -> 3.6.0 2020-11-19 21:03:21 -08:00
Frederik Rietdijk e8a60ee412 python.pkgs.devpi-common: fix build 2020-06-11 11:49:12 +02:00
Frederik Rietdijk d7e4960bb5 python: devpi-common: 3.4.0 -> 3.5.0 2020-06-11 09:59:56 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
makefu b81de296fb pythonPackages.devpi-common: 3.3.2 -> 3.4.0 2019-10-07 16:02:43 -07:00
Frederik Rietdijk 9f3249f4ac python: devpi-common: 3.3.1 -> 3.3.2 2019-04-18 12:42:40 +02:00
Robert Schütz e27ed0f6a2 python.pkgs.devpi-common: update checkInputs 2019-04-03 14:59:33 +02:00
Frederik Rietdijk 83ca2119fa python: devpi-common: 3.2.3 -> 3.3.1 2018-12-03 16:50:29 +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 0aaa1fac54 python: devpi-common: 3.2.1 -> 3.2.3 2018-05-10 10:09:13 +02:00
Frederik Rietdijk 16a1a98d4e python: devpi-common: 3.2.0 -> 3.2.1 2018-01-20 12:05:24 +01:00
makefu 8002a3b760
devpi-common: 3.1.0 -> 3.2.0 2017-12-05 13:31:55 +01:00
Antoine Eiche 7100c1a0e0 pythonPackages.devpi_common: remove one test 2017-11-06 10:26:55 +01:00
Frederik Rietdijk 7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
Vladimír Čunát 623df97af5
pythonPackages.devpi-common: fix meta evaluation
The tarball job now seems OK again :-)
2017-10-05 12:31:43 +02:00
makefu 585a617119
pythonPackages.devpi-common: 3.0.1 -> 3.2.0rc1 2017-10-04 14:42:03 +02:00