# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-tldextract version 5.1.2 revision 0 categories-append net license BSD maintainers {mps @Schamschula} openmaintainer description tldextract accurately separates the gTLD or ccTLD (generic or \ country code top-level domain) from the registered domain and \ subdomains of a URL. long_description {*}${description} homepage https://github.com/john-kurkowski/tldextract supported_archs noarch platforms {darwin any} python.versions 38 39 310 311 312 checksums rmd160 d66d45be2387db474ffa6c38b324883bb1399345 \ sha256 c9e17f756f05afb5abac04fe8f766e7e70f9fe387adb1859f0f52408ee060200 \ size 116825 if {${name} ne ${subport}} { python.pep517 yes depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-filelock \ port:py${python.version}-idna \ port:py${python.version}-requests \ port:py${python.version}-requests-file }