Commit Graph

14 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Martin Weinelt
67d4594729
python311Packages.babel: 2.12.1 -> 2.14.0
https://github.com/python-babel/babel/blob/v2.14.0/CHANGES.rst
2023-12-20 20:11:11 +01:00
Sandro Jäckel
cf6c96533b
treewide: reduce packages I maintainer 2023-07-23 19:30:22 +02:00
Sandro Jäckel
23231e2cf8
pypy3Packages.babel: fix build
babel> <frozen importlib._bootstrap>:1007:
babel> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
babel>
babel> name = 'tzdata', import_ = <function _gcd_import at 0x00007ffff797fa00>
babel>
babel> >   ???
babel> E   ModuleNotFoundError: No module named 'tzdata'
babel>
babel> <frozen importlib._bootstrap>:984: ModuleNotFoundError
babel>
babel> During handling of the above exception, another exception occurred:
2023-07-09 23:45:26 +02:00
Vladimír Čunát
a9b7d738fc
Revert "python3Packages.babel: revert test fixes for now"
This reverts commit 3607a73700.
i.e. it reapplies commits 86fc053269 and cebf6aa8fd.
2023-03-13 14:40:12 +01:00
Vladimír Čunát
3607a73700
python3Packages.babel: revert test fixes for now
This reverts commits 86fc053269 and cebf6aa8fd.
The intention is to delay the huge rebuild, as we do have binaries
for the non-reproducible builds already.
2023-03-13 09:28:38 +01:00
Martin Weinelt
86fc053269
python38Packages.babel: Disable tests
Tests would require backports-zoneinfo, which yields an infinite
recursion via sphinx, hypothesis, argon2-cffi, autobahn, ....
2023-03-12 23:44:48 +01:00
Martin Weinelt
cebf6aa8fd
python310Packages.babel: Fix tests, disable tests
Some tests required pytz, some tests are just broken two times a year
on days when EST is moving from and to daylight saving time.

Now with that out of the way, some general goodness towards the package.
2023-03-12 23:21:22 +01: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
Sandro Jäckel
0485281706 python310Packages.babel: 2.11.0 -> 2.12.1 2023-03-03 23:57:12 +01: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
Sandro Jäckel
bea4f0c359
python310Packages.babel: 2.10.3 -> 2.11.0 2022-11-06 12:19:44 +01:00
Sandro Jäckel
badbca891c
python310Packages.babel: 2.10.1 -> 2.10.3 2022-06-24 13:36:54 +02:00
Sandro
7169abf52f
python310Packages.babel: 2.9.1 -> 2.10.1 (#171867) 2022-05-09 01:53:28 +02:00