15 lines
643 B
Bash
15 lines
643 B
Bash
# Template file for 'python3-tldextract'
|
|
pkgname=python3-tldextract
|
|
version=3.4.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
makedepends="python3-filelock python3-idna python3-requests python3-requests-file"
|
|
depends="python3 $makedepends"
|
|
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=78aef13ac1459d519b457a03f1f74c1bf1c2808122a6bcc0e6840f81ba55ad73
|