# -*- 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.3 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 39 310 311 312 checksums rmd160 c156d118501a7fe4ffa10ac222c89efff6a59ea5 \ sha256 d43c7284c23f5dc8a42fd0fee2abede2ff74cc622674e4cb07f514ab3330c338 \ size 125033 if {${name} ne ${subport}} { 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 }