Sandro Jäckel
|
f3270c3311
|
python310Packages.billiard: disable flaky test
|
2022-06-06 11:46:21 -07:00 |
|
Fabian Affolter
|
d4e16ab3e3
|
python310Packages.billiard: add pythonImportsCheck
|
2022-01-12 19:06:25 +01:00 |
|
Martin Weinelt
|
17b8e87f40
|
python3Packages.billiard: 3.6.3.0 -> 3.6.4.0
|
2021-06-22 13:42:54 +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 |
|
Robert T. McGibbon
|
1c094a76c0
|
python39Packages.billiard: unbreak
|
2020-12-29 23:33:30 -05:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Jonathan Ringer
|
779d4e65b3
|
pythonPackages.billiards: 3.6.1.0 -> 3.6.3.0
|
2020-03-19 08:36:29 -07:00 |
|
Jonathan Ringer
|
c53e6c2866
|
pythonPackages.billiard: use pytest_4
|
2019-10-27 16:26:56 +01:00 |
|
Frederik Rietdijk
|
2b0e249d97
|
python: billiard: 3.6.0.0 -> 3.6.1.0
|
2019-10-18 09:53:56 +02:00 |
|
Robert Schütz
|
8dcc98e80b
|
python.pkgs.billiard: add psutil to propagatedBuildInputs
|
2019-02-17 14:40:52 +01:00 |
|
Frederik Rietdijk
|
d84fb4bd61
|
python: billiard: 3.5.0.5 -> 3.6.0.0
|
2019-02-17 14:40:15 +01:00 |
|
R. RyanTM
|
93cde0b7c8
|
python37Packages.billiard: 3.5.0.4 -> 3.5.0.5 (#52121)
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-billiard/versions
|
2018-12-16 14:10:57 +01:00 |
|
Frederik Rietdijk
|
7f19f1ea63
|
python: billiard: 3.5.0.3 -> 3.5.0.4
|
2018-07-22 16:52:35 +02:00 |
|
Frederik Rietdijk
|
8d90142c78
|
python: billiard: 3.5.0.2 -> 3.5.0.3
|
2018-04-08 11:34:53 +02:00 |
|
Elis Hirwing
|
0fdebd98b9
|
pythonPackages.billiard: Move to own file
|
2018-04-04 19:45:58 +02:00 |
|