Loading pkgs/development/python-modules/pybtex/default.nix +19 −11 Original line number Diff line number Diff line Loading @@ -2,29 +2,37 @@ lib, buildPythonPackage, fetchPypi, # build-system setuptools, # dependencies latexcodec, pyyaml, setuptools, }: buildPythonPackage rec { version = "0.24.0"; format = "setuptools"; pname = "pybtex"; version = "0.24.0"; pyproject = true; doCheck = false; pythonImportsCheck = [ "pybtex" ]; src = fetchPypi { inherit version pname; sha256 = "818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755"; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ latexcodec pyyaml setuptools ]; src = fetchPypi { inherit version pname; sha256 = "818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755"; }; pythonImportsCheck = [ "pybtex" ]; doCheck = false; meta = { homepage = "https://pybtex.org/"; Loading Loading
pkgs/development/python-modules/pybtex/default.nix +19 −11 Original line number Diff line number Diff line Loading @@ -2,29 +2,37 @@ lib, buildPythonPackage, fetchPypi, # build-system setuptools, # dependencies latexcodec, pyyaml, setuptools, }: buildPythonPackage rec { version = "0.24.0"; format = "setuptools"; pname = "pybtex"; version = "0.24.0"; pyproject = true; doCheck = false; pythonImportsCheck = [ "pybtex" ]; src = fetchPypi { inherit version pname; sha256 = "818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755"; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ latexcodec pyyaml setuptools ]; src = fetchPypi { inherit version pname; sha256 = "818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755"; }; pythonImportsCheck = [ "pybtex" ]; doCheck = false; meta = { homepage = "https://pybtex.org/"; Loading