Commit Graph

20 Commits

Author SHA1 Message Date
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
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
sveitser
2abf4e5967
python3Packages.acoustics: fix build 2022-11-26 16:25:24 +01:00
Martin Weinelt
da0b2a5292 python3Packages.acoustics: 0.2.4.post0 -> 0.2.6 2022-07-21 22:33:38 +02:00
Fabian Affolter
8618740990 python3Packages.acoustics: fix build 2021-09-01 21:23:52 +02:00
Sandro
e2bedf2a60
Merge pull request #124554 from risicle/ris-python-acoustics-tests-matplotlib-backend
python3Packages.acoustics: fix tests on sandboxed darwin
2021-06-20 18:15:36 +02:00
Robert Scott
b7da67c969 python3Packages.acoustics: fix tests on sandboxed darwin 2021-05-27 00:02:49 +01:00
Harrison Houghton
dbc085cb44 acoustics: fix
There's a bit of LaTeX math code in a comment in a test file:

```
    .. math:: L = 10 \cdot \\log_{10}{\\left(\\frac{MS}{p_r^2} \\right)}
```

which of course should be `\\cdot`.

I could patch it, but I think skipping deprecation warnings in tests is
probably ok... (If nothing else it's easier.)
2021-05-26 10:59:47 -04:00
Frederik Rietdijk
3c3b8ed7c8 python: acoustics: 0.2.4 -> 0.2.4.post0 2020-05-11 22:12:08 +02:00
Frederik Rietdijk
634ab6fc5d python3Packages.acoustics: 0.2.3 -> 0.2.4 2020-03-09 14:08:49 +01:00
Jonathan Ringer
2fea715779 pythonPackages.acoustics: disable
no longer compatible with pandas>=1
2020-02-22 13:10:07 -08:00
Frederik Rietdijk
10db10b5d7 python: acoustics: 0.2.2 -> 0.2.3 2019-11-22 08:37:03 +01:00
Frederik Rietdijk
2d8dc891aa python.pkgs.acoustics: 0.2.1 -> 0.2.2 2019-10-28 20:18:18 +01:00
Frederik Rietdijk
e951c42b9a python: acoustics: 0.2.0.post2 -> 0.2.1 2019-06-20 11:41:54 +02:00
Frederik Rietdijk
2a81eceeba python.pkgs.acoustics: 0.2.0.post1 -> 0.2.0.post2 2019-02-20 21:52:31 +01:00
Frederik Rietdijk
b54a485613 python.pkgs.acoustics: 0.1.2 -> 0.2.0.post1 2019-02-16 20:53:44 +01:00
Frederik Rietdijk
9dba3231cd python.pkgs.acoustics: broken 2018-12-03 16:50:41 +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
Vladimír Čunát
6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
wisut hantanong
2d546a98e2 python.pkgs.acoustics: move to separate expression 2017-07-15 17:40:54 +01:00