8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-1raYeIyuTPpOYu+GQ6nKMyt5vZbLMUKUuGSujX6z7o4=";
20 name = "fix-deprecations.patch";
21 url = "https://gitlab.com/sashahart/cookies/-/commit/22543d970568d577effe120c5a34636a38aa397b.patch";
22 hash = "sha256-8e3haOnbSXlL/ZY4uv6P4+ABBKrsCjbEpsLHaulbIUk=";
31 # https://gitlab.com/sashahart/cookies/-/issues/6
32 "test_encoding_assumptions"
36 description = "Friendlier RFC 6265-compliant cookie parser/renderer";
37 homepage = "https://github.com/sashahart/cookies";
38 license = licenses.mit;