Loading pkgs/development/python-modules/yabadaba/default.nix +21 −16 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, # build-system setuptools, # dependencies cdcs, datamodeldict, fetchFromGitHub, ipython, lxml, numpy, pandas, pillow, pymongo, pytestCheckHook, pythonOlder, setuptools, tqdm, # tests pytestCheckHook, writableTmpDirAsHomeHook, }: buildPythonPackage rec { pname = "yabadaba"; version = "0.2.2"; version = "0.3.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "usnistgov"; repo = "yabadaba"; tag = "v${version}"; hash = "sha256-NfvnUrTnOeNfiTMrcRtWU3a/Wb6qsDeQlk5jwZ1OpgI="; hash = "sha256-DpkJvi4w0aoD7RC2IFORy8uZ12TuLdcJxfLaSGyATac="; }; build-system = [ setuptools ]; Loading @@ -38,23 +43,23 @@ buildPythonPackage rec { lxml numpy pandas pillow pymongo tqdm ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook writableTmpDirAsHomeHook ]; pythonImportsCheck = [ "yabadaba" ]; preCheck = '' export HOME=$(mktemp -d); ''; meta = with lib; { meta = { description = "Abstraction layer allowing for common interactions with databases and records"; homepage = "https://github.com/usnistgov/yabadaba"; changelog = "https://github.com/usnistgov/yabadaba/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/yabadaba/default.nix +21 −16 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, # build-system setuptools, # dependencies cdcs, datamodeldict, fetchFromGitHub, ipython, lxml, numpy, pandas, pillow, pymongo, pytestCheckHook, pythonOlder, setuptools, tqdm, # tests pytestCheckHook, writableTmpDirAsHomeHook, }: buildPythonPackage rec { pname = "yabadaba"; version = "0.2.2"; version = "0.3.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "usnistgov"; repo = "yabadaba"; tag = "v${version}"; hash = "sha256-NfvnUrTnOeNfiTMrcRtWU3a/Wb6qsDeQlk5jwZ1OpgI="; hash = "sha256-DpkJvi4w0aoD7RC2IFORy8uZ12TuLdcJxfLaSGyATac="; }; build-system = [ setuptools ]; Loading @@ -38,23 +43,23 @@ buildPythonPackage rec { lxml numpy pandas pillow pymongo tqdm ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook writableTmpDirAsHomeHook ]; pythonImportsCheck = [ "yabadaba" ]; preCheck = '' export HOME=$(mktemp -d); ''; meta = with lib; { meta = { description = "Abstraction layer allowing for common interactions with databases and records"; homepage = "https://github.com/usnistgov/yabadaba"; changelog = "https://github.com/usnistgov/yabadaba/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; }