12 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "0d1lbbg2qdw5jjxks0dqlf69bki5885mhj8ysvgylmrni56hjqqv";
29 pythonImportsCheck = [ "tld" ];
32 homepage = "https://github.com/barseghyanartur/tld";
33 description = "Extracts the top level domain (TLD) from the URL given";
34 # https://github.com/barseghyanartur/tld/blob/master/README.rst#license
35 # MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-or-later
36 license = with licenses; [ lgpl21Plus mpl11 gpl2Only ];
37 maintainers = with maintainers; [ fab ];