9 buildPythonPackage rec {
12 format = "setuptools";
16 src = fetchFromGitHub {
19 rev = "799964676f35349ca2dd04503e34c2b3ad522c0d";
20 sha256 = "0bzf6pv85dzfxfysm6zbj8m40hp0xzr9h8qlk4hp3nmy88rznqvr";
27 disabledTests = lib.optionals (pythonAtLeast "3.10") [
28 "test_declaration_junk_chars"
31 pythonImportsCheck = [
36 homepage = "https://pypi.org/project/sgmllib3k/";
37 description = "Python 3 port of sgmllib";
38 license = licenses.bsd2;
39 maintainers = with maintainers; [ lovesegfault ];