Loading pkgs/development/python-modules/cdcs/default.nix +5 −13 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ numpy, pandas, pytestCheckHook, pythonOlder, requests, responses, setuptools, Loading @@ -15,16 +14,14 @@ buildPythonPackage rec { pname = "cdcs"; version = "0.2.3"; version = "0.2.5"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "usnistgov"; repo = "pycdcs"; tag = "v${version}"; hash = "sha256-HhAzULVWkKOWDJ6IZyBy0MYc/YGAFkSTLIgpdyvw1eI="; hash = "sha256-u3txoe8ZfofMqhDB1ZhNF0mq9fYgwotRguVUezhDvwk="; }; build-system = [ setuptools ]; Loading @@ -44,16 +41,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "cdcs" ]; disabledTests = [ # Test is out-dated "test_head" ]; meta = with lib; { meta = { description = "Python client for performing REST calls to configurable data curation system (CDCS) databases"; homepage = "https://github.com/usnistgov/pycdcs"; changelog = "https://github.com/usnistgov/pycdcs/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/cdcs/default.nix +5 −13 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ numpy, pandas, pytestCheckHook, pythonOlder, requests, responses, setuptools, Loading @@ -15,16 +14,14 @@ buildPythonPackage rec { pname = "cdcs"; version = "0.2.3"; version = "0.2.5"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "usnistgov"; repo = "pycdcs"; tag = "v${version}"; hash = "sha256-HhAzULVWkKOWDJ6IZyBy0MYc/YGAFkSTLIgpdyvw1eI="; hash = "sha256-u3txoe8ZfofMqhDB1ZhNF0mq9fYgwotRguVUezhDvwk="; }; build-system = [ setuptools ]; Loading @@ -44,16 +41,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "cdcs" ]; disabledTests = [ # Test is out-dated "test_head" ]; meta = with lib; { meta = { description = "Python client for performing REST calls to configurable data curation system (CDCS) databases"; homepage = "https://github.com/usnistgov/pycdcs"; changelog = "https://github.com/usnistgov/pycdcs/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; }