12 buildPythonPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-Pw0TgXxDRmR565hdNGipfDZ7P32pxWkmPWfaYK0RaI4=";
24 build-system = [ setuptools-scm ];
36 pythonImportsCheck = [ "habanero" ];
38 # almost the entirety of the test suite makes network calls
39 pytestFlagsArray = [ "test/test-filters.py" ];
42 description = "Python interface to Library Genesis";
43 homepage = "https://habanero.readthedocs.io/";
44 license = lib.licenses.mit;
45 maintainers = with lib.maintainers; [ nico202 ];