lol

polarizationsolver: set a pep compliant version string

+6
+6
pkgs/development/python-modules/polarizationsolver/default.nix
··· 19 19 hash = "sha256-LACf8Xw+o/uJ3+PD/DE/o7nwKY7fv3NyYbpjCrTTnBU="; 20 20 }; 21 21 22 + # setup.py states version="dev", which is not a valid version string for setuptools 23 + # There has never been a formal stable release, so let's say 0.0 here. 24 + postPatch = '' 25 + substituteInPlace ./setup.py --replace 'version="dev",' 'version="0.0",' 26 + ''; 27 + 22 28 propagatedBuildInputs = [ 23 29 numpy 24 30 periodictable