Loading pkgs/development/python-modules/et_xmlfile/default.nix +8 −9 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , fetchFromGitLab , lxml , pytestCheckHook , pythonOlder Loading @@ -8,15 +8,17 @@ buildPythonPackage rec { pname = "et-xmlfile"; version = "1.0.1"; version = "1.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "et_xmlfile"; inherit version; sha256="0nrkhcb6jdrlb6pwkvd4rycw34y3s931hjf409ij9xkjsli9fkb1"; src = fetchFromGitLab { domain = "foss.heptapod.net"; owner = "openpyxl"; repo = "et_xmlfile"; rev = version; hash = "sha256-MJimcnYKujOL3FedGreNpuw1Jpg48ataDmFd1qwTS5A="; }; nativeCheckInputs = [ Loading @@ -37,9 +39,6 @@ buildPythonPackage rec { allowing code to be developed that will work with both libraries. It was developed initially for the openpyxl project but is now a standalone module. The code was written by Elias Rabel as part of the Python Düsseldorf openpyxl sprint in September 2014. ''; homepage = "https://foss.heptapod.net/openpyxl/et_xmlfile"; license = licenses.mit; Loading Loading
pkgs/development/python-modules/et_xmlfile/default.nix +8 −9 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , fetchFromGitLab , lxml , pytestCheckHook , pythonOlder Loading @@ -8,15 +8,17 @@ buildPythonPackage rec { pname = "et-xmlfile"; version = "1.0.1"; version = "1.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "et_xmlfile"; inherit version; sha256="0nrkhcb6jdrlb6pwkvd4rycw34y3s931hjf409ij9xkjsli9fkb1"; src = fetchFromGitLab { domain = "foss.heptapod.net"; owner = "openpyxl"; repo = "et_xmlfile"; rev = version; hash = "sha256-MJimcnYKujOL3FedGreNpuw1Jpg48ataDmFd1qwTS5A="; }; nativeCheckInputs = [ Loading @@ -37,9 +39,6 @@ buildPythonPackage rec { allowing code to be developed that will work with both libraries. It was developed initially for the openpyxl project but is now a standalone module. The code was written by Elias Rabel as part of the Python Düsseldorf openpyxl sprint in September 2014. ''; homepage = "https://foss.heptapod.net/openpyxl/et_xmlfile"; license = licenses.mit; Loading