Commit Graph

15 Commits

Author SHA1 Message Date
Frederik Rietdijk
cf79eac6ad python: pymatgen: 2020.4.29 -> 2020.8.13 2020-08-16 19:31:11 +02:00
Jonathan Ringer
279937fcf4 python3Packages.pymatgen: fix build 2020-06-29 14:25:51 -07:00
Frederik Rietdijk
516a2f4329 python: pymatgen: 2019.12.22 -> 2020.4.29 2020-06-11 10:00:19 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Frederik Rietdijk
ddd9bbc828 python: pymatgen: 2019.12.3 -> 2019.12.22 2019-12-30 16:46:54 +01:00
Frederik Rietdijk
a48ebb64d6 python: pymatgen: 2019.10.16 -> 2019.12.3 2019-12-30 16:46:46 +01:00
Frederik Rietdijk
cc6b99d276 python: pymatgen: 2019.2.28 -> 2019.10.16 2019-10-27 16:26:50 +01:00
Frederik Rietdijk
e258919667 python: pymatgen: 2019.2.4 -> 2019.2.28 2019-04-18 12:42:41 +02:00
Frederik Rietdijk
b087485865 python: pymatgen: 2018.10.18 -> 2019.2.4 2019-02-17 14:40:36 +01:00
Frederik Rietdijk
a561f2b645 python: pymatgen: 2018.9.30 -> 2018.10.18 2018-12-03 16:50:34 +01:00
Frederik Rietdijk
b84c96cf1f python: pymatgen: 2018.9.1 -> 2018.9.30 2018-10-13 09:50:16 +02:00
Chris Ostrouchov
63cf879d6c
pythonPackages.pymatgen: 2018.8.10 -> 2018.9.1
Also 2018.8.10 does not build in previous state because auto updating
from pypi did not account for a new requirement `networkx`. This has
been added.
2018-09-06 00:04:28 -04:00
Frederik Rietdijk
5a282a423e python: pymatgen: 2018.6.27 -> 2018.8.10 2018-08-25 07:38:23 +02:00
Assassinkin
791d50fd3f pythonPackages.pymatgen:init at 2018.6.27 2018-08-01 10:58:23 +01:00