Loading pkgs/development/python-modules/castepxbin/default.nix +6 −12 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchFromGitHub, flit-core, numpy, Loading @@ -11,24 +10,18 @@ buildPythonPackage rec { pname = "castepxbin"; version = "0.3.0"; version = "0.3.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "zhubonan"; repo = "castepxbin"; tag = "v${version}"; hash = "sha256-6kumVnm4PLRxuKO6Uz0iHzfYuu21hFC7EPRsc3S1kxE="; hash = "sha256-M+OoKr9ODIp47gt64hf47A1PblyZpBzulKI7nEm8hdo="; }; build-system = [ flit-core ]; pythonRelaxDeps = [ "numpy" ]; dependencies = [ numpy scipy Loading @@ -36,10 +29,11 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { meta = { changelog = "https://github.com/zhubonan/castepxbin/releases/tag/${src.tag}"; description = "Collection of readers for CASTEP binary outputs"; homepage = "https://github.com/zhubonan/castepxbin"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; } Loading
pkgs/development/python-modules/castepxbin/default.nix +6 −12 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchFromGitHub, flit-core, numpy, Loading @@ -11,24 +10,18 @@ buildPythonPackage rec { pname = "castepxbin"; version = "0.3.0"; version = "0.3.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "zhubonan"; repo = "castepxbin"; tag = "v${version}"; hash = "sha256-6kumVnm4PLRxuKO6Uz0iHzfYuu21hFC7EPRsc3S1kxE="; hash = "sha256-M+OoKr9ODIp47gt64hf47A1PblyZpBzulKI7nEm8hdo="; }; build-system = [ flit-core ]; pythonRelaxDeps = [ "numpy" ]; dependencies = [ numpy scipy Loading @@ -36,10 +29,11 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { meta = { changelog = "https://github.com/zhubonan/castepxbin/releases/tag/${src.tag}"; description = "Collection of readers for CASTEP binary outputs"; homepage = "https://github.com/zhubonan/castepxbin"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; }