13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-NXP2uBKBTv4GykbpHoLZhO2qPNB9qqqilqRnrZiBoDc=";
25 propagatedBuildInputs = [
38 # fails with dns.resolver.NoResolverConfiguration due to network sandboxing
39 "test_check_dns_enabled"
40 "test_check_dns_find_urls"
42 "test_dns_cache_negative"
43 "test_dns_cache_reuse"
46 pythonImportsCheck = [
51 description = "Collects and extracts URLs from given text";
52 homepage = "https://github.com/lipoja/URLExtract";
53 changelog = "https://github.com/lipoja/URLExtract/releases/tag/v${version}";
54 license = licenses.mit;
55 maintainers = with maintainers; [ ilkecan ];