9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-T0CdWWr8p3JVhp3nol5hyxsrD3951JE2EDpFt+m+3bE=";
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "fqdn" ];
28 description = "RFC-compliant FQDN validation and manipulation";
29 homepage = "https://github.com/ypcrts/fqdn";
30 license = licenses.mpl20;
31 maintainers = with maintainers; [ fab ];