Commit graph

12 commits

Author SHA1 Message Date
R. RyanTM d8834caa75 python27Packages.bumps: 0.7.16 -> 0.7.18 2020-11-29 15:49:58 +00:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Frederik Rietdijk 28053ee2e4 python: bumps: 0.7.14 -> 0.7.16 2020-08-04 21:54:41 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 28774cc835 python27Packages.bumps: 0.7.13 -> 0.7.14 2020-01-22 13:42:25 -08:00
Frederik Rietdijk f831efd715 python: bumps: 0.7.12 -> 0.7.13 2019-10-18 09:53:56 +02:00
R. RyanTM 30bb550fc2 python37Packages.bumps: 0.7.11 -> 0.7.12
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-bumps/versions
2019-09-28 02:42:56 -07:00
Frederik Rietdijk 1c28b76887 python: bumps: 0.7.10 -> 0.7.11 2018-10-13 09:50:15 +02:00
Frederik Rietdijk 4e8b0caaf9 python: bumps: 0.7.8 -> 0.7.10 2018-07-22 16:52:36 +02:00
Frederik Rietdijk 4d10db93d9 python: bumps: 0.7.6 -> 0.7.8 2018-06-02 13:44:38 +02:00
Adam Washington 392def733b
Remove lint from Sasview package 2018-03-22 17:44:27 +00:00
Adam Washington 242e37800b
pythonPackage.bumps: init at 0.7.6
This package is required by SasView, which will be added in a later commit.
2018-03-09 11:57:28 +00:00