mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
python3-tldextract: update to 3.4.0.
This commit is contained in:
parent
d2ce1c0f12
commit
798cad0083
1 changed files with 6 additions and 5 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'python3-tldextract'
|
# Template file for 'python3-tldextract'
|
||||||
pkgname=python3-tldextract
|
pkgname=python3-tldextract
|
||||||
version=2.2.2
|
version=3.4.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="python3 python3-setuptools python3-requests python3-requests-file"
|
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"
|
short_desc="Separates gTLD or ccTLD from the registered domain/subdomains of a URL"
|
||||||
maintainer="Stacy Harper <contact@stacyharper.net>"
|
maintainer="Stacy Harper <contact@stacyharper.net>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/john-kurkowski/tldextract"
|
homepage="https://github.com/john-kurkowski/tldextract"
|
||||||
distfiles="${PYPI_SITE}/t/tldextract/tldextract-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/tldextract/tldextract-${version}.tar.gz"
|
||||||
checksum=9aa21a1f7827df4209e242ec4fc2293af5940ec730cde46ea80f66ed97bfc808
|
checksum=78aef13ac1459d519b457a03f1f74c1bf1c2808122a6bcc0e6840f81ba55ad73
|
||||||
|
|
Loading…
Add table
Reference in a new issue