8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
19 hash = "sha256-T0CdWWr8p3JVhp3nol5hyxsrD3951JE2EDpFt+m+3bE=";
26 pythonImportsCheck = [
31 description = "RFC-compliant FQDN validation and manipulation";
32 homepage = "https://github.com/ypcrts/fqdn";
33 license = licenses.mpl20;
34 maintainers = with maintainers; [ fab ];