Commit Graph

23 Commits

Author SHA1 Message Date
Frederik Rietdijk
ba0c72404d python3Packages.pymatgen: 2020.12.31 -> 2022.0.5 2021-04-03 17:49:08 +02:00
Frederik Rietdijk
bbf897b7d5 python3Packages.pymatgen: 2020.12.3 -> 2020.12.31 2021-02-26 11:01:52 +01:00
Sandro Jäckel
f7be630a70
pythonPackages.pymatgen: add import check 2021-02-16 06:56:17 +01: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
R. RyanTM
571eda6944 python37Packages.pymatgen: 2020.11.11 -> 2020.12.3 2020-12-07 07:17:20 +00:00
Jonathan Ringer
7d73203369 python3Packages.pymatgen: fix deps 2020-12-01 14:44:24 +01:00
Frederik Rietdijk
58be2cde98 python3Packages.pymatgen: 2020.8.13 -> 2020.11.11 2020-12-01 14:44:17 +01:00
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