Unverified Commit ae504494 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #192495 from fabaff/pyatome-bump

python310Packages.pyatome: 0.1.1 -> 0.1.2
parents bdddc59b cea11116
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -4,21 +4,29 @@
, requests
, simplejson
, fake-useragent
, pythonOlder
}:

buildPythonPackage rec {
  pname = "pyatome";
  version = "0.1.1";
  version = "0.1.2";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    pname = "pyAtome";
    inherit version;
    sha256 = "7282e7ec258c69d4ddf2a5754ff07680a1ac92f9bfb478d601fd9e944fccd834";
    hash = "sha256-DGkgW6emh/esZa/alUjBbpLXlU4EVIPkysn9a0LgcJ4=";
  };

  propagatedBuildInputs = [ requests simplejson fake-useragent ];
  propagatedBuildInputs = [
    requests
    simplejson
    fake-useragent
  ];

  # no tests  in PyPI tarballs
  # No tests in PyPI tarballs
  doCheck = false;

  pythonImportsCheck = [