13 buildPythonPackage rec {
14 pname = "url-normalize";
18 src = fetchFromGitHub {
22 hash = "sha256-WE3MM9B/voI23taFbLp2FYhl0uxOfuUWsaCTBG1hyiY=";
29 propagatedBuildInputs = [
41 # Switch to poetry-core, https://github.com/niksite/url-normalize/pull/28
43 name = "switch-to-poetry-core.patch";
44 url = "https://github.com/niksite/url-normalize/commit/b8557b10c977b191cc9d37e6337afe874a24ad08.patch";
45 hash = "sha256-SVCQATV9V6HbLmjOHs7V7eBagO0PuqZLubIJghBYfQQ=";
50 sed -i "/--cov/d" tox.ini
51 sed -i "/--flakes/d" tox.ini
54 pythonImportsCheck = [
59 description = "URL normalization for Python";
60 homepage = "https://github.com/niksite/url-normalize";
61 license = with licenses; [ mit ];
62 maintainers = with maintainers; [ fab ];