9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-iXbi25HsoNX0hnhwZoFik5ddlJ7i+xml3HGaezj3jgY=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Wrapper for dnspython to return SRV records for a given host, protocol, and domain name";
37 homepage = "https://github.com/gmr/srvlookup";
38 license = with licenses; [ bsd3 ];
39 maintainers = with maintainers; [ mmlb ];