10 buildPythonPackage rec {
13 format = "setuptools";
18 inherit pname version;
19 hash = "sha256-eGj7HIv6dkwaxWPTzzacOB0TJdNhJJM6cm8p/NqoEuk=";
22 nativeCheckInputs = [ pytestCheckHook ];
24 disabledTests = lib.optionals (pythonAtLeast "3.10") [ "test_declaration_junk_chars" ];
28 pythonImportsCheck = [ "sgmllib" ];
31 homepage = "https://pypi.org/project/sgmllib3k/";
32 description = "Python 3 port of sgmllib";
33 license = licenses.bsd2;
34 maintainers = with maintainers; [ lovesegfault ];