15 lines
618 B
Bash
15 lines
618 B
Bash
# Template file for 'python3-tldextract'
|
|
pkgname=python3-tldextract
|
|
version=2.2.2
|
|
revision=3
|
|
wrksrc="tldextract-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-setuptools python3-requests python3-requests-file"
|
|
short_desc="Separates gTLD or ccTLD from the registered domain/subdomains of a URL"
|
|
maintainer="Stacy Harper <contact@stacyharper.net>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/john-kurkowski/tldextract"
|
|
distfiles="${PYPI_SITE}/t/tldextract/tldextract-${version}.tar.gz"
|
|
checksum=9aa21a1f7827df4209e242ec4fc2293af5940ec730cde46ea80f66ed97bfc808
|