Loading pkgs/development/python-modules/agate-excel/default.nix +29 −9 Original line number Diff line number Diff line { lib, fetchPypi, buildPythonPackage , agate, openpyxl, xlrd, olefile, pytestCheckHook { lib , fetchPypi , buildPythonPackage , agate , openpyxl , xlrd , olefile , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "agate-excel"; version = "0.2.5"; version = "0.3.0"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; sha256 = "62315708433108772f7f610ca769996b468a4ead380076dbaf6ffe262831b153"; hash = "sha256-IfrbPmQnGh4OMEiWJl16UUfI6X/UWj/p6J2+3Y2DzuM="; }; propagatedBuildInputs = [ agate openpyxl xlrd olefile ]; propagatedBuildInputs = [ agate openpyxl xlrd olefile ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "agate" ]; pythonImportsCheck = [ "agate" ]; meta = with lib; { description = "Adds read support for excel files to agate"; homepage = "https://github.com/wireservice/agate-excel"; changelog = "https://github.com/wireservice/agate-excel/blob/${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ vrthra ]; }; Loading Loading
pkgs/development/python-modules/agate-excel/default.nix +29 −9 Original line number Diff line number Diff line { lib, fetchPypi, buildPythonPackage , agate, openpyxl, xlrd, olefile, pytestCheckHook { lib , fetchPypi , buildPythonPackage , agate , openpyxl , xlrd , olefile , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "agate-excel"; version = "0.2.5"; version = "0.3.0"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; sha256 = "62315708433108772f7f610ca769996b468a4ead380076dbaf6ffe262831b153"; hash = "sha256-IfrbPmQnGh4OMEiWJl16UUfI6X/UWj/p6J2+3Y2DzuM="; }; propagatedBuildInputs = [ agate openpyxl xlrd olefile ]; propagatedBuildInputs = [ agate openpyxl xlrd olefile ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "agate" ]; pythonImportsCheck = [ "agate" ]; meta = with lib; { description = "Adds read support for excel files to agate"; homepage = "https://github.com/wireservice/agate-excel"; changelog = "https://github.com/wireservice/agate-excel/blob/${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ vrthra ]; }; Loading